Skip to content

Commit 4b10960

Browse files
committed
Minor - Tests/Report by question broken for many types of tests #3177
Apply flint diff
1 parent 86d7f34 commit 4b10960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/exercise/stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$count_students = count($students);
4747
//$question_list = $objExercise->get_validated_question_list();
4848
$totalQuestions = $objExercise->getQuestionCount(); //Get total of questions
49-
$question_list = $objExercise->getQuestionForTeacher(0,$totalQuestions); // get questions from 0 to total
49+
$question_list = $objExercise->getQuestionForTeacher(0, $totalQuestions); // get questions from 0 to total
5050

5151
$data = [];
5252
// Question title # of students who tool it Lowest score Average Highest score Maximum score

0 commit comments

Comments
 (0)