|
|
|
@ -44,7 +44,9 @@ if (empty($sessionId)) { |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
$count_students = count($students); |
|
|
|
$count_students = count($students); |
|
|
|
$question_list = $objExercise->get_validated_question_list(); |
|
|
|
//$question_list = $objExercise->get_validated_question_list(); |
|
|
|
|
|
|
|
$totalQuestions = $objExercise->getQuestionCount(); //Get total of questions |
|
|
|
|
|
|
|
$question_list = $objExercise->getQuestionForTeacher(0, $totalQuestions); // get questions from 0 to total |
|
|
|
|
|
|
|
|
|
|
|
$data = []; |
|
|
|
$data = []; |
|
|
|
// Question title # of students who tool it Lowest score Average Highest score Maximum score |
|
|
|
// Question title # of students who tool it Lowest score Average Highest score Maximum score |
|
|
|
|