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
When clicking the submit button on a question component the marking icons used to automatically show on each option. However after downloading and building the latest framework v2.0.10 this doesn't happen anymore. Was this functionality changed or is this a bug?
The text was updated successfully, but these errors were encountered:
standard question view (new version) functions were not being called by the compatibility layer.
the checking statement, line 484, was checking if the required function on the current view prototype was the same as the compatibility layer function - which it always will have been because the compatibility extension view was always an extension of the question view.
i have stopped the compatibility extension including the question view prototype functions when the comparison takes place so that line 484 will not be comparing "setQuestionAsSubmitted" and "checkQuestionCompletion" to itself.
When clicking the submit button on a question component the marking icons used to automatically show on each option. However after downloading and building the latest framework v2.0.10 this doesn't happen anymore. Was this functionality changed or is this a bug?
The text was updated successfully, but these errors were encountered: