0){echo str_repeat(' ',0).'Entered exercise_result.php'."
\n";var_dump($_POST);} // general parameters passed via POST/GET if ( empty ( $origin ) ) { $origin = $_REQUEST['origin']; } if ( empty ( $learnpath_id ) ) { $learnpath_id = mysql_real_escape_string($_REQUEST['learnpath_id']); } if ( empty ( $learnpath_item_id ) ) { $learnpath_item_id = mysql_real_escape_string($_REQUEST['learnpath_item_id']); } if ( empty ( $formSent ) ) { $formSent= $_REQUEST['formSent']; } if ( empty ( $exerciseResult ) ) { $exerciseResult = $_SESSION['exerciseResult']; } if ( empty ( $questionId ) ) { $questionId = $_REQUEST['questionId']; } if ( empty ( $choice ) ) { $choice = $_REQUEST['choice']; } if ( empty ( $questionNum ) ) { $questionNum = mysql_real_escape_string($_REQUEST['questionNum']); } if ( empty ( $nbrQuestions ) ) { $nbrQuestions = mysql_real_escape_string($_REQUEST['nbrQuestions']); } if ( empty ( $questionList ) ) { $questionList = $_SESSION['questionList']; } if ( empty ( $objExercise ) ) { $objExercise = $_SESSION['objExercise']; } $exercise_id = $_GET['exercise_id']; $is_allowedToEdit=$is_courseAdmin; $nameTools=get_lang('Exercice'); $interbreadcrumb[]=array("url" => "exercice.php","name" => get_lang('Exercices')); Display::display_header($nameTools,"Exercise"); /* ----------------------------------------------------------- Action handling ----------------------------------------------------------- */ include('../inc/global.inc.php'); if (isset($_POST['ok'])) { $message = "Test limits added"; Display::display_normal_message($message); } ?>


Time :

Unlimited
Limited: Each question of the test should be answered in minute(s).

Attempts :

Unlimited
Limited: The test can be taken only time(s).