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.