source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Tudor-Basic/import/englishhistory.net/tudor/tudorq6.html@ 27993

Last change on this file since 27993 was 27993, checked in by ak19, 11 years ago

Adding collections for Tudor tutorials that Jenny had gone through, with the flags necessary for diffcol to work.

File size: 9.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<HTML><HEAD><TITLE>Tudor Quiz</TITLE>
4
5<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
6
7<META content="Tudor Quizzes" name=description>
8
9<META content="tudor elizabeth henry viii" name=keywords>
10
11<META content="Microsoft FrontPage 5.0" name=GENERATOR>
12
13<META content="Marilyn Mongello" name=Author>
14
15<META content="Tudor Quizzes" name=Description>
16
17<META content="tudor elizabeth henry viii" name=KeyWords>
18
19<SCRIPT language=JavaScript>
20
21
22
23<!-->
24
25
26
27//Initialize arrays.
28
29function initarray(){
30
31this.length=initarray.arguments.length
32
33 for (var i=0;i<this.length;i++){
34
35 this[i+1]=initarray.arguments[i];
36
37 }
38
39
40
41}
42
43
44
45//find options selected
46
47function getselectedIndex(){
48
49return document.forma.q1.selectedIndex
50
51return document.forma.q2.selectedIndex
52
53return document.forma.q3.selectedIndex
54
55return document.forma.q4.selectedIndex
56
57return document.forma.q5.selectedIndex
58
59return document.forma.q6.selectedIndex
60
61return document.forma.q7.selectedIndex
62
63return document.forma.q8.selectedIndex
64
65return document.forma.q9.selectedIndex
66
67return document.forma.q10.selectedIndex
68
69}
70
71
72
73//Validate test answers.
74
75function scoretest(forma){
76
77answers=new initarray(1,3,0,1,3,2,0,0,2,3)
78
79a=0
80
81counter=0
82
83getselectedIndex()
84
85userinput=new initarray(document.forma.q1.selectedIndex,document.forma.q2.selectedIndex,
86
87document.forma.q3.selectedIndex,document.forma.q4.selectedIndex,document.forma.q5.selectedIndex,
88
89document.forma.q6.selectedIndex,document.forma.q7.selectedIndex,document.forma.q8.selectedIndex,
90
91document.forma.q9.selectedIndex,document.forma.q10.selectedIndex)
92
93
94
95for (var i=1;i<11;i++){
96
97 if (userinput[i]==answers[i])
98
99 counter=counter+1
100
101 else
102
103 a=1
104
105 }
106
107
108
109Winopen(a,counter)
110
111
112
113}
114
115//Determine text for message box
116
117function Winopen(a,counter) {
118
119 msg=window.open("","msg","toolbar=no,directories=no,menubar=no,width=300,height=50")
120
121 msg.document.write("<head><title>Score</title></head>")
122
123 msg.document.write("<body bgcolor='#ffffff' text='#000080'>")
124
125 if(a==0){
126
127 msg.document.write("<center><h3>Well Done! - 10/10</h3></center>")
128
129 }
130
131 else{
132
133 if(counter<4){
134
135 msg.document.write("<center><h3>"+counter+"/10 - Come on, are you really trying?</h3></center>")
136
137 }
138
139 if(counter>3&& counter<8){
140
141 msg.document.write("<center><h3>"+counter+"/10 - Keep trying!</h3></center>")
142
143 }
144
145 if(counter>7){
146
147 msg.document.write("<center><h3>"+counter+"/10 - Nearly there - keep trying!</h3></center>")
148
149 }
150
151 }
152
153
154
155 msg.document.write("<form>")
156
157 if(a==0){
158
159 msg.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
160
161 }
162
163 else{
164
165 msg.document.write("<center><input type=button value='Back to Quiz...' onClick='self.close()'></center>")
166
167 }
168
169msg.document.write("</form>")
170
171msg.document.write("</body>")
172
173}
174
175
176
177function giveup(){
178
179answers=window.open("","answers","toolbar=no,directories=no,menubar=no,width=300,height=320")
180
181 answers.document.write("<head><title>Answers</title></head>")
182
183 answers.document.write("<body bgcolor='#ffffee' text='#004080'>")
184
185 answers.document.write("<center><h1>Answers</h1></center>")
186
187 answers.document.write("1. Greenwich Palace<br>")
188
189 answers.document.write("2. Chapel of the Observant Friars<br>")
190
191 answers.document.write("3. duchess of Norfolk<br>")
192
193 answers.document.write("4. Thomas Cranmer<br>")
194
195 answers.document.write("5. Lady Bryan<br>")
196
197 answers.document.write("6. Crimson<br>")
198
199 answers.document.write("7. Enfield<br>")
200
201 answers.document.write("8. 1548<br>")
202
203 answers.document.write("9. 'Sweet Sister Temperance'<br>")
204
205 answers.document.write("10. Crimson<br>")
206
207 answers.document.write("<form>")
208
209 answers.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
210
211 answers.document.write("</form>")
212
213 answers.document.write("</body>")
214
215}
216
217<!-- -->
218
219
220
221</SCRIPT>
222
223<style fprolloverstyle>A:hover {color: #800000; font-weight: bold}
224
225</style>
226
227</HEAD>
228
229<BODY text=#000000 vLink=#990000 aLink=#000000 link=#990000 bgColor=#ffffff background="parc2h.jpg">
230
231
232
233<CENTER>
234
235<TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
236
237 <CAPTION>
238
239 <CENTER>
240
241 <p><b><font size="6">Tudor Quizzes:</font></b></p>
242
243 <p><b><font size="5">Elizabeth I, quiz one</font></b></p>
244
245 </CENTER>
246
247 <TBODY><BR></TBODY></CENTER></CAPTION>
248
249 <TBODY>
250
251 <TR>
252
253 <TD vAlign=top width="100%">
254
255 <CENTER>
256
257 <TABLE cellSpacing=0 cellPadding=0 width=491 border=0>
258
259
260
261</CENTER><!--webbot bot="Include" endspan i-checksum="43556" -->&nbsp;<FORM name=forma>
262
263<CENTER>
264
265<TABLE cellSpacing=4 cellPadding=4 width=567 border=0 height="566">
266
267 <CAPTION>
268
269 <CENTER>
270
271 <p></p>
272
273 </CENTER>
274
275 <TBODY><BR></TBODY></CENTER></CAPTION>
276
277 <TBODY>
278
279 <TR>
280
281 <TD width="308" height="47"><B><FONT face=Arial>1. In which palace was Elizabeth born in
282
283 1533?</FONT></B></TD>
284
285 <TD width="231" height="47"><SELECT size=1 name=q1><OPTION selected>Hampton
286
287 Court</OPTION><OPTION>Greenwich Palace</OPTION><OPTION>Whitehall
288
289 Palace</OPTION><OPTION>Windsor Castle</OPTION></SELECT></TD></TR>
290
291 <TR>
292
293 <TD width="308" height="30"><FONT face=Arial><B>2.</B>&nbsp; <B>Where was her christening
294
295 held?</B></FONT></TD>
296
297 <TD width="231" height="30"><SELECT size=1 name=q2><OPTION selected>the Queen's
298
299 Chapel</OPTION><OPTION>the Lady Chapel</OPTION><OPTION>the Chapel of the
300
301 Reformed Friars</OPTION><OPTION>the Chapel of the Observant
302
303 Friars</OPTION></SELECT></TD></TR>
304
305 <TR>
306
307 <TD width="308" height="49"><B><FONT face=Arial>3. Which lady carried Elizabeth to her
308
309 christening?</FONT></B></TD>
310
311 <TD width="231" height="49"><SELECT size=1 name=q3><OPTION selected>duchess of
312
313 Norfolk</OPTION><OPTION>countess of Kent</OPTION><OPTION>countess of
314
315 Shrewsbury</OPTION><OPTION>duchess of Suffolk</OPTION></SELECT></TD></TR>
316
317 <TR>
318
319 <TD width="308" height="37"><FONT face=Arial><B>4.</B>&nbsp; <B>Who was Elizabeth's
320
321 godfather?</B></FONT></TD>
322
323 <TD width="231" height="37"><SELECT size=1 name=q4><OPTION selected>Thomas
324
325 Cromwell</OPTION><OPTION>Thomas Cranmer</OPTION><OPTION>Charles
326
327 Brandon</OPTION><OPTION>Thomas Wyatt</OPTION></SELECT></TD></TR>
328
329 <TR>
330
331 <TD width="308" height="30"><FONT face=Arial><B>5.</B> <B>Who was Elizabeth's first
332
333 governess?</B></FONT></TD>
334
335 <TD width="231" height="30"><SELECT size=1 name=q5><OPTION selected>Katharine
336
337 Ashley&nbsp;</OPTION><OPTION>Mary Howard</OPTION><OPTION>Mary
338
339 Tuke</OPTION><OPTION>Lady Bryan</OPTION></SELECT></TD></TR>
340
341 <TR>
342
343 <TD width="308" height="49"><FONT face=Arial><B>6.</B> <B>Elizabeth's cradle was lined with what
344
345 color satin?</B></FONT></TD>
346
347 <TD width="231" height="49"><SELECT size=1 name=q6><OPTION
348
349 selected>Blue</OPTION><OPTION>Purple&nbsp;</OPTION><OPTION>Crimson</OPTION><OPTION>White</OPTION></SELECT></TD></TR>
350
351 <TR>
352
353 <TD width="308" height="52"><B><FONT face=Arial>7. After Henry VIII's death, Elizabeth was moved
354
355 to which royal house?</FONT></B></TD>
356
357 <TD width="231" height="52"><SELECT size=1 name=q7><OPTION
358
359 selected>Enfield</OPTION><OPTION>Hatfield</OPTION><OPTION>Richmond
360
361 Palace</OPTION><OPTION>Nonsuch Palace</OPTION></SELECT></TD></TR>
362
363 <TR>
364
365 <TD vAlign=top width="308" height="44"><B><FONT face=Arial>8. In what year was Elizabeth's first
366
367 book published?</FONT></B></TD>
368
369 <TD vAlign=top width="231" height="44"><SELECT size=1 name=q8><OPTION
370
371 selected>1548</OPTION><OPTION>1550</OPTION><OPTION>1555</OPTION><OPTION>1562</OPTION></SELECT></OPTION></TD></TR>
372
373 <TR>
374
375 <TD width="308" height="45"><FONT face=Arial><B>9.</B> <B>What nickname did Edward VI have for
376
377 Elizabeth?</B></FONT></TD>
378
379 <TD width="231" height="45"><SELECT size=1 name=q9><OPTION selected>'Rose without a
380
381 Thorn'</OPTION><OPTION>'Lady Virtue'</OPTION><OPTION>'Sweet Sister
382
383 Temperance'</OPTION><OPTION>'Sweet Sister
384
385Felicity'</OPTION></SELECT></TD></TR>
386
387 <TR>
388
389 <TD width="308" height="63"><B><FONT face=Arial>10. At her sister Mary's coronation in 1553,
390
391 Elizabeth wore a robe of what color?</FONT></B></TD>
392
393 <TD width="231" height="63"><SELECT size=1 name=q10><OPTION
394
395 selected>Violet</OPTION><OPTION>White</OPTION><OPTION>Blue</OPTION><OPTION>Crimson</OPTION></SELECT></TD></TR></TBODY></TABLE>
396
397<CENTER>
398
399<p></p>
400
401</CENTER>
402
403<CENTER><INPUT onclick=scoretest(forma) type=button value="Check Answers"><INPUT type=reset value=Reset><INPUT onclick=giveup() type=button value="Give up?"></CENTER></FORM>
404
405<P align="left"><FONT size=-1>
406
407<a href="tudor1.html">to Tudor Quizzes</a></FONT> <BR><FONT size=-1><A
408
409href="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?us1108082612" alt="setstats" border="0" width="1" height="1"></noscript>
410<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082612" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.