#if(!${interactionWrapper.isItemSessionStateFinal()})
$r.translate("warning.not.submitted")
#if($r.isTrue($autoSaved))
$r.translate("warning.not.submitted.autosave")#end
#end
#if($r.isNotEmpty($sectionRubrics))
#foreach($sectionRubric in $sectionRubrics)
#end
#end
$r.render("answer")
#if($r.visible("solution"))
$r.render("view.solution")
$r.render("solution")
#if(!$r.visible("view.correct.solution"))
#end
#elseif($r.visible("view.correct.solution"))
#if($r.visible("view.solution"))
$r.render("view.solution")
#end
#elseif($r.visible("view.solution"))
$r.render("view.solution")
#else
#end
#if($r.visible("view.correct.solution"))
#if($r.visible("correctSolution"))
$r.render("view.correct.solution")
$r.render("correctSolution")
#else
$r.render("view.correct.solution")
#end
#end
$r.render("score.container")