function checkSimplicity()
{
    $questionsAnswers = [];
    for ($i = 0; $i < ROUNDS_COUNT; $i++) {
        $question = rand(1, 50);