adding some strings
[moodle-linuxchix.git] / mod / hotpot / template / v6 / djmatch6.ht_
blob04a96e16869055324cc170327cd0910d409dd930
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"
4 xml:lang="en"><head>
6 [strDublinCoreMetadata]
8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10 <title>
11 [strPlainTitle]
12 </title>
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 -->
18 [strHeaderCode]
20 <style type="text/css">
22 [strStyleSheet]
24 </style>
26 <script type="text/javascript">
28 //<![CDATA[
30 <!--
32 [inclScorm1.2]
33 [strJSScorm_1_2]
34 [/inclScorm1.2]
36 [strJSBrowserCheck]
38 [strJSButtons]
40 [strJSShowMessage]
42 [strJSUtilities]
44 [strJSHotPotNet]
46 [strJSCard]
48 [strJSDJMatch6]
50 [inclTimer]
51 [strJSTimer]
52 [/inclTimer]
54 [inclSendResults]
55 [strJSSendResults]
56 [/inclSendResults]
58 //-->
60 //]]>
62 </script>
64 </head>
66 <body onload="TimerStartUp()" id="TheBody" [inclScorm1.2]onunload="CheckLMSFinish()"[/inclScorm1.2]>
67 <!-- BeginTopNavButtons -->
69 [inclNavButtons]
70 [strTopNavBar]
71 [/inclNavButtons]
73 <!-- EndTopNavButtons -->
75 <div class="Titles">
76 <h2 class="ExerciseTitle">[strExerciseTitle]</h2>
77 [inclExerciseSubtitle]
78 <h3 class="ExerciseSubtitle">[strExerciseSubtitle]</h3>
79 [/inclExerciseSubtitle]
80 [inclTimer]
81 <div id="Timer">&nbsp;<span id="TimerText">&nbsp;&nbsp;</span>&nbsp;</div>
82 [/inclTimer]
84 </div>
86 <div id="InstructionsDiv" class="StdDiv">
87 <div id="Instructions">[strInstructions]</div>
88 </div>
90 <div class="StdDiv" id="CheckButtonDiv">
91 <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()">&nbsp;[strCheckCaption]&nbsp;</button>
92 </div>
94 <script type="text/javascript">
96 //<![CDATA[
98 <!--
101 for (var i=0; i<F.length; i++){
102 document.write('<div id="F' + i + '" class="CardStyle"></div>');
105 for (var i=0; i<D.length; i++){
106 document.write('<div id="D' + i + '" class="CardStyle" onmousedown="beginDrag(event, ' + i + ')"></div>');
109 //-->
111 //]]>
112 </script>
114 <div class="Feedback" id="FeedbackDiv">
115 <div class="FeedbackText" id="FeedbackContent"></div>
116 <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;">&nbsp;[strOKCaption]&nbsp;</button>
117 </div>
119 <!-- BeginBottomNavButtons -->
121 <!-- EndBottomNavButtons -->
123 <!-- BeginSubmissionForm -->
125 <!-- EndSubmissionForm -->
127 </body>
128 </html>