"exercice.php","name" => get_lang('Exercices')); Display::display_header($nameTools,"Exercise"); ?>
| ".get_lang('Question')." : "; echo $objQuestionTmp->selectTitle(); echo " | "; echo "|
".get_lang('Answer')." : | |
| "; $ans = $objAnswerTmp->answer[$i]; $fck_attribute['Width'] = '600'; $fck_attribute['Height'] = '200'; $fck_attribute['ToolbarSet'] = 'Small'; $fck_attribute['Config']['IMUploadPath'] = 'upload/test/'; $fck_attribute['Config']['InDocument'] = false; $fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/'; $form = new FormValidator('feedbackform','post',api_get_self()."?modifyQuestion=".$modifyQuestion."&newQuestion=".$newQuestion); $obj_registration_form = new HTML_QuickForm('frmRegistration', 'POST'); $renderer =& $obj_registration_form->defaultRenderer(); $renderer->setElementTemplate( ' | |
| {label} * | {element}
{error} |