#foreach($interactionWrapper in $interactionWrappers)

${foreach.count}. $interactionWrapper.assessmentItemTitle

#if(!${interactionWrapper.isItemSessionStateFinal()})
$r.translate("warning.not.submitted")
#end #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("comment.user_LABEL", "$f.getItemId($item)", "col-sm-3")
$r.render("comment.user", "form") #if($f.hasError("comment.user")) #end
#if($f.hasError("comment.user"))
$r.render("comment.user_ERROR")
#end
$r.render("buttons")