Skip to content

Commit

Permalink
Export know knows about random questions so it can ignore them
Browse files Browse the repository at this point in the history
  • Loading branch information
thepurpleblob committed Mar 3, 2005
1 parent 8734547 commit 6e31897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/quiz/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,9 @@ function get_question_data( $question ) {
case MULTIANSWER:
// nothing to do
break;
case RANDOM:
// nothing to do
break;
default:
notify("No handler for question type $question->qtype in get_question");
}
Expand Down

0 comments on commit 6e31897

Please sign in to comment.