qtype]->print_replacement_options($question, $course, $contextquiz); $QTYPES[$question->qtype]->print_question_form_end($question); ?>
: id, true, true, $question->category); ?>
: " />
:


"; } print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext); if ($usehtmleditor) { echo ''; } else { echo "
"; print_string("formattexttype"); echo ": "; if (!isset($question->questiontextformat)) { $question->questiontextformat = FORMAT_MOODLE; } choose_from_menu(format_text_menu(), "questiontextformat", $question->questiontextformat, ""); helpbutton("textformat", get_string("helpformatting")); echo "
"; } ?>
: image", get_string("none"),"",""); } ?>
: usecase", ""); ?>
: " />
: " />
:
: answer === '') { $answertext = ''; $fractionval = 0; $feedbacktext = ''; } else { $answertext = $answers[$i-1]->answer; $fractionval = $answers[$i-1]->fraction; $feedbacktext = $answers[$i-1]->feedback; } ?> " />  
: