$r.translate("form.imd.correct.kprim")
$r.translate("form.imd.wrong.kprim")
$r.translate("answers")
#foreach($choice in $choices)
#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}")
$f.appendFlexiFormDirtyForCheckbox("oo_wrong-${foreach.count}")
#if($r.visible($choice.answer)) $r.render(${choice.getAnswer().getComponent().getComponentName()}) #else $r.render(${choice.getAnswerReadOnly().getComponent().getComponentName()}) #end #if($f.hasError($item)) #end
#if($f.hasError($item))
$r.render("${item}_ERROR")
#end
#end