#set($responseIdentifier = $r.responseUniqueId($interaction)) #set($orderedSet1 = $r.getVisibleOrderedChoices($interaction,0)) #set($orderedSet2 = $r.getVisibleOrderedChoices($interaction,1))
#end #foreach($choice2 in $orderedSet2) | $r.renderFlowStatics($choice2.getFlowStatics()) | #end #if(!$r.classContains($interaction,"choiceright"))#end |
---|---|---|
$r.renderFlowStatics($choice1.getFlowStatics()) | #end #foreach($choice2 in $orderedSet2) #set($set2Identifier = $r.toString($choice2.identifier)) #set($responseValue = $set1Identifier + " " + $set2Identifier) #set($responseChecked = $r.getResponseValue($interaction.responseIdentifier))$r.appendFlexiFormDirtyForCheckbox("oo_${set1Identifier}_${set2Identifier}") | #end #if(!$r.classContains($interaction,"choiceright"))$r.renderFlowStatics($choice1.getFlowStatics()) | #end