I have upgraded a customer's AT to version 0.3.0, framework version 2.2.1.
But after the upgrade we have a problem with the assessmentResult component.
The text placeholders (e.g. {{{score}}}) is not resolved and appear literal in the feedback test.
I looked into the code, and I noticed that the stringReplace is removed in this version in favour of letting Handlebars.compile handle it.
The data seem to be there, but the Handlebars.compile just doesn't seem to do the replacing.
Is there something else we need to do differently in this version?