source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Tudor-Basic/import/englishhistory.net/tudor/tudorq8.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<HTML><HEAD><TITLE>
3
4Tudor Quizzes</TITLE>
5
6<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
7
8<META content="Tudor Quizzes" name=description>
9
10<META content="tudor elizabeth henry viii" name=keywords>
11
12<META content="Microsoft FrontPage 5.0" name=GENERATOR>
13
14<META content="Marilyn Mongello" name=Author>
15
16<META content="Tudor Quizzes" name=Description>
17
18<META content="tudor elizabeth henry viii" name=KeyWords>
19
20<SCRIPT language=JavaScript>
21
22
23
24<!-->
25
26
27
28//Initialize arrays.
29
30function initarray(){
31
32this.length=initarray.arguments.length
33
34 for (var i=0;i<this.length;i++){
35
36 this[i+1]=initarray.arguments[i];
37
38 }
39
40
41
42}
43
44
45
46//find options selected
47
48function getselectedIndex(){
49
50return document.forma.q1.selectedIndex
51
52return document.forma.q2.selectedIndex
53
54return document.forma.q3.selectedIndex
55
56return document.forma.q4.selectedIndex
57
58return document.forma.q5.selectedIndex
59
60return document.forma.q6.selectedIndex
61
62return document.forma.q7.selectedIndex
63
64return document.forma.q8.selectedIndex
65
66return document.forma.q9.selectedIndex
67
68return document.forma.q10.selectedIndex
69
70}
71
72
73
74//Validate test answers.
75
76function scoretest(forma){
77
78answers=new initarray(2,3,0,1,2,1,3,0,2,0)
79
80a=0
81
82counter=0
83
84getselectedIndex()
85
86userinput=new initarray(document.forma.q1.selectedIndex,document.forma.q2.selectedIndex,
87
88document.forma.q3.selectedIndex,document.forma.q4.selectedIndex,document.forma.q5.selectedIndex,
89
90document.forma.q6.selectedIndex,document.forma.q7.selectedIndex,document.forma.q8.selectedIndex,
91
92document.forma.q9.selectedIndex,document.forma.q10.selectedIndex)
93
94
95
96for (var i=1;i<11;i++){
97
98 if (userinput[i]==answers[i])
99
100 counter=counter+1
101
102 else
103
104 a=1
105
106 }
107
108
109
110Winopen(a,counter)
111
112
113
114}
115
116//Determine text for message box
117
118function Winopen(a,counter) {
119
120 msg=window.open("","msg","toolbar=no,directories=no,menubar=no,width=300,height=50")
121
122 msg.document.write("<head><title>Score</title></head>")
123
124 msg.document.write("<body bgcolor='#ffffff' text='#000080'>")
125
126 if(a==0){
127
128 msg.document.write("<center><h3>Well Done! You're a Tudor Genius!- 10/10</h3></center>")
129
130 }
131
132 else{
133
134 if(counter<4){
135
136 msg.document.write("<center><h3>"+counter+"/10 - Come on, keep trying!</h3></center>")
137
138 }
139
140 if(counter>3&& counter<8){
141
142 msg.document.write("<center><h3>"+counter+"/10 - Keep trying!</h3></center>")
143
144 }
145
146 if(counter>7){
147
148 msg.document.write("<center><h3>"+counter+"/10 - Nearly there - keep trying!</h3></center>")
149
150 }
151
152 }
153
154
155
156 msg.document.write("<form>")
157
158 if(a==0){
159
160 msg.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
161
162 }
163
164 else{
165
166 msg.document.write("<center><input type=button value='Back to Quiz...' onClick='self.close()'></center>")
167
168 }
169
170msg.document.write("</form>")
171
172msg.document.write("</body>")
173
174}
175
176
177
178function giveup(){
179
180answers=window.open("","answers","toolbar=no,directories=no,menubar=no,width=300,height=320")
181
182 answers.document.write("<head><title>Answers</title></head>")
183
184 answers.document.write("<body bgcolor='#ffffee' text='#004080'>")
185
186 answers.document.write("<center><h1>Answers</h1></center>")
187
188 answers.document.write("1. 39<br>")
189
190 answers.document.write("2. 23 yards<br>")
191
192 answers.document.write("3. 15 January 1559<br>")
193
194 answers.document.write("4. 10 hours<br>")
195
196 answers.document.write("5. bishop of Carlisle<br>")
197
198 answers.document.write("6. Lady Mary Howard<br>")
199
200 answers.document.write("7. Semper Eadem<br>")
201
202 answers.document.write("8. 1558<br>")
203
204 answers.document.write("9. 1562<br>")
205
206 answers.document.write("10. when he was proposed as a bridegroom for the queen of Scots<br>")
207
208 answers.document.write("<form>")
209
210 answers.document.write("<center><input type=button value='OK' onClick='self.close()'></center>")
211
212 answers.document.write("</form>")
213
214 answers.document.write("</body>")
215
216}
217
218<!-- -->
219
220
221
222</SCRIPT>
223
224
225
226<STYLE fprolloverstyle>A:hover {font-weight: bold; color: #990000}
227</STYLE>
228
229</HEAD>
230
231<BODY text=#000000 vLink=#990000 aLink=#000000 link=#990000 bgColor=#ffffff
232
233background="parc2h.jpg">
234
235<p align="center"><b><FONT face=Dolphin size=6>Tudor Quiz</FONT><font size="6">zes:<BR>
236
237</font><FONT size=5>Elizabeth I, quiz three </FONT></b></p>
238
239<CENTER>
240
241<P></P></CENTER><!--webbot bot="Include" endspan i-checksum="43556" -->&nbsp;
242
243<FORM name=forma>
244
245<CENTER>
246
247<TABLE cellSpacing=4 cellPadding=4 width=755 border=0 height="527">
248
249 <CAPTION>
250
251 <CENTER>
252
253 <P></P></CENTER>
254
255 <TBODY><BR></TBODY></CENTER></CAPTION>
256
257 <TBODY>
258
259 <TR>
260
261 <TD width="314" height="38"><B><FONT face=Arial>1. How many ladies attended Elizabeth at her
262
263 coronation?</FONT></B></TD>
264
265 <TD width="413" height="38"><SELECT size=1 name=q1><OPTION
266
267 selected>14</OPTION><OPTION>27</OPTION><OPTION>39</OPTION><OPTION>45</OPTION></SELECT></TD></TR>
268
269 <TR>
270
271 <TD width="314" height="76"><FONT face=Arial><B>2.</B>&nbsp; <B>At her coronation, Elizabeth wore
272
273 a mantle of cloth of gold and silver.&nbsp; How many yards of cloth were
274
275 used to make it?</B></FONT></TD>
276
277 <TD width="413" height="76"><SELECT size=1 name=q2><OPTION selected>11 yards</OPTION><OPTION>17
278
279 yards</OPTION><OPTION>20 yards</OPTION><OPTION>23
280
281 yards</OPTION></SELECT></TD></TR>
282
283 <TR>
284
285 <TD width="314" height="22"><B><FONT face=Arial>3. On what day was her coronation?</FONT></B></TD>
286
287 <TD width="413" height="22"><SELECT size=1 name=q3><OPTION selected>15 January
288
289 1559</OPTION><OPTION>18 January 1559</OPTION><OPTION>21 January
290
291 1559</OPTION><OPTION>23 January 1559</OPTION></SELECT></TD></TR>
292
293 <TR>
294
295 <TD width="314" height="38"><FONT face=Arial><B>4.</B>&nbsp;<B> How long did the banquet after her
296
297 coronation last?</B></FONT></TD>
298
299 <TD width="413" height="38"><SELECT size=1 name=q4><OPTION selected>8 hours</OPTION><OPTION>10
300
301 hours</OPTION><OPTION>12 hours</OPTION><OPTION>14
302
303 hours</OPTION></SELECT></TD></TR>
304
305 <TR>
306
307 <TD width="314" height="38"><FONT face=Arial><B>5.</B> <B>Who crowned Elizabeth at Westminster
308
309 Abbey?</B></FONT></TD>
310
311 <TD width="413" height="38"><SELECT size=1 name=q5><OPTION selected>archbishop of
312
313 Canterbury</OPTION><OPTION>bishop of Durham</OPTION><OPTION>bishop of
314
315 Carlisle</OPTION><OPTION>bishop of York</OPTION></SELECT></TD></TR>
316
317 <TR>
318
319 <TD width="314" height="57"><FONT face=Arial><B>6.</B> <B>Which lady-in-waiting publicly offended
320
321 the queen by dressing too well in 1559?</B></FONT></TD>
322
323 <TD width="413" height="57"><SELECT size=1 name=q6><OPTION selected>Lady Lettice
324
325 Knollys</OPTION><OPTION>Lady Mary Howard&nbsp;</OPTION><OPTION>Lady
326
327 Frances Sidney</OPTION><OPTION>Lady Catherine Grey</OPTION></SELECT></TD></TR>
328
329 <TR>
330
331 <TD width="314" height="22"><B><FONT face=Arial>7. What was Elizabeth's motto as
332
333 queen?</FONT></B></TD>
334
335 <TD width="413" height="22"><SELECT size=1 name=q7><OPTION selected>Dieu et Mon
336
337 Droit</OPTION><OPTION>Veritas Temporis Filia</OPTION><OPTION>In Omnia
338
339 Paratus</OPTION><OPTION>Semper Eadem</OPTION></SELECT></TD></TR>
340
341 <TR>
342
343 <TD vAlign=top width="314" height="38"><B><FONT face=Arial>8. In what year did Mary, queen of
344
345 Scots first assume the title 'Queen of England'?</FONT></B></TD>
346
347 <TD vAlign=top width="413" height="38"><SELECT size=1 name=q8><OPTION
348
349 selected>1558</OPTION><OPTION>1560</OPTION><OPTION>1564</OPTION><OPTION>1571</OPTION></SELECT></OPTION></TD></TR>
350
351 <TR>
352
353 <TD width="314" height="38"><FONT face=Arial><B>9.</B> <B>In what year did Elizabeth almost die of
354
355 smallpox?</B></FONT></TD>
356
357 <TD width="413" height="38"><SELECT size=1 name=q9><OPTION
358
359 selected>1559</OPTION><OPTION>1560</OPTION><OPTION>1562</OPTION><OPTION>1565</OPTION></SELECT></TD></TR>
360
361 <TR>
362
363 <TD width="314" height="40"><B><FONT face=Arial>10. When did Elizabeth actually title Robert
364
365 Dudley the 'earl of Leicester'?</FONT></B></TD>
366
367 <TD width="413" height="40"><SELECT size=1 name=q10><OPTION selected>when he was proposed as a
368
369 bridegroom for Mary queen of Scots</OPTION><OPTION>when his wife
370
371 died</OPTION><OPTION>at her coronation</OPTION><OPTION>when he was sent
372
373 to command troops in the Netherlands</OPTION></SELECT></TD></TR></TBODY></TABLE>
374
375<CENTER>
376
377<P></P></CENTER>
378
379<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>
380
381<P><FONT size=-1><a href="tudor1.html">to Tudor
382
383Quizzes</a></FONT> <BR><FONT size=-1><A
384
385href="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?us1108082613" alt="setstats" border="0" width="1" height="1"></noscript>
386<IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1108082613" ALT=1 WIDTH=1 HEIGHT=1>
Note: See TracBrowser for help on using the repository browser.