'exercice.php'.'?show=result', 'name' => get_lang('Exercices') ); $interbreadcrumb[]= array ( 'url' => 'exercice.php'.'?show=result&filter=2', 'name' => get_lang('StudentScore') ); $interbreadcrumb[]= array ( 'url' => 'exercice_history.php'.'?exe_id='.Security::remove_XSS($_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); //$nameTools=get_lang('Exercices'); Display::display_header($nameTools,"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)); } } //event_access_tool(TOOL_QUIZ); ?>
'; echo ''; echo ''; if(!empty($row['teacher_comment'])){ echo ''; } else { echo ''; } echo ''; echo ''; echo ''; } echo '
'.$row['question'].''.$row['marks'].''.$row['teacher_comment'].''.get_lang('WithoutComment').''.$row['insert_date'].''.(empty($row['firstname']) && empty($row['lastname']) ? ''.get_lang('OriginalValue').'' : api_get_person_name($row['firstname'], $row['lastname'])).'
'; Display::display_footer(); ?>