]> git.mjollnir.org Git - moodle.git/commitdiff
Added missing handler for exporting Cloze type questions
authorthepurpleblob <thepurpleblob>
Tue, 6 Jul 2004 14:28:17 +0000 (14:28 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 6 Jul 2004 14:28:17 +0000 (14:28 +0000)
mod/quiz/lib.php

index cb05844409ce9c0d86cc8d44ebf74cd4e9022905..6e39eb1064f8f47df33b2e375333de6634eaa594 100644 (file)
@@ -3049,6 +3049,9 @@ function get_question_data( $question ) {
     case DESCRIPTION:
         // nothing to do
         break;
+    case MULTIANSWER:
+        // nothing to do
+        break;
     default:
         error("No handler for question type $question->qtype in get_question");
     }