#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
#if($r.visible($choice.answer))
$r.render(${choice.getAnswer().getComponent().getComponentName()})
#else
$r.render(${choice.getAnswerReadOnly().getComponent().getComponentName()})
#end
#if($f.hasError($item))
#end