Hello everyone,
I'm assuming this is due to a missing component, anyway to get more details on these errors so I can eliminate them? thanks in advance.
Hello everyone,
I'm assuming this is due to a missing component, anyway to get more details on these errors so I can eliminate them? thanks in advance.
Try checking course.json - _showFeedback
needs to be defined in there like this.
You can also (optionally) set it on the .json for any question component - but that's only needed if you want to override what's in course.json for a specific component.
Hi Matt,
Thanks for getting back. I was able to confirm that _showFeedback was there. Here's a screen cap of the exported course.json of the lesson throwing the error.
Hmm, not sure then. There are only two references to _showFeedback
in Adapt itself, in app.js and questionView.js - and I can't see how either of those would trigger this error.
Is there anything custom/odd about the project i.e. any non-core components or is it an old version of the framework?
Using $ grunt dev
to compile your code will leave 'source mapping' on which might give more detail about where in the code the problem is