Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information