T201704041000
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user