Picture of Tom Greenfield
Re: assessmentResults modification
by Tom Greenfield - Tuesday, 29 November 2016, 12:20 PM
 

Hi Chris,

You could just change theĀ _completionBody to something like "<span class='left'>{{{feedback}}}</span><span class='right'>{{scoreAsPercent}}%</span>" and style the spans as appropriate.

Something like display: inline-block; and width: 50%; will get you started.

This approach negates the need to modify templates and code.

Cheers,
Tom.