#set($interactions = $positionObjectStage.getPositionObjectInteractions()) #set($containerId = "qtiworks_id_container_" + $interactions.get(0).getResponseIdentifier()) #set($responseIdentifier = $r.responseUniqueId($interactions.get(0))) #foreach($interaction in $interactions) #end
#foreach($interaction in $interactions) #if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end #end #foreach($interaction in $interactions) #if($r.isInvalidResponse($interaction.responseIdentifier))
$r.translate("error.as.directed")
#end #end
#foreach($interaction in $interactions) #set($maxChoices = $r.maxToList($interaction.maxChoices)) #set($responseValue = $r.getResponseValue($interaction.responseIdentifier)) #foreach($maxChoice in $maxChoices)
#end #end