Skip to content

Commit

Permalink
Added missing handler for exporting Cloze type questions
Browse files Browse the repository at this point in the history
  • Loading branch information
thepurpleblob committed Jul 6, 2004
1 parent b8e1513 commit 03d0e48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/quiz/lib.php
Expand Up @@ -3049,6 +3049,9 @@ function get_question_data( $question ) {
case DESCRIPTION: case DESCRIPTION:
// nothing to do // nothing to do
break; break;
case MULTIANSWER:
// nothing to do
break;
default: default:
error("No handler for question type $question->qtype in get_question"); error("No handler for question type $question->qtype in get_question");
} }
Expand Down

0 comments on commit 03d0e48

Please sign in to comment.