: 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"),"",""); } ?>
: " />
:
qtype]->print_replacement_options($question, $course, $contextquiz); $QTYPES[$question->qtype]->print_question_form_end($question); ?>