source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Tudor-Enhanced/import/englishhistory.net/tudor/tudorq13.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.

  • Property svn:executable set to *
File size: 9.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE>Tudor Quiz: King Henry VIII</TITLE>
2
3<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
4
5<META content="Tudor quizzes" name=description>
6
7<META content="tudor elizabeth henry viii" name=keywords>
8
9<META content="Microsoft FrontPage 5.0" name=GENERATOR>
10
11<META content="Marilyn Mongello" name=Author>
12
13<META content="Tudor quizzes" name=Description>
14
15<META content="tudor elizabeth henry viii" name=KeyWords>
16
17<SCRIPT language=JavaScript>
18
19
20
21<!-->
22
23
24
25//Initialize arrays.
26
27function initarray(){
28
29this.length=initarray.arguments.length
30
31 for (var i=0;i<this.length;i++){
32
33 this[i+1]=initarray.arguments[i];
34
35 }
36
37
38
39}
40
41
42
43//find options selected
44
45function getselectedIndex(){
46
47return document.forma.q1.selectedIndex
48
49return document.forma.q2.selectedIndex
50
51return document.forma.q3.selectedIndex
52
53return document.forma.q4.selectedIndex
54
55return document.forma.q5.selectedIndex
56
57return document.forma.q6.selectedIndex
58
59return document.forma.q7.selectedIndex
60
61return document.forma.q8.selectedIndex
62
63return document.forma.q9.selectedIndex
64
65return document.forma.q10.selectedIndex
66
67}
68
69
70
71//Validate test answers.
72
73function scoretest(forma){
74
75answers=new initarray(1,0,3,1,0,2,2,3,0,1)
76
77a=0
78
79counter=0
80
81getselectedIndex()
82
83userinput=new initarray(document.forma.q1.selectedIndex,document.forma.q2.selectedIndex,
84
85document.forma.q3.selectedIndex,document.forma.q4.selectedIndex,document.forma.q5.selectedIndex,
86
87document.forma.q6.selectedIndex,document.forma.q7.selectedIndex,document.forma.q8.selectedIndex,
88
89document.forma.q9.selectedIndex,document.forma.q10.selectedIndex)
90
91
92
93for (var i=1;i<11;i++){
94
95 if (userinput[i]==answers[i])
96
97 counter=counter+1
98
99 else
100
101 a=1
102
103 }
104
105
106
107Winopen(a,counter)
108
109
110
111}
112
113//Determine text for message box
114
115function Winopen(a,counter) {
116
117 msg=window.open("","msg","toolbar=no,directories=no,menubar=no,width=300,height=50")
118
119 msg.document.write("<head><title>Score</title></head>")
120
121 msg.document.write("<body bgcolor='#ffffff' text='#000080'>")
122
123 if(a==0){
124
125 msg.document.write("<center><h3>Well Done! - 10/10</h3></center>")
126
127 }
128
129 else{
130
131 if(counter<4){
132
133 msg.document.write("<center><h3>"+counter+"/10 - Come on, are you really trying?</h3></center>")
134
135 }
136
137 if(counter>3&& counter<8){
138
139 msg.document.write("<center><h3>"+counter+"/10 - Keep trying!</h3></center>")
140
141 }
142
143 if(counter>7){
144
145 msg.document.write("<center><h3>"+counter+"/10 - Nearly there - keep trying!</h3></center>")
146
147 }
148
149 }
150
151
152
153 msg.document.write("<form>")
154
155 if(a==0){
156
157 msg.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
158
159 }
160
161 else{
162
163 msg.document.write("<center><input type=button value='Back to Quiz...' onClick='self.close()'></center>")
164
165 }
166
167msg.document.write("</form>")
168
169msg.document.write("</body>")
170
171}
172
173
174
175function giveup(){
176
177answers=window.open("","answers","toolbar=no,directories=no,menubar=no,width=300,height=320")
178
179 answers.document.write("<head><title>Answers</title></head>")
180
181 answers.document.write("<body bgcolor='#ffffee' text='#004080'>")
182
183 answers.document.write("<center><h1>Answers</h1></center>")
184
185 answers.document.write("1. Greenwich<br>")
186
187 answers.document.write("2. New Year's Day 1511<br>")
188
189 answers.document.write("3. 1520<br>")
190
191 answers.document.write("4. Leo X<br>")
192
193 answers.document.write("5. None<br>")
194
195 answers.document.write("6. Thomas Cranmer<br>")
196
197 answers.document.write("7. Stephen Gardiner<br>")
198
199 answers.document.write("8. Whitehall<br>")
200
201 answers.document.write("9. constable of Dover Castle<br>")
202
203 answers.document.write("10. Jane Seymour<br>")
204
205 answers.document.write("<form>")
206
207 answers.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
208
209 answers.document.write("</form>")
210
211 answers.document.write("</body>")
212
213}
214
215<!-- -->
216
217
218
219</SCRIPT>
220
221
222
223<STYLE fprolloverstyle>A:hover {font-weight: bold; color: #800000}
224</STYLE>
225
226</HEAD>
227
228<BODY text=#000000 vLink=#990000 aLink=#000000 link=#990000 bgColor=#ffffff
229
230background="parc2h.jpg">
231
232<CENTER><B><FONT face="Times New Roman,Times" color=#000000 size=+3>Tudor
233
234Quizzes:</FONT></B>&nbsp; <BR><B><FONT face="Times New Roman,Times"
235
236color=#000000 size=+2>King Henry VIII</FONT></B></CENTER><!--webbot bot="Include" endspan i-checksum="43556" -->&nbsp;
237
238
239
240<FORM name=forma>
241
242<CENTER>
243
244<TABLE height=721 cellSpacing=4 cellPadding=4 width=556 border=0>
245
246 <TBODY>
247
248 <TR>
249
250 <TD width=355 height=58><FONT face=Arial color=#000000><B>1.</B> <B>At
251
252 which Palace was Henry born on 28 June 1491?</B></FONT></TD>
253
254 <TD width=184 height=58><SELECT size=1 name=q1><OPTION selected>Hampton
255
256 Court</OPTION><OPTION>Greenwich</OPTION><OPTION>Richmond</OPTION><OPTION>Oatlands</OPTION></SELECT></TD></TR>
257
258 <TR>
259
260 <TD width=355 height=39><FONT face=Arial color=#000000><B>2.</B>&nbsp;
261
262 <B>When was Henry's first son born?</B></FONT></TD>
263
264 <TD width=184 height=39><SELECT size=1 name=q2><OPTION selected>New
265
266 Year's Day 1511</OPTION><OPTION>Christmas 1511</OPTION><OPTION>New
267
268 Year's Day 1514</OPTION><OPTION>Christmas 1510</OPTION></SELECT></TD></TR>
269
270 <TR>
271
272 <TD width=355 height=82><B><FONT face=Arial color=#000000>3. The Field of
273
274 the Cloth of Gold, the famous meeting between Henry and Francis I of
275
276 France, was held in what year?</FONT></B></TD>
277
278 <TD width=184 height=82><SELECT size=1 name=q3><OPTION
279
280 selected>1517</OPTION><OPTION>1518</OPTION><OPTION>1519</OPTION><OPTION>1520</OPTION></SELECT></TD></TR>
281
282 <TR>
283
284 <TD width=355 height=58><FONT face=Arial color=#000000><B>4.</B>&nbsp;
285
286 <B>Henry was given the title Fidei Defensor by which pope?</B></FONT></TD>
287
288 <TD width=184 height=58><SELECT size=1 name=q4><OPTION selected>Julius
289
290 II</OPTION><OPTION>Leo X</OPTION><OPTION>Paul
291
292 XII</OPTION><OPTION>Clement VII</OPTION></SELECT></TD></TR>
293
294 <TR>
295
296 <TD width=355 height=47><B><FONT face=Arial color=#000000>5. How many
297
298 wives did Henry divorce?<FONT size=+2>*</FONT></FONT></B></TD>
299
300 <TD width=184 height=47><SELECT size=1 name=q5><OPTION
301
302 selected>None</OPTION><OPTION>Two</OPTION><OPTION>Three</OPTION><OPTION>Four</OPTION></SELECT></TD></TR>
303
304 <TR>
305
306 <TD width=355 height=60><FONT face=Arial color=#000000><B>6.</B> <B>Who
307
308 broke the news of Catherine Howard's adultery to Henry?</B></FONT></TD>
309
310 <TD width=184 height=60><SELECT size=1 name=q6><OPTION selected>the duke
311
312 of Norfolk</OPTION><OPTION>the duke of Suffolk</OPTION><OPTION>Thomas
313
314 Cranmer</OPTION><OPTION>Thomas Cromwell</OPTION></SELECT></TD></TR>
315
316 <TR>
317
318 <TD width=355 height=77><B><FONT face=Arial color=#000000>7. Who wed Henry
319
320 to his last wife, Katharine Parr?</FONT></B></TD>
321
322 <TD width=184 height=77><SELECT size=1 name=q7><OPTION selected>Thomas
323
324 Cranmer</OPTION><OPTION>John Fisher</OPTION><OPTION>Stephen
325
326 Gardiner</OPTION><OPTION>William Warham</OPTION></SELECT></TD></TR>
327
328 <TR>
329
330 <TD vAlign=top width=355 height=69><B><FONT face=Arial color=#000000>8.
331
332 After Wolsey's fall from grace, Henry took over the Cardinal's home of
333
334 York Place.&nbsp; What did Henry rename the palace?</FONT></B></TD>
335
336 <TD vAlign=top width=184 height=69><SELECT size=1 name=q8><OPTION
337
338 selected>Hampton Court
339
340 Palace</OPTION><OPTION>Nonsuch</OPTION><OPTION>Oatlands</OPTION><OPTION>Whitehall</OPTION></SELECT></TD></TR>
341
342 <TR>
343
344 <TD width=355 height=62><B><FONT face=Arial color=#000000>9. On 5 April
345
346 1493, the toddler Henry received his first official office.&nbsp; What was
347
348 it?</FONT></B></TD>
349
350 <TD width=184 height=62><SELECT size=1 name=q9><OPTION
351
352 selected>constable of Dover Castle</OPTION><OPTION>Lord of the
353
354 North</OPTION><OPTION>constable of Calais</OPTION><OPTION>sheriff of
355
356 Leicester</OPTION></SELECT></TD></TR>
357
358 <TR>
359
360 <TD width=355 height=49><B><FONT face=Arial color=#000000>10. Which wife
361
362 is buried beside Henry VIII?</FONT></B></TD>
363
364 <TD width=184 height=49><SELECT size=1 name=q10><OPTION
365
366 selected>Katharine of Aragon</OPTION><OPTION>Jane
367
368 Seymour</OPTION><OPTION>Catherine Howard</OPTION><OPTION>Katharine
369
370 Parr</OPTION></SELECT></TD></TR></TBODY></TABLE></CENTER>
371
372<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>
373
374<CENTER>&nbsp;
375
376<P>*<A href="quizstuff.html">click here for a
377
378brief discussion of</A> <BR><A
379
380href="quizstuff.html">the answer to question
381
382five</A></P></CENTER>
383
384<P align="center"><FONT color=#000000 size=-1><A
385
386href="tudor1.html">to Tudor Quizzes</A></FONT><BR><FONT color=#000000 size=-1><A
387
388href="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?us1108082616" alt="setstats" border="0" width="1" height="1"></noscript>
389<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082616" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.