: id, true, true, $question->category); ?>
: " />
:


'; if ($usehtmleditor) { helpbutton("richtext", get_string("helprichtext"), "moodle", true, true); } else { helpbutton("text", get_string("helptext"), "moodle", true, true); } ?>
"; } 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"),"",""); } ?>
: " />
: " />
:


"; } print_textarea(false, 10, 60, 630, 200, "generalfeedback", $question->generalfeedback); ?>