Exercises: Show ranking mode for teachers #2788

pull/2818/head
Angel Fernando Quiroz Campos 6 years ago
parent a5784b4ffd
commit 85a39ed070
  1. 10
      main/exercise/exercise_show.php

@ -1002,6 +1002,16 @@ if (!empty($category_list) && ($show_results || $show_only_total_score || $showT
);
}
if (RESULT_DISABLE_RANKING == $track_exercise_info['results_disabled']) {
echo Display::page_header(get_lang('Ranking'), null, 'h4');
echo ExerciseLib::displayResultsInRanking(
$objExercise->iId,
$student_id,
$courseInfo['real_id'],
$sessionId
);
}
echo $totalScoreText;
echo $exercise_content;

Loading…
Cancel
Save