Popup glossary

Glossary entries are easily added to an item by placing a <span class="keyword_glossary:" /> around the term(s) you want to specify as glossary terms. The class="keyword_glossary: ...." is the trigger for the TN8 glossary plugin. Then you urlencode that actual definition with the keyword_glossary: class.

Here's an example of the actual span tag used to define the word "destinations" in the item below:
<span class="keyword_glossary:The%20place%20to%20which%20a%20person%20or%20thing%20travels%20or%20is%20sent." >destinations</span>.

Get Responses:[ Click Get Responses ]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<assessmentItem 
  xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  adaptive="false" identifier="hotspot" timeDependent="false" 
  title="UK Airports (Take 1)" 
  xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p1 http://www.imsglobal.org/xsd/imsqti_v2p1.xsd">
  <responseDeclaration baseType="identifier" cardinality="single" identifier="RESPONSE">
    <correctResponse>
      <value>A</value>
    </correctResponse>
  </responseDeclaration>
  <outcomeDeclaration baseType="float" cardinality="single" identifier="SCORE"/>
  <itemBody>
    <p>
      The picture illustrates four of the most popular 
      <span class="keyword_glossary:The%20place%20to%20which%20a%20person%20or%20thing%20travels%20or%20is%20sent.">destinations</span> 
      for air travellers arriving in the United Kingdom: London, Manchester, Edinburgh and Glasgow.
    </p>

    <p>Which one of the blue circles is Glasgow?</p>
    <hotspotInteraction maxChoices="1" responseIdentifier="RESPONSE">
      <object data="images/uk.png" height="280" type="image/png" width="206">UK Map</object>
      <hotspotChoice coords="77,115,10" identifier="A" shape="circle"/>
      <hotspotChoice coords="118,184,10" identifier="B" shape="circle"/>
      <hotspotChoice coords="150,235,10" identifier="C" shape="circle"/>
      <hotspotChoice coords="96,114,10" identifier="D" shape="circle"/>
    </hotspotInteraction>
  </itemBody>
  <responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/>
</assessmentItem>

The picture illustrates four of the most popular destinations for air travellers arriving in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

Which one of the blue circles is Glasgow?