We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d7f34 commit 4b10960Copy full SHA for 4b10960
main/exercise/stats.php
@@ -46,7 +46,7 @@
46
$count_students = count($students);
47
//$question_list = $objExercise->get_validated_question_list();
48
$totalQuestions = $objExercise->getQuestionCount(); //Get total of questions
49
-$question_list = $objExercise->getQuestionForTeacher(0,$totalQuestions); // get questions from 0 to total
+$question_list = $objExercise->getQuestionForTeacher(0, $totalQuestions); // get questions from 0 to total
50
51
$data = [];
52
// Question title # of students who tool it Lowest score Average Highest score Maximum score
0 commit comments