You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
As long as the question is answered before timeout, next question can be refreshed once the teacher choose it.
The text was updated successfully, but these errors were encountered: