Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: error/question/unknownquestiontype.

error/question/unknownquestiontype: Difference between revisions

From MoodleDocs
(error description)
 
m (added link to spanish translation of page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This error will be thrown if the value returned from the name function of question_questiontype_qtype (replace questiontype with actual question type), does not match the actual question type, so if the value returned from the name function of question_multichoice_qtype is not multichoice, this error would be thrown.
This error will be thrown if the value returned from the name function of question_questiontype_qtype (replace questiontype with actual question type), does not match the actual question type, so if the value returned from the name function of question_multichoice_qtype is not multichoice, this error would be thrown.
[[Category:Error|Question]]
[[Category:Questions|Error]]
[[es:error/question/unknownquestiontype]]

Latest revision as of 19:57, 26 July 2014

This error will be thrown if the value returned from the name function of question_questiontype_qtype (replace questiontype with actual question type), does not match the actual question type, so if the value returned from the name function of question_multichoice_qtype is not multichoice, this error would be thrown.