From 6c9b8063cf4beb1a14fae0d0a066917e382b43a3 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 18 Jun 2004 12:59:48 +0000 Subject: [PATCH] Now only allows user to select categories that they can really edit. --- mod/quiz/truefalse.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mod/quiz/truefalse.html b/mod/quiz/truefalse.html index 614bb3c62b..3b11eb0dbd 100644 --- a/mod/quiz/truefalse.html +++ b/mod/quiz/truefalse.html @@ -4,7 +4,9 @@

:

- category", ""); ?> + id, true, true); + ?> @@ -43,7 +45,7 @@ echo "
"; print_string("formattexttype"); echo ": "; - if (!$question->questiontextformat) { + if (!isset($question->questiontextformat)) { $question->questiontextformat = FORMAT_MOODLE; } choose_from_menu(format_text_menu(), "questiontextformat", $question->questiontextformat, ""); -- 2.39.5