#set($interactions = $positionObjectStage.getPositionObjectInteractions())
#set($appletContainerId = "qtiworks_id_appletContainer_" + $interactions.get(0).getResponseIdentifier())
#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))
Please complete this interaction 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