#set($responseIdentifier = $r.responseUniqueId($interaction)) #set($orderedSet1 = $r.getVisibleOrderedChoices($interaction,0)) #set($orderedSet2 = $r.getVisibleOrderedChoices($interaction,1))
#if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end #if($r.isInvalidResponse($interaction.responseIdentifier))
$r.translate("error.as.directed")
#end #foreach($choice2 in $orderedSet2) #end #foreach($choice1 in $orderedSet1) #set($set1Identifier = $r.toString($choice1.identifier)) #foreach($choice2 in $orderedSet2) #set($set2Identifier = $r.toString($choice2.identifier)) #set($responseValue = $set1Identifier + " " + $set2Identifier) #set($responseChecked = $r.getResponseValue($interaction.responseIdentifier)) #end #end
$r.renderFlowStatics($choice2.getFlowStatics())
$r.appendFlexiFormDirtyForCheckbox("oo_${set1Identifier}_${set2Identifier}") $r.renderFlowStatics($choice1.getFlowStatics())
#if($r.isItemSessionOpen()) #end