$r.translate("correct.answers")
$r.translate("answers")
#foreach($choice in $choices)
#if($r.available(${choice.getRemove().getComponent().getComponentName()}) && $r.visible(${choice.getRemove().getComponent().getComponentName()}))
$r.render(${choice.getRemove().getComponent().getComponentName()})
#end #if($r.available(${choice.getAdd().getComponent().getComponentName()}) && $r.visible(${choice.getAdd().getComponent().getComponentName()}))
$r.render(${choice.getAdd().getComponent().getComponentName()})
#end #if($r.available(${choice.getUp().getComponent().getComponentName()}) && $r.visible(${choice.getUp().getComponent().getComponentName()}))
$r.render(${choice.getUp().getComponent().getComponentName()})
#end #if($r.available(${choice.getDown().getComponent().getComponentName()}) && $r.visible(${choice.getDown().getComponent().getComponentName()}))
$r.render(${choice.getDown().getComponent().getComponentName()})
#end
$f.appendFlexiFormDirtyForCheckbox("oo_correct-${foreach.count}")
$r.render(${choice.getAnswer().getComponent().getComponentName()}) #if($f.hasError($item)) #end
#if($f.hasError($item))
$r.render("${item}_ERROR")
#end
#end