diff --git a/answer.php b/answer.php index 5f30cac..d11b5f8 100644 --- a/answer.php +++ b/answer.php @@ -37,7 +37,7 @@ // points in table } - $results = array('correct' => $correct, 'score', $score); + $results = array('correct' => $correct, 'score' => $score); $next_question = Question::get_next_question($db, $uid); $data = array('results' => $results, 'next' => $next_question);