source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Tudor-Enhanced2/import/englishhistory.net/tudor/tudorq2.html@ 29229

Last change on this file since 29229 was 29229, checked in by ak19, 10 years ago

3 more GS3 model-collections, two of which are intermediate stages of tutorials

File size: 8.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML><HEAD><TITLE>Tudor Quiz</TITLE>
3
4<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
5
6<META content="Tudor quizzes" name=description>
7
8<META content="tudor elizabeth henry viii" name=keywords>
9
10<META content="Microsoft FrontPage 5.0" name=GENERATOR>
11
12<META content="Marilyn Mongello" name=Author>
13
14<META content="Tudor quizzes" name=Description>
15
16<META content="tudor elizabeth henry viii" name=KeyWords>
17
18<SCRIPT language=JavaScript>
19
20
21
22<!-->
23
24
25
26//Initialize arrays.
27
28function initarray(){
29
30this.length=initarray.arguments.length
31
32 for (var i=0;i<this.length;i++){
33
34 this[i+1]=initarray.arguments[i];
35
36 }
37
38
39
40}
41
42
43
44//find options selected
45
46function getselectedIndex(){
47
48return document.forma.q1.selectedIndex
49
50return document.forma.q2.selectedIndex
51
52return document.forma.q3.selectedIndex
53
54return document.forma.q4.selectedIndex
55
56return document.forma.q5.selectedIndex
57
58return document.forma.q6.selectedIndex
59
60return document.forma.q7.selectedIndex
61
62return document.forma.q8.selectedIndex
63
64return document.forma.q9.selectedIndex
65
66return document.forma.q10.selectedIndex
67
68}
69
70
71
72//Validate test answers.
73
74function scoretest(forma){
75
76answers=new initarray(1,3,0,3,2,1,0,2,3,1)
77
78a=0
79
80counter=0
81
82getselectedIndex()
83
84userinput=new initarray(document.forma.q1.selectedIndex,document.forma.q2.selectedIndex,
85
86document.forma.q3.selectedIndex,document.forma.q4.selectedIndex,document.forma.q5.selectedIndex,
87
88document.forma.q6.selectedIndex,document.forma.q7.selectedIndex,document.forma.q8.selectedIndex,
89
90document.forma.q9.selectedIndex,document.forma.q10.selectedIndex)
91
92
93
94for (var i=1;i<11;i++){
95
96 if (userinput[i]==answers[i])
97
98 counter=counter+1
99
100 else
101
102 a=1
103
104 }
105
106
107
108Winopen(a,counter)
109
110
111
112}
113
114//Determine text for message box
115
116function Winopen(a,counter) {
117
118 msg=window.open("","msg","toolbar=no,directories=no,menubar=no,width=300,height=50")
119
120 msg.document.write("<head><title>Score</title></head>")
121
122 msg.document.write("<body bgcolor='#ffffff' text='#000080'>")
123
124 if(a==0){
125
126 msg.document.write("<center><h3>Well Done! - 10/10</h3></center>")
127
128 }
129
130 else{
131
132 if(counter<4){
133
134 msg.document.write("<center><h3>"+counter+"/10 - Come on, are you really trying?</h3></center>")
135
136 }
137
138 if(counter>3&& counter<8){
139
140 msg.document.write("<center><h3>"+counter+"/10 - Keep trying!</h3></center>")
141
142 }
143
144 if(counter>7){
145
146 msg.document.write("<center><h3>"+counter+"/10 - Nearly there - keep trying!</h3></center>")
147
148 }
149
150 }
151
152
153
154 msg.document.write("<form>")
155
156 if(a==0){
157
158 msg.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
159
160 }
161
162 else{
163
164 msg.document.write("<center><input type=button value='Back to Quiz...' onClick='self.close()'></center>")
165
166 }
167
168msg.document.write("</form>")
169
170msg.document.write("</body>")
171
172}
173
174
175
176function giveup(){
177
178answers=window.open("","answers","toolbar=no,directories=no,menubar=no,width=300,height=320")
179
180 answers.document.write("<head><title>Answers</title></head>")
181
182 answers.document.write("<body bgcolor='#ffffee' text='#004080'>")
183
184 answers.document.write("<center><h1>Answers</h1></center>")
185
186 answers.document.write("1. Lochleven<br>")
187
188 answers.document.write("2. December 8th<br>")
189
190 answers.document.write("3. Catherine d'Medici<br>")
191
192 answers.document.write("4. Francis<br>")
193
194 answers.document.write("5. half-brother<br>")
195
196 answers.document.write("6. Bothwell<br>")
197
198 answers.document.write("7. Amyas Paulet<br>")
199
200 answers.document.write("8. Norfolk<br>")
201
202 answers.document.write("9. thistle and rose<br>")
203
204 answers.document.write("10. 8 February 1587<br>")
205
206 answers.document.write("<form>")
207
208 answers.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
209
210 answers.document.write("</form>")
211
212 answers.document.write("</body>")
213
214}
215
216<!-- -->
217
218
219
220</SCRIPT>
221
222<style fprolloverstyle>A:hover {color: #800000; font-weight: bold}
223</style>
224
225</HEAD>
226
227<BODY text=#000000 vLink=#990000 aLink=#000000 link=#990000 bgColor=#ffffff background="parc2h.jpg">
228
229<p align="center"><B><font size="6">Tudor Quizzes:</font></B></p>
230
231<p align="center"><B><font size="5">Mary, queen of Scots</font></B><font size="5">
232
233</font></p>
234
235<CENTER>
236
237<CENTER>
238
239<p></p>
240
241</CENTER><!--webbot bot="Include" endspan i-checksum="43556" -->&nbsp;<FORM name=forma>
242
243<CENTER>
244
245<TABLE cellSpacing=4 cellPadding=4 width=539 border=0 height="562">
246
247 <CAPTION>
248
249 <CENTER>
250
251 <p></p>
252
253 </CENTER>
254
255 <TBODY><BR></TBODY></CENTER></CAPTION>
256
257 <TBODY>
258
259 <TR>
260
261 <TD width="344" height="47"><FONT face=Arial><B>1. Mary escaped from which Scottish castle in
262
263 1568?</B></FONT></TD>
264
265 <TD width="167" height="47"><SELECT size=1 name=q1><OPTION
266
267 selected>Dunbar</OPTION><OPTION>Lochleven</OPTION><OPTION>Stirling</OPTION><OPTION>Linlithgow</OPTION></SELECT></TD></TR>
268
269 <TR>
270
271 <TD width="344" height="35"><FONT face=Arial><B>2.&nbsp; Mary was born on what day in
272
273 1542?</B></FONT></TD>
274
275 <TD width="167" height="35"><SELECT size=1 name=q2><OPTION selected>October
276
277 8th</OPTION><OPTION>July 6th</OPTION><OPTION>January
278
279 6th</OPTION><OPTION>December 8th</OPTION></SELECT></TD></TR>
280
281 <TR>
282
283 <TD width="344" height="42"><FONT face=Arial><B>3. Mary's mother-in-law in France
284
285 was....</B></FONT></TD>
286
287 <TD width="167" height="42"><SELECT size=1 name=q3><OPTION selected>Catherine
288
289 d'Medici&nbsp;</OPTION><OPTION>Antoinette
290
291 d'Guise&nbsp;</OPTION><OPTION>Claude
292
293 d'Guise&nbsp;</OPTION><OPTION>Isabella of
294
295 Navarre&nbsp;</OPTION></SELECT></TD></TR>
296
297 <TR>
298
299 <TD width="344" height="31"><FONT face=Arial><B>4.&nbsp; Mary's first husband was
300
301 named....</B></FONT></TD>
302
303 <TD width="167" height="31"><SELECT size=1 name=q4><OPTION
304
305 selected>Henry</OPTION><OPTION>Charles&nbsp;</OPTION><OPTION>Philip</OPTION><OPTION>Francis&nbsp;</OPTION></SELECT></TD></TR>
306
307 <TR>
308
309 <TD width="344" height="52"><FONT face=Arial><B>5. James Stewart, earl of Moray, was
310
311 Mary's.....</B></FONT></TD>
312
313 <TD width="167" height="52"><SELECT size=1 name=q5><OPTION
314
315 selected>uncle&nbsp;</OPTION><OPTION>grandfather&nbsp;</OPTION><OPTION>half-brother</OPTION><OPTION>second
316
317 husband</OPTION></SELECT></TD></TR>
318
319 <TR>
320
321 <TD width="344" height="44"><FONT face=Arial><B>6. Mary's third husband, James Hepburn, was
322
323 earl of....</B></FONT></TD>
324
325 <TD width="167" height="44"><SELECT size=1 name=q6><OPTION
326
327 selected>Lennox</OPTION><OPTION>Bothwell&nbsp;</OPTION><OPTION>Leith</OPTION><OPTION>Lithgow</OPTION></SELECT></TD></TR>
328
329 <TR>
330
331 <TD width="344" height="49"><FONT face=Arial><B>7. Mary's last jailer was....</B></FONT></TD>
332
333 <TD width="167" height="49"><SELECT size=1 name=q7><OPTION selected>Amyas
334
335 Paulet&nbsp;</OPTION><OPTION>Jasper Walsingham</OPTION><OPTION>Amyas
336
337 Walsingham</OPTION><OPTION>Jasper Paulet</OPTION></SELECT></TD></TR>
338
339 <TR>
340
341 <TD vAlign=top width="344" height="64"><FONT face=Arial><B>8. Who was the English duke
342
343 executed for conspiring to marry Mary and place her on the English
344
345 throne?</B></FONT></TD>
346
347 <TD vAlign=top width="167" height="64"><SELECT size=1 name=q8><OPTION
348
349 selected>Buckingham&nbsp;</OPTION><OPTION>Suffolk</OPTION><OPTION>Norfolk</OPTION><OPTION>York</OPTION></SELECT></OPTION></TD></TR>
350
351 <TR>
352
353 <TD width="344" height="40"><FONT face=Arial><B>9. Mary's emblems were the....</B></FONT></TD>
354
355 <TD width="167" height="40"><SELECT size=1 name=q9><OPTION selected>thistle and
356
357 crown</OPTION><OPTION>rose and crown</OPTION><OPTION>dandelion and
358
359 crown</OPTION><OPTION>thistle and rose</OPTION></SELECT></TD></TR>
360
361 <TR>
362
363 <TD width="344" height="38"><FONT face=Arial><B>10. Mary was executed at Fotheringhay Castle
364
365 on what date?</B></FONT></TD>
366
367 <TD width="167" height="38"><SELECT size=1 name=q10><OPTION selected>8 January
368
369 1587</OPTION><OPTION>8 February 1587</OPTION><OPTION>8 March
370
371 1587</OPTION><OPTION>8 April
372
3731587&nbsp;</OPTION></SELECT></TD></TR></TBODY></TABLE>
374
375<CENTER>
376
377<p></p>
378
379</CENTER>
380
381<CENTER><INPUT onclick=scoretest(forma) type=button value="Check Answers"><INPUT type=reset value=Reset><INPUT onclick=giveup() type=button value="Give up?"><p>&nbsp;</p>
382
383</CENTER></FORM>
384
385<P align="left"><FONT size=-1>
386
387<a href="tudor1.html">to Tudor Quizzes</a></FONT> <BR><FONT size=-1><A
388
389href="http://englishhistory.net/tudor.html">to Tudor England</A></FONT></BODY></HTML><!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1108082610" alt="setstats" border="0" width="1" height="1"></noscript>
390<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082610" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.