-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.4, 4.2.1, 4.3
When importing questions to Studentquiz there are some warning messages:
True/False:
Root cause: We can't load extra fields from each qtype due to the question_create event being called before we save the extra fields to the database.
question/format.php:477 and question/format.php:478
we should trigger the event after we save_question_options.