#set($responseIdentifier = $r.responseUniqueId($interaction)) #set($qtiContainerId = "oc_" + $responseIdentifier) #set($responseValue = $r.getResponseValue($interaction.responseIdentifier)) #set($isResponsive = $r.hasCssClass($interaction, "interaction-responsive")) #set($singleChoice = $r.isSingleChoice($interaction))
#if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end #if($r.isInvalidResponse($interaction.responseIdentifier))
$r.translate("error.as.directed")
#end
#foreach($hotspotChoice in $interaction.getHotspotChoices()) $r.appendFlexiFormDirtyForClick("ac_${responseIdentifier}_$hotspotChoice.identifier") #end