source: documentation/trunk/tutorial_sample_files/tudor/englishhistory.net/tudor/tudorq14.html@ 18423

Last change on this file since 18423 was 18423, checked in by kjdon, 15 years ago

added teh sample files into svn. I got these files from the releases on sourceforge, jun2006 release with the october extra files.

File size: 10.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML><HEAD><TITLE>Tudor Quiz: General History</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(0,2,2,3,1,0,3,0,2,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>You're a Tudor genius! - 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, you can do it!</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. 1513<br>")
187
188 answers.document.write("2. 23 April<br>")
189
190 answers.document.write("3. Countess of Oxford<br>")
191
192 answers.document.write("4. duc d'Longueville<br>")
193
194 answers.document.write("5. fornication<br>")
195
196 answers.document.write("6. royalty, dukes & marquesses<br>")
197
198 answers.document.write("7. Lord Willoughby d'Eresby<br>")
199
200 answers.document.write("8. none<br>")
201
202 answers.document.write("9. France and the Papacy<br>")
203
204 answers.document.write("10. Jericho House at Blackmore<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
223
224<STYLE fprolloverstyle>A:hover {font-weight: bold; color: #990000}
225</STYLE>
226
227</HEAD>
228
229<BODY text=#000000 vLink=#990000 aLink=#000000 link=#990000 bgColor=#ffffff
230
231background="parc2h.jpg">
232
233<CENTER><FONT color=#000000><B><FONT face="Times New Roman,Times" size=+3>Tudor
234
235Quizzes</FONT><FONT size=5>: </FONT></B></FONT>
236
237<P><FONT color=#000000><B><FONT size=5>General
238
239History</FONT></B></FONT></P></CENTER>
240
241<CENTER>
242
243<P></P></CENTER><!--webbot bot="Include" endspan i-checksum="43556" -->&nbsp;
244
245<FORM name=forma>
246
247<CENTER>
248
249<TABLE height=977 cellSpacing=4 cellPadding=4 width=587 border=0>
250
251 <TBODY>
252
253 <TR>
254
255 <TD width=342 height=82><FONT face=Arial color=#000000><B>1.</B> <B>What
256
257 year did Bessie Blount (mother of Henry VIII's illegitimate son, Henry
258
259 Fitzroy) come to court?</B></FONT></TD>
260
261 <TD width=217 height=82><SELECT size=1 name=q1><OPTION
262
263 selected>1513</OPTION><OPTION>1515</OPTION><OPTION>1517</OPTION><OPTION>1519</OPTION></SELECT></TD></TR>
264
265 <TR>
266
267 <TD width=342 height=66><FONT face=Arial color=#000000><B>2.</B>&nbsp;
268
269 <B>On what day was Henry VIII's 'official' birthday
270
271 celebrated?</B></FONT></TD>
272
273 <TD width=217 height=66><SELECT size=1 name=q2><OPTION selected>28
274
275 June</OPTION><OPTION>19 February</OPTION><OPTION>23
276
277 April</OPTION><OPTION>15 August</OPTION></SELECT></TD></TR>
278
279 <TR>
280
281 <TD width=342 height=123><B><FONT face=Arial color=#000000>3. Before her
282
283 marriage to the King of France, Henry VIII's younger sister Mary Tudor was
284
285 betrothed to the Archduke Charles of Austria, Prince of Castile. Who was
286
287 appointed her chief lady-in-waiting?</FONT></B></TD>
288
289 <TD width=217 height=123><SELECT size=1 name=q3><OPTION selected>Duchess
290
291 of Norfolk</OPTION><OPTION>Countess of Norwich</OPTION><OPTION>Countess
292
293 of Oxford</OPTION><OPTION>Duchess of Buckingham</OPTION></SELECT></TD></TR>
294
295 <TR>
296
297 <TD width=342 height=94><FONT face=Arial color=#000000><B>4.</B>&nbsp;
298
299 <B>On 13 August 1514, Mary Tudor was married by proxy to Louis XII of
300
301 France. Who stood in for the king at the ceremony? </B></FONT></TD>
302
303 <TD width=217 height=94><SELECT size=1 name=q4><OPTION selected>dauphin
304
305 Francis</OPTION><OPTION>duc d'Anjou</OPTION><OPTION>duc
306
307 d'Angouleme</OPTION><OPTION>duc d'Longueville</OPTION></SELECT></TD></TR>
308
309 <TR>
310
311 <TD width=342 height=108><B><FONT face=Arial color=#000000>5. In 1515,
312
313 Fray Diego Fernandez, Katharine of Aragon's Spanish confessor, was sent
314
315 from court. Of what charge had an ecclesiastical court convicted
316
317 him?</FONT></B></TD>
318
319 <TD width=217 height=108><SELECT size=1 name=q5><OPTION
320
321 selected>heresy</OPTION><OPTION>fornication</OPTION><OPTION>murder</OPTION><OPTION>sedition</OPTION></SELECT></TD></TR>
322
323 <TR>
324
325 <TD width=342 height=64><FONT face=Arial color=#000000><B>6.</B> <B>At
326
327 Henry VIII's court, who was allowed to wear cloth of gold?</B></FONT></TD>
328
329 <TD width=217 height=64><SELECT size=1 name=q6><OPTION selected>royalty,
330
331 dukes and marquesses</OPTION><OPTION>royalty and
332
333 dukes</OPTION><OPTION>royalty</OPTION><OPTION>anyone who could afford
334
335 it</OPTION></SELECT></TD></TR>
336
337 <TR>
338
339 <TD width=342 height=97><B><FONT face=Arial color=#000000>7. Maria de
340
341 Salinas was Katharine of Aragon's favorite lady-in-waiting. In June 1516,
342
343 she married which English gentleman?</FONT></B></TD>
344
345 <TD width=217 height=97><SELECT size=1 name=q7><OPTION selected>Lord
346
347 Howard of Parham Park</OPTION><OPTION>the duke of
348
349 Suffolk</OPTION><OPTION>Lord Penham d'Este</OPTION><OPTION>Lord
350
351 Willoughby d'Eresby</OPTION></SELECT></TD></TR>
352
353 <TR>
354
355 <TD vAlign=top width=342 height=59><B><FONT face=Arial color=#000000>8.
356
357 After 1517, how many more times did Henry VIII see his older sister
358
359 Margaret?</FONT></B></TD>
360
361 <TD vAlign=top width=217 height=59><SELECT size=1 name=q8><OPTION
362
363 selected>none</OPTION><OPTION>once</OPTION><OPTION>twice</OPTION><OPTION>all
364
365 the time</OPTION></SELECT></TD></TR>
366
367 <TR>
368
369 <TD width=342 height=81><B><FONT face=Arial color=#000000>9. In 1518,
370
371 England signed the 'Treaty of Universal and Perpetual Peace' with which
372
373 countries?</FONT></B></TD>
374
375 <TD width=217 height=81><SELECT size=1 name=q9><OPTION selected>Spain
376
377 and the Low Countries</OPTION><OPTION>France and
378
379 Spain</OPTION><OPTION>France and the Papacy</OPTION><OPTION>France and
380
381 Scotland</OPTION></SELECT></TD></TR>
382
383 <TR>
384
385 <TD width=342 height=83><B><FONT face=Arial color=#000000>10. Where was
386
387 Henry VIII's illegitimate son, Henry Fitzroy, born?</FONT></B></TD>
388
389 <TD width=217 height=83><SELECT size=1 name=q10><OPTION selected>Eltham
390
391 Palace</OPTION><OPTION>Jericho House at
392
393 Blackmore</OPTION><OPTION>Penshurst Palace</OPTION><OPTION>Riding Manor
394
395 in Durham</OPTION></SELECT></TD></TR></TBODY></TABLE></CENTER>
396
397<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>
398
399<P align="center"><FONT color=#000000 size=-1><A
400
401href="tudor1.html">to Tudor Quizzes</A></FONT>
402
403<BR><FONT color=#000000 size=-1><A
404
405href="http://englishhistory.net/tudor.html">to Tudor England</A></FONT><BR>
406
407<CENTER><!-- row 01 --></CENTER>
408
409<P align="center"></TD></TR></TBODY></TABLE><FONT size=2>Some of these questions are extra
410
411hard, simply to give Tudor enthusiasts a challenge.&nbsp; All answers can be
412
413verified in Weir's 'Henry VIII: The King and His
414
415Court.'</FONT></P></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>
416<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.