Picture of Oscar Arango
Hotgraphic error
by Oscar Arango - Tuesday, 5 April 2016, 3:24 PM
 

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.

 

Picture of Matt Leathes
Re: Hotgraphic error
by Matt Leathes - Tuesday, 5 April 2016, 6:27 PM
 

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.

Picture of Oscar Arango
Re: Hotgraphic error
by Oscar Arango - Tuesday, 5 April 2016, 7:07 PM
 

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.

Picture of Matt Leathes
Re: Hotgraphic error
by Matt Leathes - Wednesday, 6 April 2016, 9:20 AM
 

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