Added missing handler for exporting Cloze type questions

This commit is contained in:
thepurpleblob
2004-07-06 14:28:17 +00:00
parent b8e151340c
commit 03d0e48201
+3
View 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");
}