by Chuck Borrelli.
I have our site hosted with Gnomio, and they recently upgraded to version 3.2.3(without any warning).
Now the plugin we used for quizzes (the only quiz plugin they had, by the way) is no longer working... when attempting a quiz, we are getting the following (debugging is on.
Coding error detected, it must be fixed by a programmer: Unknown question type multichoiceset
Debug info:
Error code: codingerror
Stack trace:Error code: codingerror
- line 95 of /question/engine/bank.php: coding_exception thrown
- line 783 of /lib/questionlib.php: call to question_bank::get_qtype()
- line 813 of /lib/questionlib.php: call to _tidy_question()
- line 162 of /mod/quiz/attemptlib.php: call to get_question_options()
- line 170 of /mod/quiz/locallib.php: call to quiz->load_questions()
- line 2286 of /mod/quiz/locallib.php: call to quiz_start_new_attempt()
- line 111 of /mod/quiz/startattempt.php: call to quiz_prepare_and_start_new_attempt()
Is there any way to fix this? I do not wish to do trial and error with multiple options, but I was thinking of exporting questions and importing... but want to make sure there is a "best practice" for this.