qtype]->print_replacement_options($question, $course, $contextquiz); $QTYPES[$question->qtype]->print_question_form_end($question); ?>
: category]; ?> category"; ?>" />
: name)) { $question->name = get_string("randomsamatch", "quiz"); } ?>
:
"; } if (empty($question->questiontext)) { $question->questiontext = get_string("randomsamatchintro", "quiz"); } print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext); if ($usehtmleditor) { echo ''; } else { echo '
'; print_string("formattexttype"); echo ": "; if (empty($question->questiontextformat)) { $question->questiontextformat = FORMAT_MOODLE; } choose_from_menu(format_text_menu(), "questiontextformat", $question->questiontextformat, ""); helpbutton("textformat", get_string("helpformatting")); echo "
"; } ?>
: " />
: " />
: choose", ""); unset($menu); ?>