-
Notifications
You must be signed in to change notification settings - Fork 6
Description
first.js:3014 Uncaught TypeError: this.role[event] is not a function
at Quiz.changeQuizState (first.js:3014:3540)
at Object.success (first.js:3014:3588)
at c (jquery-3.6.1.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery-3.6.1.min.js:2:29072)
at l (jquery-3.6.1.min.js:2:80045)
at XMLHttpRequest. (jquery-3.6.1.min.js:2:82499)
This happens in Console upon time-out and thus prevents refreshing of new question until the student reloads the page.
The message before that is
first.js:313 The core/event::notifyFilterContentUpdated() function has been moved to core_filters/events::notifyFilterContentUpdated. Please update your code to use the new module.
As long as the question is answered before timeout, next question can be refreshed once the teacher choose it.