From a9c32536897e8973fcb5de512146e066f1290105 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 6 Jul 2004 14:29:25 +0000 Subject: [PATCH] Added stub for exporting Cloze questions - generates 'not supported' message. --- mod/quiz/format/gift/format.php | 3 +++ 1 file changed, 3 insertions(+) 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" ); } -- 2.39.5