mentoring.js
3.61 KB
-
Fix major bugs with the JavaScript that only occurred in Studio · 4788bc70
1. MRQBlock initialization function had an unused parameter that Studio's runtime crashed on 2. The result of an assessment's JS runtime.children() call was different if the first child was an HTMLModule compared to an html_demo XBlock. This broke assessments. We now properly filter the result of .children() to only use actual question "steps"
Braden MacDonald committed