2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml"
6 [strDublinCoreMetadata]
8 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1" />
14 <!-- Made with executable version [strFullVersionInfo] -->
16 <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
20 <style type=
"text/css">
26 <script type=
"text/javascript">
62 <body onload=
"TimerStartUp()" id=
"TheBody">
63 <!-- BeginTopNavButtons -->
69 <!-- EndTopNavButtons -->
72 <h2 class=
"ExerciseTitle">[strExerciseTitle]
</h2>
73 [inclExerciseSubtitle]
74 <h3 class=
"ExerciseSubtitle">[strExerciseSubtitle]
</h3>
75 [/inclExerciseSubtitle]
77 <div id=
"Timer"> <span id=
"TimerText"> </span> </div>
82 <div id=
"InstructionsDiv" class=
"StdDiv">
83 <p id=
"Instructions">[strInstructions]
</p>
86 <div class=
"StdDiv" id=
"CheckButtonDiv">
87 <button id=
"CheckButton1" class=
"FuncButton" onmouseover=
"FuncBtnOver(this)" onfocus=
"FuncBtnOver(this)" onmouseout=
"FuncBtnOut(this)" onblur=
"FuncBtnOut(this)" onmousedown=
"FuncBtnDown(this)" onmouseup=
"FuncBtnOut(this)" onclick=
"CheckAnswers()"> [strCheckCaption]
</button>
90 <script type=
"text/javascript">
97 for (var i=0; i<F.length; i++){
98 document.write('<div id="F' + i + '" class="CardStyle"></div>');
101 for (var i=0; i<D.length; i++){
102 document.write('<div id="D' + i + '" class="CardStyle" onmousedown="beginDrag(event, ' + i + ')"></div>');
110 <div class=
"Feedback" id=
"FeedbackDiv">
111 <div class=
"FeedbackText" id=
"FeedbackContent"></div>
112 <button id=
"FeedbackOKButton" class=
"FuncButton" onfocus=
"FuncBtnOver(this)" onblur=
"FuncBtnOut(this)" onmouseover=
"FuncBtnOver(this)" onmouseout=
"FuncBtnOut(this)" onmousedown=
"FuncBtnDown(this)" onmouseup=
"FuncBtnOut(this)" onclick=
"HideFeedback(); return false;"> [strOKCaption]
</button>
115 <!-- BeginBottomNavButtons -->
117 <!-- EndBottomNavButtons -->
119 <!-- BeginSubmissionForm -->
121 <!-- EndSubmissionForm -->