~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to mod/hotpot/v6/source/jquiz6.ht_

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
5
 
 
6
 
[strDublinCoreMetadata]
7
 
 
8
 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
9
 
 
10
 
<title>
11
 
[strPlainTitle]
12
 
</title>
13
 
 
14
 
<!-- Made with executable version [strFullVersionInfo] -->
15
 
 
16
 
<!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
17
 
 
18
 
[strHeaderCode]
19
 
 
20
 
<style type="text/css">
21
 
 
22
 
[strStyleSheet]
23
 
 
24
 
</style>
25
 
 
26
 
<script type="text/javascript">
27
 
 
28
 
//<![CDATA[
29
 
 
30
 
<!--
31
 
 
32
 
[strJSBrowserCheck]
33
 
 
34
 
[strJSButtons]
35
 
 
36
 
[strJSShowMessage]
37
 
 
38
 
[strJSUtilities]
39
 
 
40
 
[strJSHotPotNet]
41
 
 
42
 
[strJSJQuiz6]
43
 
 
44
 
[inclShortAnswer]
45
 
[strJSCheckShortAnswer]
46
 
[/inclShortAnswer]
47
 
 
48
 
[inclTimer]
49
 
[strJSTimer]
50
 
[/inclTimer]
51
 
 
52
 
[inclSendResults]
53
 
[strJSSendResults]
54
 
[/inclSendResults]
55
 
 
56
 
//-->
57
 
 
58
 
//]]>
59
 
 
60
 
</script>
61
 
 
62
 
 
63
 
</head>
64
 
 
65
 
<body onload="StartUp()" id="TheBody">
66
 
 
67
 
<!-- BeginTopNavButtons -->
68
 
 
69
 
[inclNavButtons]
70
 
[strTopNavBar]
71
 
[/inclNavButtons]
72
 
 
73
 
<!-- EndTopNavButtons -->
74
 
 
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"><span id="TimerText">&nbsp;&nbsp;</span></div>
82
 
[/inclTimer]
83
 
 
84
 
</div>
85
 
 
86
 
<div id="InstructionsDiv" class="StdDiv">
87
 
        <p id="Instructions">[strInstructions]</p>
88
 
</div>
89
 
 
90
 
[inclReading]
91
 
<div class="LeftContainer">
92
 
 
93
 
        <div id="Reading" class="StdDiv">
94
 
 
95
 
                <div id="ReadingDiv">
96
 
[strReadingText]
97
 
                </div>
98
 
        </div>
99
 
 
100
 
</div>
101
 
 
102
 
 
103
 
<div class="RightContainer">
104
 
[/inclReading]
105
 
 
106
 
 
107
 
<div id="MainDiv" class="StdDiv">
108
 
 
109
 
<div id="QNav" class="QuestionNavigation">
110
 
 
111
 
<p style="text-align: right;">
112
 
<button id="ShowMethodButton" class="FuncButton" onfocus="FuncBtnOver(this)" onblur="FuncBtnOut(this)" onmouseover="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOver(this)" onclick="ShowHideQuestions(); return false;">[strShowAllQuestionsCaption]</button>
113
 
</p>
114
 
 
115
 
<div id="OneByOneReadout">
116
 
<button id="PrevQButton" class="FuncButton" onfocus="FuncBtnOver(this)" onblur="FuncBtnOut(this)" onmouseover="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOver(this)" onclick="ChangeQ(-1); return false;">[strLastQCaption]</button>
117
 
 
118
 
<span id="QNumReadout" class="QNum">&nbsp;</span>
119
 
 
120
 
<button id="NextQButton" class="FuncButton" onfocus="FuncBtnOver(this)" onblur="FuncBtnOut(this)" onmouseover="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOver(this)" onclick="ChangeQ(1); return false;">[strNextQCaption]</button>
121
 
<br />
122
 
</div>
123
 
 
124
 
</div>
125
 
 
126
 
[strQuestionOutput]
127
 
 
128
 
[inclKeypad]
129
 
<div id="CharacterKeypad" class="Keypad">
130
 
[strKeypad]
131
 
</div>
132
 
[/inclKeypad]
133
 
 
134
 
</div>
135
 
 
136
 
[inclReading]
137
 
</div>
138
 
[/inclReading]
139
 
 
140
 
<div class="Feedback" id="FeedbackDiv">
141
 
<div class="FeedbackText" id="FeedbackContent"></div>
142
 
<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>
143
 
</div>
144
 
 
145
 
<!-- BeginBottomNavButtons -->
146
 
 
147
 
[inclNavButtons]
148
 
[strBottomNavBar]
149
 
[/inclNavButtons]
150
 
 
151
 
<!-- EndBottomNavButtons -->
152
 
 
153
 
<!-- BeginSubmissionForm -->
154
 
 
155
 
<!-- EndSubmissionForm -->
156
 
 
157
 
</body>
158
 
 
159
 
</html>