#set($responseIdentifier = $r.responseUniqueId($interaction))
#set($containerId = "qtiworks_id_container_" + $responseIdentifier)
#set($responseValue = $r.getResponseValue($interaction.responseIdentifier))
#set($choices = $r.getVisibleAssociableChoices($interaction))
#if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end
#if($r.isInvalidResponse($interaction.responseIdentifier))
$r.translate("error.as.directed")
#end
#foreach($choice in $choices)
$r.renderFlowStatics($choice.getFlowStatics())
#end
#set($maxChoices = $r.maxToList($interaction.maxAssociations))
#foreach($maxChoice in $maxChoices)
#end