]> git.mjollnir.org Git - moodle.git/commitdiff
Added stub for exporting Cloze questions - generates 'not supported' message.
authorthepurpleblob <thepurpleblob>
Tue, 6 Jul 2004 14:29:25 +0000 (14:29 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 6 Jul 2004 14:29:25 +0000 (14:29 +0000)
mod/quiz/format/gift/format.php

index f8ab250b4cba22dda8cf261fbe5c72c4e02ee1d3..335035170ba48f913f97468824a8b9b0db723f29 100755 (executable)
@@ -499,6 +499,9 @@ function writequestion( $question ) {
     case DESCRIPTION:
         $expout .= "// DESCRIPTION type is not supported\n";
         break;
+    case MULTIANSWER:
+        $expout .= "// CLOZE type is not supported\n";
+        break;
     default:
         error( "No handler for qtype $question->qtype for GIFT export" );
     }