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

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

Committing the GS3 model collections for the tutorials originally built on Windows up to the 19th of July 2013, but re-built on Linux today. Enhanced-PDF not committed as its PDF to img conversion has issues.

  • Property svn:executable set to *
File size: 9.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<HTML><HEAD><TITLE>Tudor Quiz: Thomas Cranmer</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(2,0,2,1,3,1,0,2,0,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. Jesus<br>")
188
189 answers.document.write("2. he married<br>")
190
191 answers.document.write("3. eight years<br>")
192
193 answers.document.write("4. 1533<br>")
194
195 answers.document.write("5. Josiah<br>")
196
197 answers.document.write("6. 1549<br>")
198
199 answers.document.write("7. 13 Nov 1553<br>")
200
201 answers.document.write("8. Reginald Pole <br>")
202
203 answers.document.write("9. Juan de Villagarcia<br>")
204
205 answers.document.write("10. burned at the stake<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
224
225<STYLE fprolloverstyle>A:hover {font-weight: bold; color: #0000ff}
226</STYLE>
227
228</HEAD>
229
230<BODY text=#000000 vLink=#0000FF aLink=#000000 link=#0000FF bgColor=#ffffff
231
232background="grey.jpg">
233
234<CENTER>&nbsp;<p><B><FONT face="Times New Roman,Times" color=#000000 size=+3>Tudor
235
236Quizzes:</FONT></B> <BR><B><FONT face="Times New Roman,Times" color=#000000
237
238size=+2>Thomas Cranmer</FONT></B> </p>
239<p>&nbsp;</p>
240
241</CENTER>
242
243<FORM name=forma>
244
245<CENTER>
246
247<TABLE cellSpacing=4 cellPadding=4 width=554 border=0 height="792">
248
249 <TBODY>
250
251 <TR>
252
253 <TD width="349" height="65"><FONT color=#000000><FONT face=Arial><B>1.</B> <B>At which Cambridge
254
255 college did Cranmer study</B></FONT><B><FONT
256
257 face="Times New Roman,Times">?&nbsp;</FONT></B></FONT></TD>
258
259 <TD width="177" height="65"><SELECT size=1 name=q1><OPTION selected>St&nbsp;
260
261 John's</OPTION><OPTION>Trinity</OPTION><OPTION>Jesus</OPTION><OPTION>Magdalene</OPTION></SELECT></TD></TR>
262
263 <TR>
264
265 <TD width="349" height="61"><FONT face=Arial color=#000000><B>2.</B>&nbsp; <B>Which event forced
266
267 Cranmer to forfeit his college fellowship?</B></FONT></TD>
268
269 <TD width="177" height="61"><SELECT size=1 name=q2><OPTION selected>he
270
271 married</OPTION><OPTION>his father died</OPTION><OPTION>he failed
272
273 exams</OPTION><OPTION>he suffered a breakdown</OPTION></SELECT></TD></TR>
274
275 <TR>
276
277 <TD width="349" height="62"><B><FONT face=Arial color=#000000>3. How long did it take for Cranmer
278
279 to receive his BA?</FONT></B></TD>
280
281 <TD width="177" height="62"><SELECT size=1 name=q3><OPTION selected>two
282
283 years&nbsp;</OPTION><OPTION>five years&nbsp;</OPTION><OPTION>eight
284
285 years</OPTION><OPTION>ten years</OPTION></SELECT></TD></TR>
286
287 <TR>
288
289 <TD width="349" height="64"><FONT face=Arial color=#000000><B>4.</B>&nbsp; <B>When was Cranmer
290
291 appointed archbishop of Canterbury?</B></FONT></TD>
292
293 <TD width="177" height="64"><SELECT size=1 name=q4><OPTION
294
295 selected>1531</OPTION><OPTION>1533</OPTION><OPTION>1535</OPTION><OPTION>1537</OPTION></SELECT></TD></TR>
296
297 <TR>
298
299 <TD width="349" height="65"><B><FONT face=Arial color=#000000>5. At Edward VI's coronation,
300
301 Cranmer compared him to which Biblical figure?</FONT></B></TD>
302
303 <TD width="177" height="65"><SELECT size=1 name=q5><OPTION
304
305 selected>David</OPTION><OPTION>Solomon</OPTION><OPTION>Moses</OPTION><OPTION>Josiah</OPTION></SELECT></TD></TR>
306
307 <TR>
308
309 <TD width="349" height="71"><FONT face=Arial color=#000000><B>6.</B> <B>In what year did use of
310
311 Cranmer's new <I>Book of Common Prayer</I>&nbsp; become
312
313 compulsory?</B></FONT></TD>
314
315 <TD width="177" height="71"><SELECT size=1 name=q6><OPTION
316
317 selected>1547</OPTION><OPTION>1549</OPTION><OPTION>1551</OPTION><OPTION>1553</OPTION></SELECT></TD></TR>
318
319 <TR>
320
321 <TD width="349" height="79"><B><FONT face=Arial color=#000000>7. On what date was Cranmer formally
322
323 charged with treason at Guildhall?</FONT></B></TD>
324
325 <TD width="177" height="79"><SELECT size=1 name=q7><OPTION selected>13 Nov
326
327 1553</OPTION><OPTION>25 Nov 1553</OPTION><OPTION>14 Dec
328
329 1553</OPTION><OPTION>12 Feb 1554</OPTION></SELECT></TD></TR>
330
331 <TR>
332
333 <TD vAlign=top width="349" height="53"><B><FONT face=Arial color=#000000>8. Who replaced Cranmer
334
335 as archbishop of Canterbury?</FONT></B></TD>
336
337 <TD vAlign=top width="177" height="53"><SELECT size=1 name=q8><OPTION selected>Stephen
338
339 Gardiner</OPTION><OPTION>John, Lord Lumley</OPTION><OPTION>Reginald
340
341 Pole</OPTION><OPTION>Edward Courtenay</OPTION></SELECT></TD></TR>
342
343 <TR>
344
345 <TD width="349" height="69"><B><FONT face=Arial color=#000000>9. Which Spanish friar accompanied
346
347 Cranmer to his execution on 21 March 1556?</FONT></B></TD>
348
349 <TD width="177" height="69"><SELECT size=1 name=q9><OPTION selected>Juan de
350
351 Villagarcia</OPTION><OPTION>Pedro de Villanova</OPTION><OPTION>Eustace
352
353 Chapuys</OPTION><OPTION>Pietro Carmeliano</OPTION></SELECT></TD></TR>
354
355 <TR>
356
357 <TD width="349" height="83"><FONT face=Arial color=#000000><B>10.</B> <B>How was Cranmer
358
359 executed?</B></FONT></TD>
360
361 <TD width="177" height="83"><SELECT size=1 name=q10><OPTION
362
363 selected>beheaded</OPTION><OPTION>hanged</OPTION><OPTION>poisoned</OPTION><OPTION>burned
364
365 at the stake</OPTION></SELECT></TD></TR></TBODY></TABLE></CENTER>
366
367<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>
368<p align="center"><BR><FONT
369
370color=#000000 size=-1><A href="tudor1.html">to
371
372Tudor Quizzes</A></FONT><BR><FONT color=#000000 size=-1><A
373
374href="http://englishhistory.net/tudor.html">to Tudor England</A></FONT></p>
375
376</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?us1108082615" alt="setstats" border="0" width="1" height="1"></noscript>
377<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082615" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.