From: thepurpleblob Date: Tue, 6 Jul 2004 14:29:25 +0000 (+0000) Subject: Added stub for exporting Cloze questions - generates 'not supported' message. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a9c32536897e8973fcb5de512146e066f1290105;p=moodle.git Added stub for exporting Cloze questions - generates 'not supported' message. --- diff --git a/mod/quiz/format/gift/format.php b/mod/quiz/format/gift/format.php index f8ab250b4c..335035170b 100755 --- a/mod/quiz/format/gift/format.php +++ b/mod/quiz/format/gift/format.php @@ -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" ); }