'exercise_report.php','name' => get_lang('Exercices')); $interbreadcrumb[]= array ('url' => 'exercise_report.php'.'?filter=2','name' => get_lang('StudentScore')); $interbreadcrumb[]= array ('url' => 'exercise_history.php'.'?exe_id='.intval($_GET['exe_id']), 'name' => get_lang('Details')); $TBL_USER = Database::get_main_table(TABLE_MAIN_USER); $TBL_EXERCICES = Database::get_course_table(TABLE_QUIZ_TEST); $TBL_EXERCICES_QUESTION = Database::get_course_table(TABLE_QUIZ_QUESTION); $TBL_TRACK_EXERCICES = Database::get_statistic_table(TABLE_STATISTIC_TRACK_E_EXERCICES); $TBL_TRACK_ATTEMPT_RECORDING= Database::get_statistic_table(TABLE_STATISTIC_TRACK_E_ATTEMPT_RECORDING); Display::display_header($nameTools,get_lang('Exercise')); if (isset($_GET['message'])) { if (in_array($_GET['message'], array('ExerciseEdited'))) { $my_message_history=Security::remove_XSS($_GET['message']); Display::display_confirmation_message(get_lang($my_message_history)); } } echo '
'; echo '' . Display :: return_icon('back.png', get_lang('BackToResultList'),'',ICON_SIZE_MEDIUM).''; echo '
'; ?> '; echo ''; echo ''; if(!empty($row['teacher_comment'])){ echo ''; } else { echo ''; } echo ''; echo ''; echo ''; } echo '
'.$row['question'].''.$row['marks'].''.$row['teacher_comment'].''.get_lang('WithoutComment').''.(empty($row['firstname']) && empty($row['lastname']) ? ''.get_lang('OriginalValue').'' : api_get_person_name($row['firstname'], $row['lastname'])).''.api_convert_and_format_date($row['insert_date'], DATE_TIME_FORMAT_LONG).'
'; Display::display_footer();