#set($responseIdentifier = $r.responseUniqueId($interaction)) #set($containerId = "qtiworks_id_container_" + $responseIdentifier) #set($responseValue = $r.getResponseValue($interaction.responseIdentifier)) #set($hotspotChoices = $r.getVisibleHotspotChoices($interaction))
#if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end #if($r.isInvalidResponse($interaction.responseIdentifier))
$r.translate("error.as.directed")
#end
#foreach($hotspotChoice in $hotspotChoices) $r.appendFlexiFormDirtyForClick("ac_${responseIdentifier}_${hotspotChoice.identifier}") #end