source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Tudor-Enhanced2/import/englishhistory.net/tudor/tudorq9.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.7 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,1,3,0,2,0,2,3,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. May 2nd<br>")
188
189 answers.document.write("2. Tower of London<br>")
190
191 answers.document.write("3. Mark Smeaton<br>")
192
193 answers.document.write("4. Thomas Lovell<br>")
194
195 answers.document.write("5. 23 pds<br>")
196
197 answers.document.write("6. duke of Norfolk<br>")
198
199 answers.document.write("7. 20 pds<br>")
200
201 answers.document.write("8. sheriff of London<br>")
202
203 answers.document.write("9. Thomas Cranmer<br>")
204
205 answers.document.write("10. eleven days<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: #0000FF; font-weight: bold}
224</style>
225
226</HEAD>
227
228<BODY text=#000000 vLink=#0000FF aLink=#000000 link=#0000FF bgColor=#ffffff background="grey.jpg">
229
230<p align="center"><b><font size="6">Tudor Quizzes:</font></b></p>
231
232<p align="center"><b><font size="5">The Trial and Execution of Anne Boleyn</font></b></p>
233
234<CENTER>
235
236<TABLE cellSpacing=4 cellPadding=4 width=528 border=0 height="604">
237
238 <TBODY>
239
240 <TR>
241
242 <TD width="314" height="35"><B><FONT face=Arial>1. On what day was Anne arrested?</FONT></B></TD>
243
244 <TD width="186" height="35"><SELECT size=1 name=q1><OPTION selected>May 1st</OPTION><OPTION>May
245
246 2nd</OPTION><OPTION>May 3rd</OPTION><OPTION>May
247
2484th</OPTION></SELECT></TD></TR>
249
250 <TR>
251
252 <TD width="314" height="36"><FONT face=Arial><B>2.</B>&nbsp; <B>Where was Anne's trial
253
254 held?</B></FONT></TD>
255
256 <TD width="186" height="36"><SELECT size=1 name=q2><OPTION selected>Westminster
257
258 Hall</OPTION><OPTION>Tower of London</OPTION><OPTION>Whitehall
259
260 Palace</OPTION><OPTION>Hampton Court</OPTION></SELECT></TD></TR>
261
262 <TR>
263
264 <TD width="314" height="55"><B><FONT face=Arial>3. Which of the following men confessed to
265
266 committing adultery with Anne?</FONT></B></TD>
267
268 <TD width="186" height="55"><SELECT size=1 name=q3><OPTION selected>Henry
269
270 Norris</OPTION><OPTION>Charles Brandon</OPTION><OPTION>Francis
271
272 Weston</OPTION><OPTION>Mark Smeaton</OPTION></SELECT></TD></TR>
273
274 <TR>
275
276 <TD width="314" height="60"><FONT face=Arial><B>4.</B>&nbsp;<B> Which of the following men was
277
278 <U>not</U> convicted of adultery with Anne?</B></FONT></TD>
279
280 <TD width="186" height="60"><SELECT size=1 name=q4><OPTION selected>Thomas
281
282 Lovell</OPTION><OPTION>George Boleyn</OPTION><OPTION>Francis
283
284 Weston</OPTION><OPTION>William Brereton</OPTION></SELECT></TD></TR>
285
286 <TR>
287
288 <TD width="314" height="56"><FONT face=Arial><B>5.</B> <B>How much was the headsman from Calais
289
290 paid to execute Anne?</B></FONT></TD>
291
292 <TD width="186" height="56"><SELECT size=1 name=q5><OPTION selected>11 pds</OPTION><OPTION>17
293
294 pds</OPTION><OPTION>23 pds</OPTION><OPTION>31 pds</OPTION></SELECT></TD></TR>
295
296 <TR>
297
298 <TD width="314" height="49"><B><FONT face=Arial>6. Who presided in place of the king at her
299
300 trial?</FONT></B></TD>
301
302 <TD width="186" height="49"><SELECT size=1 name=q6><OPTION selected>duke of
303
304 Norfolk</OPTION><OPTION>duke of Suffolk</OPTION><OPTION>earl of
305
306 Nottingham</OPTION><OPTION>earl of Northumberland</OPTION></SELECT></TD></TR>
307
308 <TR>
309
310 <TD width="314" height="52"><B><FONT face=Arial>7. At her execution, how much did Anne distribute
311
312 in alms?</FONT></B></TD>
313
314 <TD width="186" height="52"><SELECT size=1 name=q7><OPTION selected>8 pds</OPTION><OPTION>15
315
316 pds</OPTION><OPTION>20 pds</OPTION><OPTION>24 pds</OPTION></SELECT></TD></TR>
317
318 <TR>
319
320 <TD vAlign=top width="314" height="35"><B><FONT face=Arial>8. Who escorted Anne to the
321
322 scaffold?</FONT></B></TD>
323
324 <TD vAlign=top width="186" height="35"><SELECT size=1 name=q8><OPTION selected>the mayor of
325
326 London</OPTION><OPTION>the constable of the Tower</OPTION><OPTION>her
327
328 almoner</OPTION><OPTION>the sheriff of
329
330 London</OPTION></SELECT></SELECT></TD></TR>
331
332 <TR>
333
334 <TD width="314" height="49"><FONT face=Arial><B>9.</B> <B>Which of the following men wept on the
335
336 day of Anne's execution?</B></FONT></TD>
337
338 <TD width="186" height="49"><SELECT size=1 name=q9><OPTION selected>Thomas
339
340 Cranmer</OPTION><OPTION>Thomas Cromwell</OPTION><OPTION>the duke of
341
342 Nofolk</OPTION><OPTION>King Henry VIII</OPTION></SELECT></TD></TR>
343
344 <TR>
345
346 <TD width="314" height="57"><B><FONT face=Arial>10. How many days did Henry VIII wait after Anne's
347
348 execution before marrying again?</FONT></B></TD>
349
350 <TD width="186" height="57"><SELECT size=1 name=q10><OPTION selected>five
351
352 days</OPTION><OPTION>seven days</OPTION><OPTION>nine
353
354 days</OPTION><OPTION>eleven
355
356days</OPTION></SELECT></TD></TR></TBODY></TABLE></CENTER>
357
358<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>
359
360<P><FONT size=-1><a href="tudor1.html">to Tudor
361
362Quizzes</a></FONT> <BR><FONT size=-1><A
363
364href="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?us1108082614" alt="setstats" border="0" width="1" height="1"></noscript>
365<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082614" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.