'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); ?>
'.$row['question'].' | '; echo ''.$row['marks'].' | '; if(!empty($row['teacher_comment'])){ echo ''.$row['teacher_comment'].' | '; } else { echo ''.get_lang('WithoutComment').' | '; } echo ''.$row['insert_date'].' | '; echo ''.(empty($row['firstname']) && empty($row['lastname']) ? ''.get_lang('OriginalValue').'' : api_get_person_name($row['firstname'], $row['lastname'])).' | '; echo ''; } echo '