#foreach($interactionWrapper in $interactionWrappers)

${foreach.count}. $interactionWrapper.assessmentItemTitle

#foreach($responseFormItem in $interactionWrapper.responseFormItems)
$r.render($responseFormItem.name)
#end
$r.render("${interactionWrapper.scoreEl.name}_LABEL", "$f.getItemId($item)", "col-sm-3")
$r.render($interactionWrapper.scoreEl.name, "form") #if($f.hasError($item)) #end
#if($f.hasError($interactionWrapper.scoreEl.name))
$r.render("${interactionWrapper.scoreEl.name}_ERROR")
#elseif($f.hasExample(${interactionWrapper.scoreEl.name}))
$r.render("${interactionWrapper.scoreEl.name}_EXAMPLE")
#end
#end
$r.render("buttons")