Picture of Chuck Lorenz
assessmentResults: _completionBody not compiling
by Chuck Lorenz - Friday, 22 February 2019, 4:26 PM
 

Just installed adapt-contrib-assessmentResults (v 2.4.0 for compatibility w AT instance), no modifications, and using example.json data. The portion of the text held in _completionBody is not compiling--whether I complete the assessment by hand or by using adapt dev tools.

When I inspect the code, I can see that there is a value in _completionBody:

But some error, which I can't figure out, is interrupting its assignment:

Any thoughts about what might be causing this? Any steps to take that might give me more clues?

Picture of Matt Leathes
Re: assessmentResults: _completionBody not compiling
by Matt Leathes - Friday, 22 February 2019, 4:42 PM
 

Usually the assessment results failing to render is down to this issue...

Picture of Chuck Lorenz
Re: assessmentResults: _completionBody not compiling
by Chuck Lorenz - Friday, 22 February 2019, 5:16 PM
 

Excellent reference. Sorry my earlier search didn't find it. Thanks, Matt

Picture of Matt Leathes
Re: assessmentResults: _completionBody not compiling
by Matt Leathes - Friday, 22 February 2019, 5:45 PM
 

No problem, I only found it cause I knew specifically what to search for!

Out of interest, was that the cause of the problem?

Picture of Chuck Lorenz
Re: assessmentResults: _completionBody not compiling
by Chuck Lorenz - Friday, 22 February 2019, 7:14 PM
 

Just got to testing the fix. Removed the components.hbs from the Vanilla's templates/partials and, yes, it solved the issue. Thanks again.