Frage zu quellcode


  • XodoX
  • 98970 Aufrufe 9 Antworten

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Frage zu quellcode

    hey, habe mal eine Frage. Wo ist hier die Antwort zu der Frage?

    PHP-Quellcode

    1. td><form name="show_question_form_662" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    2. <input type="hidden" name="quesno" value="0">
    3. <input type="hidden" name="rec" value="662">
    4. <input type="hidden" name="662.type" value="MC">
    5. <input type="hidden" name="662.mode" VALUE="1">
    6. <input type="hidden" name="662.numchoices" value="3">
    7. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B><P></font><br>The mammoth-bone house remains, dating from roughly 16,000-10,000<br>B.C.E. and found in the village of Mezhirich, came from which modern country?<br><P><B><I>Hint:</B></I> <br>Study "The Beginning of Architecture" highlighted in this chapter.<br>
    8. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    9. <table cellpadding="3" cellspacing="0">
    10. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct1_1758441730" onclick="register_change('1');" value="1">
    11. </td>
    12. <td valign="top"><label for='webct1_1758441730'>a.</label></td>
    13. <td valign=top><label for='webct1_1758441730'>France &nbsp; </label>
    14. </td></tr>
    15. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct2_1758441730" onclick="register_change('1');" value="2">
    16. </td>
    17. <td valign="top"><label for='webct2_1758441730'>b.</label></td>
    18. <td valign=top><label for='webct2_1758441730'>Spain &nbsp; </label>
    19. </td></tr>
    20. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct3_1758441730" onclick="register_change('1');" value="3">
    21. </td>
    22. <td valign="top"><label for='webct3_1758441730'>c.</label></td>
    23. <td valign=top><label for='webct3_1758441730'>Ukraine
    24. &nbsp; </label>
    25. </td></tr>
    26. </table>
    Alles anzeigen
  • Wie wo ist da die Antwort?
    Meinst du, ab wann das Script "Ja richtige Antwort" ausgibt?

    Also wenn du dir die Eigenschaften vom element: input anschaust, siehst du folgenden Eintrag: onclick="register_change('1');"

    Ich geh davon aus, wenn der eventhandler onClick beim Element input eintritt, die Abfrage stattfindet.

    Somit solltest du dir vllt mal die javascript-function: register_change anschaun bzw. wenn du nicht genau weisst, wo nun die "Antwort" steck, den Code der function posten.

    ´gruß
    [size=1][FONT="Courier New"]###############_###_####_
    #_ __ #___ _ _| |_(_)__(_)__ _ _ _###############new uploads: [1] [2] [3] [4] [5] [6] [7] [8]
    |#'##\/ _ \ '_|##_| / _| / _` | ' \
    |_|_|_\___/_|##\__|_\__|_\__,_|_||_|###############Bis 28. Sept. weg[/FONT][/size]
  • Ja das mein ich. Finde die Antwort nicht:( Hier mal das ganze Ding. Schon gesucht....versteh nicht, wo das da sein soll.
    Also ich will wissen, ob es a , b oder c ist.

    Quellcode

    1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
    2. <html dir="ltr">
    3. <title>WebCT Quiz</title>
    4. <head>
    5. <link rel="STYLESHEET" href="/web-ct/en/style/styles_all4x.css" type="text/css">
    6. <style type="text/css">
    7. <!--
    8. @import "/web-ct/en/style/styles_nonn4.css";
    9. .pageheader { color:#000000 }
    10. body { color:#000000; }
    11. a:link, a:hover { color:#666633; }
    12. A.action IMG { vertical-align:0% !important; }
    13. -->
    14. </style>
    15. <script language="JavaScript">
    16. var confirm_str = 'Submit Quiz for Grading?';
    17. function dofinish(){
    18. var changed = '';
    19. for (i = 0; i < parent.answered.length; i++) {
    20. if (parent.answered[i] == 3) {
    21. if (changed == '') {
    22. changed = i;
    23. }
    24. else {
    25. changed = changed + ',' + i;
    26. }
    27. }
    28. }
    29. if (changed != '' && parent.bottom.toanswer != "0") {
    30. if (!confirm("Some answers have been changed but not saved: " + changed + " \nSome questions have not been answered: " + parent.bottom.toanswer + " \n\nDo you want to proceed?")){
    31. return false;
    32. } else if (confirm(confirm_str)){
    33. document.finish.submit()
    34. }
    35. } else if(changed != ''){
    36. if (!confirm("Some answers have been changed but not saved: " + changed + " \n\nDo you want to proceed?")) {
    37. return false;
    38. } else if (confirm(confirm_str)) {
    39. document.finish.submit()
    40. }
    41. } else if (parent.bottom.toanswer != "0"){
    42. if (confirm("Some questions have not been answered: " + parent.bottom.toanswer + " \n\nDo you want to proceed?")){
    43. if (confirm(confirm_str)){
    44. document.finish.submit()
    45. }
    46. }
    47. } else {
    48. if (confirm("All questions have been answered and all answers have been saved. \n\nDo you want to proceed?")) {
    49. if (confirm(confirm_str)){
    50. document.finish.submit()
    51. }
    52. }
    53. }
    54. }
    55. unsaved_image = new Image();
    56. unsaved_image.src = '/web-ct/en/img/notSaved.gif';
    57. function register_change(q_num) {
    58. if (!parent.answered
    59. || (parent.answered[q_num] != 2
    60. && parent.answered[q_num] != 3))
    61. {
    62. parent.answered[q_num] = 1;
    63. }
    64. else if (parent.answered[q_num] == 3)
    65. {
    66. return;
    67. }
    68. else
    69. {
    70. parent.answered[q_num] = 3;
    71. }
    72. var imgfrm = parent.bottom.document;
    73. var findname = 'img_' + q_num;
    74. for (i = 0; i < imgfrm.images.length; i++) {
    75. if (imgfrm.images[i].name == findname) {
    76. imgfrm.images[i].src = unsaved_image.src
    77. return;
    78. }
    79. }
    80. }
    81. function dosave(form, q_num) {
    82. var curr_change = "";
    83. var i;
    84. if (!parent.answered
    85. || (parent.answered[q_num] != 1
    86. && parent.answered[q_num] != 2
    87. && parent.answered[q_num] != 3))
    88. {
    89. alert("Error: The question has not been answered yet.");
    90. return;
    91. }
    92. parent.answered[q_num] = 2;
    93. if (form.token_values != null) {token_values_string(); }
    94. form.submit();
    95. }
    96. function doHelp(){
    97. window.open('/web-ct/help/en/student/quiz/s_take_quiz_helpI.html','help_frame','width=730,height=414,menubar=1,toolbar=1,scrollbars=1,status=1,location=1,resizable=1');
    98. }
    99. </script>
    100. </head>
    101. <body >
    102. <table width="100%" class="quizframe" cellpadding="3" cellspacing="0" border="0">
    103. <tr class="quizhead">
    104. <td><span class="pageheader">Chapter Test 1a (Chpt 1)</span>
    105. <br>
    106. </td></tr>
    107. <tr class="quizsub">
    108. <td>Name: <span class="fieldvalue">Sven</span><img src="/web-ct/en/img/shim.gif" width="1" height="18" alt="" border="0" class="alignMiddle"><br>
    109. Start time: <span class="fieldvalue">January 18, 2007 12:33am</span><img src="/web-ct/en/img/shim.gif" width="1" height="18" alt="" border="0" class="alignMiddle"><br>Number of questions: <span class="fieldvalue">40</span><img src="/web-ct/en/img/shim.gif" width="1" height="18" alt="" border="0" class="alignMiddle"></td></tr>
    110. </table>
    111. <form name="finish" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?DOFINISH_PAGE+995301135+" target="_parent">
    112. <table cellpadding="3" cellspacing="0" border="0" width="100%">
    113. <tr class="divider"><td>
    114. <input type="hidden" name="sub" value="Finish">
    115. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    116. <a href="#" class="action" onmouseover="window.status='Finish'; return true;" onmouseout="window.status=''; return true;" onclick="void(dofinish()); return false;" title="Finish">Finish</a>&nbsp;
    117. <a href="#" class="action" onmouseover="window.status='Help'; return true;" onmouseout="window.status=''; return true;" onclick="void(doHelp()); return false;" title="Help">Help</a>
    118. <img src="/web-ct/en/img/shim.gif" width="1" height="24" alt="" border="0" class="alignMiddle"><br>
    119. <img src="/web-ct/en/img/shim.gif" width="1" height="5" alt="" border="0"><br>
    120. </td></tr>
    121. <input type="hidden" name="path" value="0">
    122. </form>
    123. <tr class="divider"><td>
    124. <p style="margin-top:5px; margin-bottom:5px;">
    125. <font color="red">
    126. <BR>Instructions for Printing--
    127. <br>Do not hit FINISH so you can return to input, save, and finish later. <br>PC: hit
    128. Control/P
    129. <br>Mac: Menu/File/ Print
    130. <br>Or: copy/paste into your word processor </font>
    131. </p>
    132. </td></tr>
    133. <tr>
    134. <td><a name="1"></a>
    135. <b>Question 1</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    136. <tr>
    137. <td><form name="show_question_form_662" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    138. <input type="hidden" name="quesno" value="0">
    139. <input type="hidden" name="rec" value="662">
    140. <input type="hidden" name="662.type" value="MC">
    141. <input type="hidden" name="662.mode" VALUE="1">
    142. <input type="hidden" name="662.numchoices" value="3">
    143. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B><P></font><br>The mammoth-bone house remains, dating from roughly 16,000-10,000<br>B.C.E. and found in the village of Mezhirich, came from which modern country?<br><P><B><I>Hint:</B></I> <br>Study "The Beginning of Architecture" highlighted in this chapter.<br>
    144. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    145. <table cellpadding="3" cellspacing="0">
    146. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct1_1164471041" onclick="register_change('1');" value="1">
    147. </td>
    148. <td valign="top"><label for='webct1_1164471041'>a.</label></td>
    149. <td valign=top><label for='webct1_1164471041'>France &nbsp; </label>
    150. </td></tr>
    151. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct2_1164471041" onclick="register_change('1');" value="2">
    152. </td>
    153. <td valign="top"><label for='webct2_1164471041'>b.</label></td>
    154. <td valign=top><label for='webct2_1164471041'>Spain &nbsp; </label>
    155. </td></tr>
    156. <tr><td valign="top" class="opposite"><input type="RADIO" name="662.res" id="webct3_1164471041" onclick="register_change('1');" value="3">
    157. </td>
    158. <td valign="top"><label for='webct3_1164471041'>c.</label></td>
    159. <td valign=top><label for='webct3_1164471041'>Ukraine
    160. &nbsp; </label>
    161. </td></tr>
    162. </table>
    163. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    164. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_662, 1)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    165. </td></tr>
    166. </form>
    167. <tr class="divider2"><td>
    168. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    169. <tr>
    170. <td><a name="2"></a>
    171. <b>Question 2</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    172. <tr>
    173. <td><form name="show_question_form_663" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    174. <input type="hidden" name="quesno" value="1">
    175. <input type="hidden" name="rec" value="663">
    176. <input type="hidden" name="663.type" value="MC">
    177. <input type="hidden" name="663.mode" VALUE="1">
    178. <input type="hidden" name="663.numchoices" value="3">
    179. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B></I><P></font><br>In which modern European country was the "Woman from Willendorf" discovered?<br><P><B><I>Hint:</B></I> <br>The "Woman from Willendorf" was found in a German speaking country.<br>
    180. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    181. <table cellpadding="3" cellspacing="0">
    182. <tr><td valign="top" class="opposite"><input type="RADIO" name="663.res" id="webct4_1164471041" onclick="register_change('2');" value="1">
    183. </td>
    184. <td valign="top"><label for='webct4_1164471041'>a.</label></td>
    185. <td valign=top><label for='webct4_1164471041'>France &nbsp; </label>
    186. </td></tr>
    187. <tr><td valign="top" class="opposite"><input type="RADIO" name="663.res" id="webct5_1164471041" onclick="register_change('2');" value="2">
    188. </td>
    189. <td valign="top"><label for='webct5_1164471041'>b.</label></td>
    190. <td valign=top><label for='webct5_1164471041'>Romania &nbsp; </label>
    191. </td></tr>
    192. <tr><td valign="top" class="opposite"><input type="RADIO" name="663.res" id="webct6_1164471041" onclick="register_change('2');" value="3">
    193. </td>
    194. <td valign="top"><label for='webct6_1164471041'>c.</label></td>
    195. <td valign=top><label for='webct6_1164471041'>Austria.
    196. &nbsp; </label>
    197. </td></tr>
    198. </table>
    199. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    200. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_663, 2)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    201. </td></tr>
    202. </form>
    203. <tr class="divider2"><td>
    204. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    205. <tr>
    206. <td><a name="3"></a>
    207. <b>Question 3</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    208. <tr>
    209. <td><form name="show_question_form_664" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    210. <input type="hidden" name="quesno" value="2">
    211. <input type="hidden" name="rec" value="664">
    212. <input type="hidden" name="664.type" value="MC">
    213. <input type="hidden" name="664.mode" VALUE="1">
    214. <input type="hidden" name="664.numchoices" value="3">
    215. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B><P></font><br>The image of a bird-headed man was found in which French cave?<br><P><B><I>Hint:</B></I> <br>Read the section on cave art and compare the images of cave walls. Look for the bird-headed man. <br>
    216. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    217. <table cellpadding="3" cellspacing="0">
    218. <tr><td valign="top" class="opposite"><input type="RADIO" name="664.res" id="webct7_1164471041" onclick="register_change('3');" value="1">
    219. </td>
    220. <td valign="top"><label for='webct7_1164471041'>a.</label></td>
    221. <td valign=top><label for='webct7_1164471041'>Lascaux &nbsp; </label>
    222. </td></tr>
    223. <tr><td valign="top" class="opposite"><input type="RADIO" name="664.res" id="webct8_1164471041" onclick="register_change('3');" value="2">
    224. </td>
    225. <td valign="top"><label for='webct8_1164471041'>b.</label></td>
    226. <td valign=top><label for='webct8_1164471041'>Cap Morgiou &nbsp; </label>
    227. </td></tr>
    228. <tr><td valign="top" class="opposite"><input type="RADIO" name="664.res" id="webct9_1164471041" onclick="register_change('3');" value="3">
    229. </td>
    230. <td valign="top"><label for='webct9_1164471041'>c.</label></td>
    231. <td valign=top><label for='webct9_1164471041'>Altamira
    232. &nbsp; </label>
    233. </td></tr>
    234. </table>
    235. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    236. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_664, 3)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    237. </td></tr>
    238. </form>
    239. <tr class="divider2"><td>
    240. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    241. <tr>
    242. <td><a name="4"></a>
    243. <b>Question 4</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    244. <tr>
    245. <td><form name="show_question_form_665" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    246. <input type="hidden" name="quesno" value="3">
    247. <input type="hidden" name="rec" value="665">
    248. <input type="hidden" name="665.type" value="MC">
    249. <input type="hidden" name="665.mode" VALUE="1">
    250. <input type="hidden" name="665.numchoices" value="3">
    251. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B><P></font><br>Stonehenge is located in which part of the British Isles?<br><P><B><I>Hint:</B></I> <br>Where on the British Isles is Stonehenge? <br>
    252. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    253. <table cellpadding="3" cellspacing="0">
    254. <tr><td valign="top" class="opposite"><input type="RADIO" name="665.res" id="webct10_1164471041" onclick="register_change('4');" value="1">
    255. </td>
    256. <td valign="top"><label for='webct10_1164471041'>a.</label></td>
    257. <td valign=top><label for='webct10_1164471041'>far north (Scotland) &nbsp; </label>
    258. </td></tr>
    259. <tr><td valign="top" class="opposite"><input type="RADIO" name="665.res" id="webct11_1164471041" onclick="register_change('4');" value="2">
    260. </td>
    261. <td valign="top"><label for='webct11_1164471041'>b.</label></td>
    262. <td valign=top><label for='webct11_1164471041'>West (Ireland) &nbsp; </label>
    263. </td></tr>
    264. <tr><td valign="top" class="opposite"><input type="RADIO" name="665.res" id="webct12_1164471041" onclick="register_change('4');" value="3">
    265. </td>
    266. <td valign="top"><label for='webct12_1164471041'>c.</label></td>
    267. <td valign=top><label for='webct12_1164471041'>South
    268. &nbsp; </label>
    269. </td></tr>
    270. </table>
    271. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    272. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_665, 4)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    273. </td></tr>
    274. </form>
    275. <tr class="divider2"><td>
    276. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    277. <tr>
    278. <td><a name="5"></a>
    279. <b>Question 5</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    280. <tr>
    281. <td><form name="show_question_form_666" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    282. <input type="hidden" name="quesno" value="4">
    283. <input type="hidden" name="rec" value="666">
    284. <input type="hidden" name="666.type" value="MC">
    285. <input type="hidden" name="666.mode" VALUE="1">
    286. <input type="hidden" name="666.numchoices" value="3">
    287. <B><FONT COLOR="#A00000" SIZE=+2>Map Study</B><P></font><br>The "Woman from Brassempouy" was found in which country?<br><P><B><I>Hint:</B></I> <br>Scan the images in Chapter 1, until you find "Woman from Brassempouy" then read the caption.<br>
    288. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    289. <table cellpadding="3" cellspacing="0">
    290. <tr><td valign="top" class="opposite"><input type="RADIO" name="666.res" id="webct13_1164471041" onclick="register_change('5');" value="1">
    291. </td>
    292. <td valign="top"><label for='webct13_1164471041'>a.</label></td>
    293. <td valign=top><label for='webct13_1164471041'>Austria &nbsp; </label>
    294. </td></tr>
    295. <tr><td valign="top" class="opposite"><input type="RADIO" name="666.res" id="webct14_1164471041" onclick="register_change('5');" value="2">
    296. </td>
    297. <td valign="top"><label for='webct14_1164471041'>b.</label></td>
    298. <td valign=top><label for='webct14_1164471041'>Spain. &nbsp; </label>
    299. </td></tr>
    300. <tr><td valign="top" class="opposite"><input type="RADIO" name="666.res" id="webct15_1164471041" onclick="register_change('5');" value="3">
    301. </td>
    302. <td valign="top"><label for='webct15_1164471041'>c.</label></td>
    303. <td valign=top><label for='webct15_1164471041'>France.
    304. &nbsp; </label>
    305. </td></tr>
    306. </table>
    307. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    308. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_666, 5)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    309. </td></tr>
    310. </form>
    311. <tr class="divider2"><td>
    312. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    313. <tr>
    314. <td><a name="6"></a>
    315. <b>Question 6</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    316. <tr>
    317. <td><form name="show_question_form_667" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    318. <input type="hidden" name="quesno" value="5">
    319. <input type="hidden" name="rec" value="667">
    320. <input type="hidden" name="667.type" value="MC">
    321. <input type="hidden" name="667.mode" VALUE="1">
    322. <input type="hidden" name="667.numchoices" value="3">
    323. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>The Mammoth-bone House, reconstructed from remains found in the Ukraine, has what type of shape for a door opening?<br><P><B><I>Hint:</B></I> <br>Look at the diagram. What is the shape of the opening from the choices below?<br>
    324. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    325. <table cellpadding="3" cellspacing="0">
    326. <tr><td valign="top" class="opposite"><input type="RADIO" name="667.res" id="webct16_1164471041" onclick="register_change('6');" value="1">
    327. </td>
    328. <td valign="top"><label for='webct16_1164471041'>a.</label></td>
    329. <td valign=top><label for='webct16_1164471041'>square &nbsp; </label>
    330. </td></tr>
    331. <tr><td valign="top" class="opposite"><input type="RADIO" name="667.res" id="webct17_1164471041" onclick="register_change('6');" value="2">
    332. </td>
    333. <td valign="top"><label for='webct17_1164471041'>b.</label></td>
    334. <td valign=top><label for='webct17_1164471041'>hexagonal &nbsp; </label>
    335. </td></tr>
    336. <tr><td valign="top" class="opposite"><input type="RADIO" name="667.res" id="webct18_1164471041" onclick="register_change('6');" value="3">
    337. </td>
    338. <td valign="top"><label for='webct18_1164471041'>c.</label></td>
    339. <td valign=top><label for='webct18_1164471041'>arched
    340. &nbsp; </label>
    341. </td></tr>
    342. </table>
    343. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    344. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_667, 6)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    345. </td></tr>
    346. </form>
    347. <tr class="divider2"><td>
    348. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    349. <tr>
    350. <td><a name="7"></a>
    351. <b>Question 7</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    352. <tr>
    353. <td><form name="show_question_form_668" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    354. <input type="hidden" name="quesno" value="6">
    355. <input type="hidden" name="rec" value="668">
    356. <input type="hidden" name="668.type" value="MC">
    357. <input type="hidden" name="668.mode" VALUE="1">
    358. <input type="hidden" name="668.numchoices" value="3">
    359. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art </B><P></font><br>The "Woman from Willendorf" is composed of _________ shapes that convey stability, dignity, and permanence.<br><P><B><I>Hint:</B></I> <br>No academic hint for this one other than to learn to look at the picture and trust your eyes for discerning what you see. <br>
    360. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    361. <table cellpadding="3" cellspacing="0">
    362. <tr><td valign="top" class="opposite"><input type="RADIO" name="668.res" id="webct19_1164471041" onclick="register_change('7');" value="1">
    363. </td>
    364. <td valign="top"><label for='webct19_1164471041'>a.</label></td>
    365. <td valign=top><label for='webct19_1164471041'>tall, vertical &nbsp; </label>
    366. </td></tr>
    367. <tr><td valign="top" class="opposite"><input type="RADIO" name="668.res" id="webct20_1164471041" onclick="register_change('7');" value="2">
    368. </td>
    369. <td valign="top"><label for='webct20_1164471041'>b.</label></td>
    370. <td valign=top><label for='webct20_1164471041'>rounded. &nbsp; </label>
    371. </td></tr>
    372. <tr><td valign="top" class="opposite"><input type="RADIO" name="668.res" id="webct21_1164471041" onclick="register_change('7');" value="3">
    373. </td>
    374. <td valign="top"><label for='webct21_1164471041'>c.</label></td>
    375. <td valign=top><label for='webct21_1164471041'>sharp, angular
    376. &nbsp; </label>
    377. </td></tr>
    378. </table>
    379. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    380. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_668, 7)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    381. </td></tr>
    382. </form>
    383. <tr class="divider2"><td>
    384. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    385. <tr>
    386. <td><a name="8"></a>
    387. <b>Question 8</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    388. <tr>
    389. <td><form name="show_question_form_669" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    390. <input type="hidden" name="quesno" value="7">
    391. <input type="hidden" name="rec" value="669">
    392. <input type="hidden" name="669.type" value="MC">
    393. <input type="hidden" name="669.mode" VALUE="1">
    394. <input type="hidden" name="669.numchoices" value="3">
    395. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>The "Woman from Brassempouyis" is an example of ___________, that is, the reduction of shapes and appearances to basic forms that do not faithfully reproduce the thing represented.<br><P><B><I>Hint:</B></I> <br>Think about the key word in the question: "reduction."<br>
    396. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    397. <table cellpadding="3" cellspacing="0">
    398. <tr><td valign="top" class="opposite"><input type="RADIO" name="669.res" id="webct22_1164471041" onclick="register_change('8');" value="1">
    399. </td>
    400. <td valign="top"><label for='webct22_1164471041'>a.</label></td>
    401. <td valign=top><label for='webct22_1164471041'>abstraction &nbsp; </label>
    402. </td></tr>
    403. <tr><td valign="top" class="opposite"><input type="RADIO" name="669.res" id="webct23_1164471041" onclick="register_change('8');" value="2">
    404. </td>
    405. <td valign="top"><label for='webct23_1164471041'>b.</label></td>
    406. <td valign=top><label for='webct23_1164471041'>non-representation &nbsp; </label>
    407. </td></tr>
    408. <tr><td valign="top" class="opposite"><input type="RADIO" name="669.res" id="webct24_1164471041" onclick="register_change('8');" value="3">
    409. </td>
    410. <td valign="top"><label for='webct24_1164471041'>c.</label></td>
    411. <td valign=top><label for='webct24_1164471041'>faithful portraiture
    412. &nbsp; </label>
    413. </td></tr>
    414. </table>
    415. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    416. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_669, 8)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    417. </td></tr>
    418. </form>
    419. <tr class="divider2"><td>
    420. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    421. <tr>
    422. <td><a name="9"></a>
    423. <b>Question 9</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    424. <tr>
    425. <td><form name="show_question_form_670" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    426. <input type="hidden" name="quesno" value="8">
    427. <input type="hidden" name="rec" value="670">
    428. <input type="hidden" name="670.type" value="MC">
    429. <input type="hidden" name="670.mode" VALUE="1">
    430. <input type="hidden" name="670.numchoices" value="3">
    431. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>The Altamira artists painted the bodies of their animals over and around natural irregularities in the cave's walls and ceilings in order to create what kind of effects?<br><P><B><I>Hint:</B></I> <br>The ceiling and wall surfaces are raised, not smooth.<br>
    432. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    433. <table cellpadding="3" cellspacing="0">
    434. <tr><td valign="top" class="opposite"><input type="RADIO" name="670.res" id="webct25_1164471041" onclick="register_change('9');" value="1">
    435. </td>
    436. <td valign="top"><label for='webct25_1164471041'>a.</label></td>
    437. <td valign=top><label for='webct25_1164471041'>flattened &nbsp; </label>
    438. </td></tr>
    439. <tr><td valign="top" class="opposite"><input type="RADIO" name="670.res" id="webct26_1164471041" onclick="register_change('9');" value="2">
    440. </td>
    441. <td valign="top"><label for='webct26_1164471041'>b.</label></td>
    442. <td valign=top><label for='webct26_1164471041'>sculptural &nbsp; </label>
    443. </td></tr>
    444. <tr><td valign="top" class="opposite"><input type="RADIO" name="670.res" id="webct27_1164471041" onclick="register_change('9');" value="3">
    445. </td>
    446. <td valign="top"><label for='webct27_1164471041'>c.</label></td>
    447. <td valign=top><label for='webct27_1164471041'>flaw-covering
    448. &nbsp; </label>
    449. </td></tr>
    450. </table>
    451. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    452. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_670, 9)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    453. </td></tr>
    454. </form>
    455. <tr class="divider2"><td>
    456. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    457. <tr>
    458. <td><a name="10"></a>
    459. <b>Question 10</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    460. <tr>
    461. <td><form name="show_question_form_671" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    462. <input type="hidden" name="quesno" value="9">
    463. <input type="hidden" name="rec" value="671">
    464. <input type="hidden" name="671.type" value="MC">
    465. <input type="hidden" name="671.mode" VALUE="1">
    466. <input type="hidden" name="671.numchoices" value="3">
    467. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>One of the important things that prehistoric art teaches us is that a(n) __________ sense, and the ability to pose and solve problems, are among the characteristics unique to human beings.<br><P><B><I>Hint:</B></I> <br>Cultural conventions of beauty.<br>
    468. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    469. <table cellpadding="3" cellspacing="0">
    470. <tr><td valign="top" class="opposite"><input type="RADIO" name="671.res" id="webct28_1164471041" onclick="register_change('10');" value="1">
    471. </td>
    472. <td valign="top"><label for='webct28_1164471041'>a.</label></td>
    473. <td valign=top><label for='webct28_1164471041'>survival &nbsp; </label>
    474. </td></tr>
    475. <tr><td valign="top" class="opposite"><input type="RADIO" name="671.res" id="webct29_1164471041" onclick="register_change('10');" value="2">
    476. </td>
    477. <td valign="top"><label for='webct29_1164471041'>b.</label></td>
    478. <td valign=top><label for='webct29_1164471041'>visual &nbsp; </label>
    479. </td></tr>
    480. <tr><td valign="top" class="opposite"><input type="RADIO" name="671.res" id="webct30_1164471041" onclick="register_change('10');" value="3">
    481. </td>
    482. <td valign="top"><label for='webct30_1164471041'>c.</label></td>
    483. <td valign=top><label for='webct30_1164471041'>aesthetic
    484. &nbsp; </label>
    485. </td></tr>
    486. </table>
    487. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    488. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_671, 10)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    489. </td></tr>
    490. </form>
    491. <tr class="divider2"><td>
    492. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    493. <tr>
    494. <td><a name="11"></a>
    495. <b>Question 11</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    496. <tr>
    497. <td><form name="show_question_form_672" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    498. <input type="hidden" name="quesno" value="10">
    499. <input type="hidden" name="rec" value="672">
    500. <input type="hidden" name="672.type" value="MC">
    501. <input type="hidden" name="672.mode" VALUE="1">
    502. <input type="hidden" name="672.numchoices" value="3">
    503. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>During the Neolithic Period, a rise of a distinctive art took place that included simplified, diagrammatic renderings. This kind of image is known by what name?<br><P><B><I>Hint:</B></I> <br>Think about simple, geometric shapes.<br>
    504. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    505. <table cellpadding="3" cellspacing="0">
    506. <tr><td valign="top" class="opposite"><input type="RADIO" name="672.res" id="webct31_1164471041" onclick="register_change('11');" value="1">
    507. </td>
    508. <td valign="top"><label for='webct31_1164471041'>a.</label></td>
    509. <td valign=top><label for='webct31_1164471041'>naturalism &nbsp; </label>
    510. </td></tr>
    511. <tr><td valign="top" class="opposite"><input type="RADIO" name="672.res" id="webct32_1164471041" onclick="register_change('11');" value="2">
    512. </td>
    513. <td valign="top"><label for='webct32_1164471041'>b.</label></td>
    514. <td valign=top><label for='webct32_1164471041'>schematic &nbsp; </label>
    515. </td></tr>
    516. <tr><td valign="top" class="opposite"><input type="RADIO" name="672.res" id="webct33_1164471041" onclick="register_change('11');" value="3">
    517. </td>
    518. <td valign="top"><label for='webct33_1164471041'>c.</label></td>
    519. <td valign=top><label for='webct33_1164471041'>photographic-like depiction
    520. &nbsp; </label>
    521. </td></tr>
    522. </table>
    523. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    524. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_672, 11)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    525. </td></tr>
    526. </form>
    527. <tr class="divider2"><td>
    528. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    529. <tr>
    530. <td><a name="12"></a>
    531. <b>Question 12</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    532. <tr>
    533. <td><form name="show_question_form_673" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    534. <input type="hidden" name="quesno" value="11">
    535. <input type="hidden" name="rec" value="673">
    536. <input type="hidden" name="673.type" value="MC">
    537. <input type="hidden" name="673.mode" VALUE="1">
    538. <input type="hidden" name="673.numchoices" value="3">
    539. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>Many of the earliest ceramic vessels took their shape and form from which earlier type of container?<br><P><B><I>Hint:</B></I> <br>Which process didn't require heat? <br>
    540. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    541. <table cellpadding="3" cellspacing="0">
    542. <tr><td valign="top" class="opposite"><input type="RADIO" name="673.res" id="webct34_1164471041" onclick="register_change('12');" value="1">
    543. </td>
    544. <td valign="top"><label for='webct34_1164471041'>a.</label></td>
    545. <td valign=top><label for='webct34_1164471041'>blown-glass vases &nbsp; </label>
    546. </td></tr>
    547. <tr><td valign="top" class="opposite"><input type="RADIO" name="673.res" id="webct35_1164471041" onclick="register_change('12');" value="2">
    548. </td>
    549. <td valign="top"><label for='webct35_1164471041'>b.</label></td>
    550. <td valign=top><label for='webct35_1164471041'>baskets and bags &nbsp; </label>
    551. </td></tr>
    552. <tr><td valign="top" class="opposite"><input type="RADIO" name="673.res" id="webct36_1164471041" onclick="register_change('12');" value="3">
    553. </td>
    554. <td valign="top"><label for='webct36_1164471041'>c.</label></td>
    555. <td valign=top><label for='webct36_1164471041'>bronze cauldrons
    556. &nbsp; </label>
    557. </td></tr>
    558. </table>
    559. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    560. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_673, 12)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    561. </td></tr>
    562. </form>
    563. <tr class="divider2"><td>
    564. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    565. <tr>
    566. <td><a name="13"></a>
    567. <b>Question 13</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    568. <tr>
    569. <td><form name="show_question_form_674" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    570. <input type="hidden" name="quesno" value="12">
    571. <input type="hidden" name="rec" value="674">
    572. <input type="hidden" name="674.type" value="MC">
    573. <input type="hidden" name="674.mode" VALUE="1">
    574. <input type="hidden" name="674.numchoices" value="3">
    575. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>The decorations on the sun disk of "Horse and Sun Chariot" are continuous and curvilinear, suggestive of the ___________ of the sun itself. <br><P><B><I>Hint:</B></I> <br>Look at the decoration's overall shape. <br>
    576. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    577. <table cellpadding="3" cellspacing="0">
    578. <tr><td valign="top" class="opposite"><input type="RADIO" name="674.res" id="webct37_1164471041" onclick="register_change('13');" value="1">
    579. </td>
    580. <td valign="top"><label for='webct37_1164471041'>a.</label></td>
    581. <td valign=top><label for='webct37_1164471041'>distance &nbsp; </label>
    582. </td></tr>
    583. <tr><td valign="top" class="opposite"><input type="RADIO" name="674.res" id="webct38_1164471041" onclick="register_change('13');" value="2">
    584. </td>
    585. <td valign="top"><label for='webct38_1164471041'>b.</label></td>
    586. <td valign=top><label for='webct38_1164471041'>heat &nbsp; </label>
    587. </td></tr>
    588. <tr><td valign="top" class="opposite"><input type="RADIO" name="674.res" id="webct39_1164471041" onclick="register_change('13');" value="3">
    589. </td>
    590. <td valign="top"><label for='webct39_1164471041'>c.</label></td>
    591. <td valign=top><label for='webct39_1164471041'>movement
    592. &nbsp; </label>
    593. </td></tr>
    594. </table>
    595. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    596. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_674, 13)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    597. </td></tr>
    598. </form>
    599. <tr class="divider2"><td>
    600. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    601. <tr>
    602. <td><a name="14"></a>
    603. <b>Question 14</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    604. <tr>
    605. <td><form name="show_question_form_675" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    606. <input type="hidden" name="quesno" value="13">
    607. <input type="hidden" name="rec" value="675">
    608. <input type="hidden" name="675.type" value="MC">
    609. <input type="hidden" name="675.mode" VALUE="1">
    610. <input type="hidden" name="675.numchoices" value="3">
    611. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</
    612. B><P></font><br>The Trundholm horse and sun carts could
    613. have
    614. been ________ from place to place in a ritual reenactment of the sun's passage
    615. across the sky.<br><P><B><I>Hint:</B></I> <br>Look at the artwork's form
    616. very carefully. What can it do?<br>
    617. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    618. <table cellpadding="3" cellspacing="0">
    619. <tr><td valign="top" class="opposite"><input type="RADIO" name="675.res" id="webct40_1164471041" onclick="register_change('14');" value="1">
    620. </td>
    621. <td valign="top"><label for='webct40_1164471041'>a.</label></td>
    622. <td valign=top><label for='webct40_1164471041'>duplicated &nbsp; </label>
    623. </td></tr>
    624. <tr><td valign="top" class="opposite"><input type="RADIO" name="675.res" id="webct41_1164471041" onclick="register_change('14');" value="2">
    625. </td>
    626. <td valign="top"><label for='webct41_1164471041'>b.</label></td>
    627. <td valign=top><label for='webct41_1164471041'>rolled (or moved) &nbsp; </label>
    628. </td></tr>
    629. <tr><td valign="top" class="opposite"><input type="RADIO" name="675.res" id="webct42_1164471041" onclick="register_change('14');" value="3">
    630. </td>
    631. <td valign="top"><label for='webct42_1164471041'>c.</label></td>
    632. <td valign=top><label for='webct42_1164471041'>thrown
    633. &nbsp; </label>
    634. </td></tr>
    635. </table>
    636. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    637. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_675, 14)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    638. </td></tr>
    639. </form>
    640. <tr class="divider2"><td>
    641. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    642. <tr>
    643. <td><a name="15"></a>
    644. <b>Question 15</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    645. <tr>
    646. <td><form name="show_question_form_676" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    647. <input type="hidden" name="quesno" value="14">
    648. <input type="hidden" name="rec" value="676">
    649. <input type="hidden" name="676.type" value="MC">
    650. <input type="hidden" name="676.mode" VALUE="1">
    651. <input type="hidden" name="676.numchoices" value="3">
    652. <B><FONT COLOR="#FFD700" SIZE=+2>Elements of Art</B><P></font><br>One of the few things that can be said conclusively about the Hohlenstein-Stadel "Lion-Human" found in Germany, is that it took sophisticated thinking to create a creature never ________ in nature.<br><P><B><I>Hint:</B></I> <br>Something from your imagination may never really exist in nature.<br>
    653. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    654. <table cellpadding="3" cellspacing="0">
    655. <tr><td valign="top" class="opposite"><input type="RADIO" name="676.res" id="webct43_1164471041" onclick="register_change('15');" value="1">
    656. </td>
    657. <td valign="top"><label for='webct43_1164471041'>a.</label></td>
    658. <td valign=top><label for='webct43_1164471041'>heard &nbsp; </label>
    659. </td></tr>
    660. <tr><td valign="top" class="opposite"><input type="RADIO" name="676.res" id="webct44_1164471041" onclick="register_change('15');" value="2">
    661. </td>
    662. <td valign="top"><label for='webct44_1164471041'>b.</label></td>
    663. <td valign=top><label for='webct44_1164471041'>imagined &nbsp; </label>
    664. </td></tr>
    665. <tr><td valign="top" class="opposite"><input type="RADIO" name="676.res" id="webct45_1164471041" onclick="register_change('15');" value="3">
    666. </td>
    667. <td valign="top"><label for='webct45_1164471041'>c.</label></td>
    668. <td valign=top><label for='webct45_1164471041'>seen
    669. &nbsp; </label>
    670. </td></tr>
    671. </table>
    672. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    673. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_676, 15)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    674. </td></tr>
    675. </form>
    676. <tr class="divider2"><td>
    677. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    678. <tr>
    679. <td><a name="16"></a>
    680. <b>Question 16</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    681. <tr>
    682. <td><form name="show_question_form_677" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    683. <input type="hidden" name="quesno" value="15">
    684. <input type="hidden" name="rec" value="677">
    685. <input type="hidden" name="677.type" value="MC">
    686. <input type="hidden" name="677.mode" VALUE="1">
    687. <input type="hidden" name="677.numchoices" value="3">
    688. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>Cave archaeologist, Michel Lorblanchet, demonstrated that a prehistoric artist became a kind of human _____________ can to apply paint to walls of caves.<br><P><B><I>Hint:</B></I> <br>Read "Technique: Prehistoric Wall Painting" <br>
    689. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    690. <table cellpadding="3" cellspacing="0">
    691. <tr><td valign="top" class="opposite"><input type="RADIO" name="677.res" id="webct46_1164471041" onclick="register_change('16');" value="1">
    692. </td>
    693. <td valign="top"><label for='webct46_1164471041'>a.</label></td>
    694. <td valign=top><label for='webct46_1164471041'>trash &nbsp; </label>
    695. </td></tr>
    696. <tr><td valign="top" class="opposite"><input type="RADIO" name="677.res" id="webct47_1164471041" onclick="register_change('16');" value="2">
    697. </td>
    698. <td valign="top"><label for='webct47_1164471041'>b.</label></td>
    699. <td valign=top><label for='webct47_1164471041'>spray can &nbsp; </label>
    700. </td></tr>
    701. <tr><td valign="top" class="opposite"><input type="RADIO" name="677.res" id="webct48_1164471041" onclick="register_change('16');" value="3">
    702. </td>
    703. <td valign="top"><label for='webct48_1164471041'>c.</label></td>
    704. <td valign=top><label for='webct48_1164471041'>watering
    705. &nbsp; </label>
    706. </td></tr>
    707. </table>
    708. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    709. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_677, 16)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    710. </td></tr>
    711. </form>
    712. <tr class="divider2"><td>
    713. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    714. <tr>
    715. <td><a name="17"></a>
    716. <b>Question 17</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    717. <tr>
    718. <td><form name="show_question_form_678" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    719. <input type="hidden" name="quesno" value="16">
    720. <input type="hidden" name="rec" value="678">
    721. <input type="hidden" name="678.type" value="MC">
    722. <input type="hidden" name="678.mode" VALUE="N">
    723. <input type="hidden" name="678.numchoices" value="3">
    724. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>In Michel
    725. Lorblanchet's demonstration of prehistoric painting techniques, the archeologist
    726. was able to produce his sharpest lines by what arrangement of his hands?
    727. <br><P><B><I>Hint:</B></I> <br>Read "Technique: Prehistoric Wall
    728. Painting." <br>
    729. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    730. <table cellpadding="3" cellspacing="0">
    731. <tr><td valign="top" class="opposite"><input type="CHECKBOX" name="678.res-1" id="webct49_1164471041" onclick="register_change('17');" >
    732. </td>
    733. <td valign="top"><label for='webct49_1164471041'>a.</label></td>
    734. <td valign=top><label for='webct49_1164471041'>placing his hands side by side and having an assistant draw in the space with a
    735. piece of charcoal &nbsp; </label>
    736. </td></tr>
    737. <tr><td valign="top" class="opposite"><input type="CHECKBOX" name="678.res-2" id="webct50_1164471041" onclick="register_change('17');" >
    738. </td>
    739. <td valign="top"><label for='webct50_1164471041'>b.</label></td>
    740. <td valign=top><label for='webct50_1164471041'>holding one hand against the cave and blowing pigment below the hand &nbsp; </label>
    741. </td></tr>
    742. <tr><td valign="top" class="opposite"><input type="CHECKBOX" name="678.res-3" id="webct51_1164471041" onclick="register_change('17');" >
    743. </td>
    744. <td valign="top"><label for='webct51_1164471041'>c.</label></td>
    745. <td valign=top><label for='webct51_1164471041'>placing his hands side by side and blowing pigment between them
    746. &nbsp; </label>
    747. </td></tr>
    748. </table>
    749. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    750. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_678, 17)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    751. </td></tr>
    752. </form>
    753. <tr class="divider2"><td>
    754. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    755. <tr>
    756. <td><a name="18"></a>
    757. <b>Question 18</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    758. <tr>
    759. <td><form name="show_question_form_679" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    760. <input type="hidden" name="quesno" value="17">
    761. <input type="hidden" name="rec" value="679">
    762. <input type="hidden" name="679.type" value="MC">
    763. <input type="hidden" name="679.mode" VALUE="1">
    764. <input type="hidden" name="679.numchoices" value="3">
    765. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>In Michel Lorblanchet's reproduction of the cave wall, ________ was used for the blacks.<br><P><B><I>Hint:</B></I> <br>Read "Technique: Prehistory Wall Painting"<br>
    766. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    767. <table cellpadding="3" cellspacing="0">
    768. <tr><td valign="top" class="opposite"><input type="RADIO" name="679.res" id="webct52_1164471041" onclick="register_change('18');" value="1">
    769. </td>
    770. <td valign="top"><label for='webct52_1164471041'>a.</label></td>
    771. <td valign=top><label for='webct52_1164471041'>mud from the cave floor &nbsp; </label>
    772. </td></tr>
    773. <tr><td valign="top" class="opposite"><input type="RADIO" name="679.res" id="webct53_1164471041" onclick="register_change('18');" value="2">
    774. </td>
    775. <td valign="top"><label for='webct53_1164471041'>b.</label></td>
    776. <td valign=top><label for='webct53_1164471041'>manganese dioxide &nbsp; </label>
    777. </td></tr>
    778. <tr><td valign="top" class="opposite"><input type="RADIO" name="679.res" id="webct54_1164471041" onclick="register_change('18');" value="3">
    779. </td>
    780. <td valign="top"><label for='webct54_1164471041'>c.</label></td>
    781. <td valign=top><label for='webct54_1164471041'>charcoal
    782. &nbsp; </label>
    783. </td></tr>
    784. </table>
    785. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    786. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_679, 18)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    787. </td></tr>
    788. </form>
    789. <tr class="divider2"><td>
    790. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    791. <tr>
    792. <td><a name="19"></a>
    793. <b>Question 19</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    794. <tr>
    795. <td><form name="show_question_form_680" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    796. <input type="hidden" name="quesno" value="18">
    797. <input type="hidden" name="rec" value="680">
    798. <input type="hidden" name="680.type" value="MC">
    799. <input type="hidden" name="680.mode" VALUE="1">
    800. <input type="hidden" name="680.numchoices" value="3">
    801. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>Michel
    802. Lorblanchet's study of the composition of the pigments used in cave paintings to be
    803. a mixture of __________.<br><P><B><I>Hint:</B></I> <br> "Spotted Horses
    804. and Human Hands."<br>
    805. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    806. <table cellpadding="3" cellspacing="0">
    807. <tr><td valign="top" class="opposite"><input type="RADIO" name="680.res" id="webct55_1164471041" onclick="register_change('19');" value="1">
    808. </td>
    809. <td valign="top"><label for='webct55_1164471041'>a.</label></td>
    810. <td valign=top><label for='webct55_1164471041'>charcoal and acrylic paint &nbsp; </label>
    811. </td></tr>
    812. <tr><td valign="top" class="opposite"><input type="RADIO" name="680.res" id="webct56_1164471041" onclick="register_change('19');" value="2">
    813. </td>
    814. <td valign="top"><label for='webct56_1164471041'>b.</label></td>
    815. <td valign=top><label for='webct56_1164471041'>saliva, charcoal, and water &nbsp; </label>
    816. </td></tr>
    817. <tr><td valign="top" class="opposite"><input type="RADIO" name="680.res" id="webct57_1164471041" onclick="register_change('19');" value="3">
    818. </td>
    819. <td valign="top"><label for='webct57_1164471041'>c.</label></td>
    820. <td valign=top><label for='webct57_1164471041'>charcoal and animal-fat
    821. &nbsp; </label>
    822. </td></tr>
    823. </table>
    824. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    825. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_680, 19)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    826. </td></tr>
    827. </form>
    828. <tr class="divider2"><td>
    829. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    830. <tr>
    831. <td><a name="20"></a>
    832. <b>Question 20</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    833. <tr>
    834. <td><form name="show_question_form_681" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    835. <input type="hidden" name="quesno" value="19">
    836. <input type="hidden" name="rec" value="681">
    837. <input type="hidden" name="681.type" value="MC">
    838. <input type="hidden" name="681.mode" VALUE="1">
    839. <input type="hidden" name="681.numchoices" value="3">
    840. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>Study the photograph of "Bison" on the ceiling of the Altamira cave in Spain. The artist who produced the animals used natural formations in the surface of the cave ceiling to give the images a look similar to relief _______ .<br> <P><B><I>Hint:</B></I> <br>Study the photo of the "Bison" with your EYES and look for raised imagery, which reflects light differently causing lights and darks.<br>
    841. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    842. <table cellpadding="3" cellspacing="0">
    843. <tr><td valign="top" class="opposite"><input type="RADIO" name="681.res" id="webct58_1164471041" onclick="register_change('20');" value="1">
    844. </td>
    845. <td valign="top"><label for='webct58_1164471041'>a.</label></td>
    846. <td valign=top><label for='webct58_1164471041'>prints &nbsp; </label>
    847. </td></tr>
    848. <tr><td valign="top" class="opposite"><input type="RADIO" name="681.res" id="webct59_1164471041" onclick="register_change('20');" value="2">
    849. </td>
    850. <td valign="top"><label for='webct59_1164471041'>b.</label></td>
    851. <td valign=top><label for='webct59_1164471041'>sculpture &nbsp; </label>
    852. </td></tr>
    853. <tr><td valign="top" class="opposite"><input type="RADIO" name="681.res" id="webct60_1164471041" onclick="register_change('20');" value="3">
    854. </td>
    855. <td valign="top"><label for='webct60_1164471041'>c.</label></td>
    856. <td valign=top><label for='webct60_1164471041'>glass work
    857. &nbsp; </label>
    858. </td></tr>
    859. </table>
    860. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    861. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_681, 20)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    862. </td></tr>
    863. </form>
    864. <tr class="divider2"><td>
    865. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    866. <tr>
    867. <td><a name="21"></a>
    868. <b>Question 21</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    869. <tr>
    870. <td><form name="show_question_form_682" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    871. <input type="hidden" name="quesno" value="20">
    872. <input type="hidden" name="rec" value="682">
    873. <input type="hidden" name="682.type" value="MC">
    874. <input type="hidden" name="682.mode" VALUE="1">
    875. <input type="hidden" name="682.numchoices" value="3">
    876. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>The
    877. sculpted animals in the caves at Le Tuc d'Audoubert, France were made from which
    878. material?<br><P><B><I>Hint:</B></I> <br>Look with your eyes at the relief
    879. animals.<br>
    880. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    881. <table cellpadding="3" cellspacing="0">
    882. <tr><td valign="top" class="opposite"><input type="RADIO" name="682.res" id="webct61_1164471041" onclick="register_change('21');" value="1">
    883. </td>
    884. <td valign="top"><label for='webct61_1164471041'>a.</label></td>
    885. <td valign=top><label for='webct61_1164471041'>clay from the cave floor &nbsp; </label>
    886. </td></tr>
    887. <tr><td valign="top" class="opposite"><input type="RADIO" name="682.res" id="webct62_1164471041" onclick="register_change('21');" value="2">
    888. </td>
    889. <td valign="top"><label for='webct62_1164471041'>b.</label></td>
    890. <td valign=top><label for='webct62_1164471041'>compacted charcoal from fires that burned in the cave &nbsp; </label>
    891. </td></tr>
    892. <tr><td valign="top" class="opposite"><input type="RADIO" name="682.res" id="webct63_1164471041" onclick="register_change('21');" value="3">
    893. </td>
    894. <td valign="top"><label for='webct63_1164471041'>c.</label></td>
    895. <td valign=top><label for='webct63_1164471041'>stone
    896. &nbsp; </label>
    897. </td></tr>
    898. </table>
    899. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    900. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_682, 21)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    901. </td></tr>
    902. </form>
    903. <tr class="divider2"><td>
    904. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    905. <tr>
    906. <td><a name="22"></a>
    907. <b>Question 22</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    908. <tr>
    909. <td><form name="show_question_form_683" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    910. <input type="hidden" name="quesno" value="21">
    911. <input type="hidden" name="rec" value="683">
    912. <input type="hidden" name="683.type" value="MC">
    913. <input type="hidden" name="683.mode" VALUE="1">
    914. <input type="hidden" name="683.numchoices" value="3">
    915. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>Anthropologists call the belief that an image of something can have a physical influence on the thing represented which kind of magic?<br><P><B><I>Hint:</B></I> <br>What word best describes this sort of magic that the visual image holds over us?<br>
    916. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    917. <table cellpadding="3" cellspacing="0">
    918. <tr><td valign="top" class="opposite"><input type="RADIO" name="683.res" id="webct64_1164471041" onclick="register_change('22');" value="1">
    919. </td>
    920. <td valign="top"><label for='webct64_1164471041'>a.</label></td>
    921. <td valign=top><label for='webct64_1164471041'>horrid &nbsp; </label>
    922. </td></tr>
    923. <tr><td valign="top" class="opposite"><input type="RADIO" name="683.res" id="webct65_1164471041" onclick="register_change('22');" value="2">
    924. </td>
    925. <td valign="top"><label for='webct65_1164471041'>b.</label></td>
    926. <td valign=top><label for='webct65_1164471041'>evil &nbsp; </label>
    927. </td></tr>
    928. <tr><td valign="top" class="opposite"><input type="RADIO" name="683.res" id="webct66_1164471041" onclick="register_change('22');" value="3">
    929. </td>
    930. <td valign="top"><label for='webct66_1164471041'>c.</label></td>
    931. <td valign=top><label for='webct66_1164471041'>sympathetic
    932. &nbsp; </label>
    933. </td></tr>
    934. </table>
    935. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    936. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_683, 22)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    937. </td></tr>
    938. </form>
    939. <tr class="divider2"><td>
    940. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    941. <tr>
    942. <td><a name="23"></a>
    943. <b>Question 23</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    944. <tr>
    945. <td><form name="show_question_form_684" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    946. <input type="hidden" name="quesno" value="22">
    947. <input type="hidden" name="rec" value="684">
    948. <input type="hidden" name="684.type" value="MC">
    949. <input type="hidden" name="684.mode" VALUE="1">
    950. <input type="hidden" name="684.numchoices" value="3">
    951. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>What material was used to make the "Menhir statue of a woman" from Montagnac, France in 2000 BCE?<br><P><B><I>Hint:</B></I> <br>Read the caption under the photograph of the image of the Menhir statue.<br>
    952. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    953. <table cellpadding="3" cellspacing="0">
    954. <tr><td valign="top" class="opposite"><input type="RADIO" name="684.res" id="webct67_1164471041" onclick="register_change('23');" value="1">
    955. </td>
    956. <td valign="top"><label for='webct67_1164471041'>a.</label></td>
    957. <td valign=top><label for='webct67_1164471041'>limestone &nbsp; </label>
    958. </td></tr>
    959. <tr><td valign="top" class="opposite"><input type="RADIO" name="684.res" id="webct68_1164471041" onclick="register_change('23');" value="2">
    960. </td>
    961. <td valign="top"><label for='webct68_1164471041'>b.</label></td>
    962. <td valign=top><label for='webct68_1164471041'>a braided mammoth hair &nbsp; </label>
    963. </td></tr>
    964. <tr><td valign="top" class="opposite"><input type="RADIO" name="684.res" id="webct69_1164471041" onclick="register_change('23');" value="3">
    965. </td>
    966. <td valign="top"><label for='webct69_1164471041'>c.</label></td>
    967. <td valign=top><label for='webct69_1164471041'>a tree limb
    968. &nbsp; </label>
    969. </td></tr>
    970. </table>
    971. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    972. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_684, 23)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    973. </td></tr>
    974. </form>
    975. <tr class="divider2"><td>
    976. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    977. <tr>
    978. <td><a name="24"></a>
    979. <b>Question 24</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    980. <tr>
    981. <td><form name="show_question_form_685" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    982. <input type="hidden" name="quesno" value="23">
    983. <input type="hidden" name="rec" value="685">
    984. <input type="hidden" name="685.type" value="MC">
    985. <input type="hidden" name="685.mode" VALUE="1">
    986. <input type="hidden" name="685.numchoices" value="3">
    987. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>The Neolithic settlement at Skara Brae (figs. 1-15 and 1-16) has walls made by the arrangement of stones in courses, each course projecting slightly inward over the one below. What is this technique called?<br><P><B><I>Hint:</B></I> <br>Construction technique for raising walls and spanning spaces.<br>
    988. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    989. <table cellpadding="3" cellspacing="0">
    990. <tr><td valign="top" class="opposite"><input type="RADIO" name="685.res" id="webct70_1164471041" onclick="register_change('24');" value="1">
    991. </td>
    992. <td valign="top"><label for='webct70_1164471041'>a.</label></td>
    993. <td valign=top><label for='webct70_1164471041'>wall building &nbsp; </label>
    994. </td></tr>
    995. <tr><td valign="top" class="opposite"><input type="RADIO" name="685.res" id="webct71_1164471041" onclick="register_change('24');" value="2">
    996. </td>
    997. <td valign="top"><label for='webct71_1164471041'>b.</label></td>
    998. <td valign=top><label for='webct71_1164471041'>corbeling &nbsp; </label>
    999. </td></tr>
    1000. <tr><td valign="top" class="opposite"><input type="RADIO" name="685.res" id="webct72_1164471041" onclick="register_change('24');" value="3">
    1001. </td>
    1002. <td valign="top"><label for='webct72_1164471041'>c.</label></td>
    1003. <td valign=top><label for='webct72_1164471041'>coursing
    1004. &nbsp; </label>
    1005. </td></tr>
    1006. </table>
    1007. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1008. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_685, 24)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1009. </td></tr>
    1010. </form>
    1011. <tr class="divider2"><td>
    1012. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1013. <tr>
    1014. <td><a name="25"></a>
    1015. <b>Question 25</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1016. <tr>
    1017. <td><form name="show_question_form_686" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1018. <input type="hidden" name="quesno" value="24">
    1019. <input type="hidden" name="rec" value="686">
    1020. <input type="hidden" name="686.type" value="MC">
    1021. <input type="hidden" name="686.mode" VALUE="1">
    1022. <input type="hidden" name="686.numchoices" value="3">
    1023. <B><FONT COLOR="#0000CD" SIZE=+2>Media</B><P></font><br>Which construction technique depends on two uprights supporting a horizontal member?<br><P><B><I>Hint:</B></I> <br>Bridging/Spanning<br>
    1024. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1025. <table cellpadding="3" cellspacing="0">
    1026. <tr><td valign="top" class="opposite"><input type="RADIO" name="686.res" id="webct73_1164471041" onclick="register_change('25');" value="1">
    1027. </td>
    1028. <td valign="top"><label for='webct73_1164471041'>a.</label></td>
    1029. <td valign=top><label for='webct73_1164471041'>post-and-lintel &nbsp; </label>
    1030. </td></tr>
    1031. <tr><td valign="top" class="opposite"><input type="RADIO" name="686.res" id="webct74_1164471041" onclick="register_change('25');" value="2">
    1032. </td>
    1033. <td valign="top"><label for='webct74_1164471041'>b.</label></td>
    1034. <td valign=top><label for='webct74_1164471041'>vaulting &nbsp; </label>
    1035. </td></tr>
    1036. <tr><td valign="top" class="opposite"><input type="RADIO" name="686.res" id="webct75_1164471041" onclick="register_change('25');" value="3">
    1037. </td>
    1038. <td valign="top"><label for='webct75_1164471041'>c.</label></td>
    1039. <td valign=top><label for='webct75_1164471041'>corbeling
    1040. &nbsp; </label>
    1041. </td></tr>
    1042. </table>
    1043. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1044. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_686, 25)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1045. </td></tr>
    1046. </form>
    1047. <tr class="divider2"><td>
    1048. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1049. <tr>
    1050. <td><a name="26"></a>
    1051. <b>Question 26</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1052. <tr>
    1053. <td><form name="show_question_form_687" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1054. <input type="hidden" name="quesno" value="25">
    1055. <input type="hidden" name="rec" value="687">
    1056. <input type="hidden" name="687.type" value="S">
    1057. <input type="hidden" name="687.answers" value="1">
    1058. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font><br>Although we have very little specific information on the meaning of prehistoric art, one of the things that "this book presents the tangible record" of, is a uniquely human _______ spirit.<br> <P><B><I>Hint:</B></I> <br>Read the introduction to Paleolithic Art and look for a one word answer.<br>
    1059. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1060. <table cellpadding="3" cellspacing="0">
    1061. <tr><td><label for="webct76_1164471041">Answer:</label>&nbsp;<input type="text" name="687.resp1" id="webct76_1164471041" onchange="register_change('26');" size=40 value="" class="alignMiddle">
    1062. </td></tr>
    1063. </table>
    1064. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1065. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_687, 26)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1066. </td></tr>
    1067. </form>
    1068. <tr class="divider2"><td>
    1069. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1070. <tr>
    1071. <td><a name="27"></a>
    1072. <b>Question 27</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1073. <tr>
    1074. <td><form name="show_question_form_688" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1075. <input type="hidden" name="quesno" value="26">
    1076. <input type="hidden" name="rec" value="688">
    1077. <input type="hidden" name="688.type" value="S">
    1078. <input type="hidden" name="688.answers" value="1">
    1079. <B><FONT COLOR="#006400" SIZE=+2>Artists,Patrons,Works</B><P></font><br>Although the matter is still debated, it is likely that the "Woman from Willendorf", the "Woman from Brassempouy", and other Upper Paleolithic female figures had a function associated with the idea of, or wish for ____________.<br> <P><B><I>Hint:</B></I> <br>Read the section on Small Sculpture.<br>
    1080. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1081. <table cellpadding="3" cellspacing="0">
    1082. <tr><td><label for="webct77_1164471041">Answer:</label>&nbsp;<input type="text" name="688.resp1" id="webct77_1164471041" onchange="register_change('27');" size=40 value="" class="alignMiddle">
    1083. </td></tr>
    1084. </table>
    1085. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1086. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_688, 27)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1087. </td></tr>
    1088. </form>
    1089. <tr class="divider2"><td>
    1090. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1091. <tr>
    1092. <td><a name="28"></a>
    1093. <b>Question 28</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1094. <tr>
    1095. <td><form name="show_question_form_689" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1096. <input type="hidden" name="quesno" value="27">
    1097. <input type="hidden" name="rec" value="689">
    1098. <input type="hidden" name="689.type" value="S">
    1099. <input type="hidden" name="689.answers" value="1">
    1100. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font>
    1101. <br>The places where Paleolithic cave paintings have been found show evidence
    1102. that people congregated in them, although, they did not live in them. Scholars
    1103. believe that these special places somehow reaffirmed and strengthened the _____
    1104. bond of the community.<br> <P><B><I>Hint:</B></I> <br>Read the section
    1105. called Cave Art. <br>
    1106. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1107. <table cellpadding="3" cellspacing="0">
    1108. <tr><td><label for="webct78_1164471041">Answer:</label>&nbsp;<input type="text" name="689.resp1" id="webct78_1164471041" onchange="register_change('28');" size=20 value="" class="alignMiddle">
    1109. </td></tr>
    1110. </table>
    1111. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1112. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_689, 28)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1113. </td></tr>
    1114. </form>
    1115. <tr class="divider2"><td>
    1116. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1117. <tr>
    1118. <td><a name="29"></a>
    1119. <b>Question 29</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1120. <tr>
    1121. <td><form name="show_question_form_690" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1122. <input type="hidden" name="quesno" value="28">
    1123. <input type="hidden" name="rec" value="690">
    1124. <input type="hidden" name="690.type" value="S">
    1125. <input type="hidden" name="690.answers" value="1">
    1126. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Those people thought to have special powers to foretell events and assist their people through contact with spirits were called ___________.<br> <P><B><I>Hint:</B></I> <br>Read the section called Cave Art and think about a name for spiritual leaders or wise persons.<br>
    1127. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1128. <table cellpadding="3" cellspacing="0">
    1129. <tr><td><label for="webct79_1164471041">Answer:</label>&nbsp;<input type="text" name="690.resp1" id="webct79_1164471041" onchange="register_change('29');" size=40 value="" class="alignMiddle">
    1130. </td></tr>
    1131. </table>
    1132. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1133. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_690, 29)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1134. </td></tr>
    1135. </form>
    1136. <tr class="divider2"><td>
    1137. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1138. <tr>
    1139. <td><a name="30"></a>
    1140. <b>Question 30</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1141. <tr>
    1142. <td><form name="show_question_form_691" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1143. <input type="hidden" name="quesno" value="29">
    1144. <input type="hidden" name="rec" value="691">
    1145. <input type="hidden" name="691.type" value="S">
    1146. <input type="hidden" name="691.answers" value="1">
    1147. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>One of the characteristics of a changed social order in the Neolithic period was that people began domesticating animals and cultivating crops. They no longer had to move from place to place but began to live in settled ___________.<br> <P><B><I>Hint:</B></I> <br>Read the section called Neolithic Period. Think about people living in groups.<br>
    1148. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1149. <table cellpadding="3" cellspacing="0">
    1150. <tr><td><label for="webct80_1164471041">Answer:</label>&nbsp;<input type="text" name="691.resp1" id="webct80_1164471041" onchange="register_change('30');" size=40 value="" class="alignMiddle">
    1151. </td></tr>
    1152. </table>
    1153. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1154. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_691, 30)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1155. </td></tr>
    1156. </form>
    1157. <tr class="divider2"><td>
    1158. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1159. <tr>
    1160. <td><a name="31"></a>
    1161. <b>Question 31</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1162. <tr>
    1163. <td><form name="show_question_form_692" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1164. <input type="hidden" name="quesno" value="30">
    1165. <input type="hidden" name="rec" value="692">
    1166. <input type="hidden" name="692.type" value="S">
    1167. <input type="hidden" name="692.answers" value="1">
    1168. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font><br>The "Woman from Ostrava Petrkovice" appears to have been made when someone picked up a piece of ____________ and shaped it into the figure of a youthful, athletic woman in an animated pose.<br> <P><B><I>Hint:</B></I> <br>Read the section called Small Sculpture. It is a type of stone.<br>
    1169. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1170. <table cellpadding="3" cellspacing="0">
    1171. <tr><td><label for="webct81_1164471041">Answer:</label>&nbsp;<input type="text" name="692.resp1" id="webct81_1164471041" onchange="register_change('31');" size=40 value="" class="alignMiddle">
    1172. </td></tr>
    1173. </table>
    1174. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1175. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_692, 31)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1176. </td></tr>
    1177. </form>
    1178. <tr class="divider2"><td>
    1179. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1180. <tr>
    1181. <td><a name="32"></a>
    1182. <b>Question 32</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1183. <tr>
    1184. <td><form name="show_question_form_693" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1185. <input type="hidden" name="quesno" value="31">
    1186. <input type="hidden" name="rec" value="693">
    1187. <input type="hidden" name="693.type" value="S">
    1188. <input type="hidden" name="693.answers" value="1">
    1189. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>The artist who carved the "Woman from Willendorf" originally colored the statue with ____ _____.<br> <P><B><I>Hint:</B></I> <br>Read the section called Small Sculpture. Look for a two word answer.<br>
    1190. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1191. <table cellpadding="3" cellspacing="0">
    1192. <tr><td><label for="webct82_1164471041">Answer:</label>&nbsp;<input type="text" name="693.resp1" id="webct82_1164471041" onchange="register_change('32');" size=40 value="" class="alignMiddle">
    1193. </td></tr>
    1194. </table>
    1195. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1196. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_693, 32)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1197. </td></tr>
    1198. </form>
    1199. <tr class="divider2"><td>
    1200. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1201. <tr>
    1202. <td><a name="33"></a>
    1203. <b>Question 33</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1204. <tr>
    1205. <td><form name="show_question_form_694" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1206. <input type="hidden" name="quesno" value="32">
    1207. <input type="hidden" name="rec" value="694">
    1208. <input type="hidden" name="694.type" value="S">
    1209. <input type="hidden" name="694.answers" value="1">
    1210. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font>
    1211. <br>One indication that the artist of the "Woman from Willendorf" was especially
    1212. concerned with the "femaleness" of the figure is that the breasts and hips are
    1213. enlarged, and the parts of the body that are ________ - ________ have been
    1214. reduced to mere vestiges.<br> <P><B><I>Hint:</B></I> <br>Read the section
    1215. called Small Sculpture. The answer is a hyphenated word.<br>
    1216. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1217. <table cellpadding="3" cellspacing="0">
    1218. <tr><td><label for="webct83_1164471041">Answer:</label>&nbsp;<input type="text" name="694.resp1" id="webct83_1164471041" onchange="register_change('33');" size=40 value="" class="alignMiddle">
    1219. </td></tr>
    1220. </table>
    1221. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1222. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_694, 33)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1223. </td></tr>
    1224. </form>
    1225. <tr class="divider2"><td>
    1226. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1227. <tr>
    1228. <td><a name="34"></a>
    1229. <b>Question 34</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1230. <tr>
    1231. <td><form name="show_question_form_695" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1232. <input type="hidden" name="quesno" value="33">
    1233. <input type="hidden" name="rec" value="695">
    1234. <input type="hidden" name="695.type" value="S">
    1235. <input type="hidden" name="695.answers" value="1">
    1236. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Our ability to understand and interpret works of art creatively is easily compromised by distracting ___________.<br> <P><B><I>Hint:</B></I> <br>Read the section on "Names and the Power of Naming."<br>
    1237. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1238. <table cellpadding="3" cellspacing="0">
    1239. <tr><td><label for="webct84_1164471041">Answer:</label>&nbsp;<input type="text" name="695.resp1" id="webct84_1164471041" onchange="register_change('34');" size=40 value="" class="alignMiddle">
    1240. </td></tr>
    1241. </table>
    1242. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1243. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_695, 34)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1244. </td></tr>
    1245. </form>
    1246. <tr class="divider2"><td>
    1247. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1248. <tr>
    1249. <td><a name="35"></a>
    1250. <b>Question 35</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1251. <tr>
    1252. <td><form name="show_question_form_696" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1253. <input type="hidden" name="quesno" value="34">
    1254. <input type="hidden" name="rec" value="696">
    1255. <input type="hidden" name="696.type" value="S">
    1256. <input type="hidden" name="696.answers" value="1">
    1257. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>In some caves containing prehistoric paintings, artists worked not only in large caverns but also far back in the ________ chambers and recesses.<br> <P><B><I>Hint:</B></I> <br>Read the section titled Cave Art.<br>
    1258. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1259. <table cellpadding="3" cellspacing="0">
    1260. <tr><td><label for="webct85_1164471041">Answer:</label>&nbsp;<input type="text" name="696.resp1" id="webct85_1164471041" onchange="register_change('35');" size=40 value="" class="alignMiddle">
    1261. </td></tr>
    1262. </table>
    1263. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1264. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_696, 35)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1265. </td></tr>
    1266. </form>
    1267. <tr class="divider2"><td>
    1268. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1269. <tr>
    1270. <td><a name="36"></a>
    1271. <b>Question 36</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1272. <tr>
    1273. <td><form name="show_question_form_697" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1274. <input type="hidden" name="quesno" value="35">
    1275. <input type="hidden" name="rec" value="697">
    1276. <input type="hidden" name="697.type" value="S">
    1277. <input type="hidden" name="697.answers" value="1">
    1278. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Caves were sometimes adorned with relief sculpture as well as paintings. In some instances, an artist simply heightened the resemblance of a natural projecting rock to a familiar animal form. Other reliefs were created by ______________.<br> <P><B><I>Hint:</B></I> <br>Read the section called Cave Art. Think about working with soft clay to create 3-dimensions.<br>
    1279. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1280. <table cellpadding="3" cellspacing="0">
    1281. <tr><td><label for="webct86_1164471041">Answer:</label>&nbsp;<input type="text" name="697.resp1" id="webct86_1164471041" onchange="register_change('36');" size=40 value="" class="alignMiddle">
    1282. </td></tr>
    1283. </table>
    1284. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1285. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_697, 36)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1286. </td></tr>
    1287. </form>
    1288. <tr class="divider2"><td>
    1289. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1290. <tr>
    1291. <td><a name="37"></a>
    1292. <b>Question 37</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1293. <tr>
    1294. <td><form name="show_question_form_698" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1295. <input type="hidden" name="quesno" value="36">
    1296. <input type="hidden" name="rec" value="698">
    1297. <input type="hidden" name="698.type" value="S">
    1298. <input type="hidden" name="698.answers" value="1">
    1299. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>The artist who carved the lamp with the ibex design (fig. 1-13) created it to be both aesthetically pleasing and _________?<br> <P><B><I>Hint:</B></I> Read the section called Cave Art.<br>
    1300. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1301. <table cellpadding="3" cellspacing="0">
    1302. <tr><td><label for="webct87_1164471041">Answer:</label>&nbsp;<input type="text" name="698.resp1" id="webct87_1164471041" onchange="register_change('37');" size=40 value="" class="alignMiddle">
    1303. </td></tr>
    1304. </table>
    1305. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1306. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_698, 37)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1307. </td></tr>
    1308. </form>
    1309. <tr class="divider2"><td>
    1310. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1311. <tr>
    1312. <td><a name="38"></a>
    1313. <b>Question 38</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1314. <tr>
    1315. <td><form name="show_question_form_699" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1316. <input type="hidden" name="quesno" value="37">
    1317. <input type="hidden" name="rec" value="699">
    1318. <input type="hidden" name="699.type" value="S">
    1319. <input type="hidden" name="699.answers" value="1">
    1320. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Laying out a "henge" with accuracy would have posed no particular problem for prehistoric people; they probably relied on a __________ compass to mark the boundaries of the circle.<br> <P><B><I>Hint:</B></I> <br>Read the section titled Ceremonial and Tomb Architecture.<br>
    1321. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1322. <table cellpadding="3" cellspacing="0">
    1323. <tr><td><label for="webct88_1164471041">Answer:</label>&nbsp;<input type="text" name="699.resp1" id="webct88_1164471041" onchange="register_change('38');" size=40 value="" class="alignMiddle">
    1324. </td></tr>
    1325. </table>
    1326. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1327. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_699, 38)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1328. </td></tr>
    1329. </form>
    1330. <tr class="divider2"><td>
    1331. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1332. <tr>
    1333. <td><a name="39"></a>
    1334. <b>Question 39</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1335. <tr>
    1336. <td><form name="show_question_form_700" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1337. <input type="hidden" name="quesno" value="38">
    1338. <input type="hidden" name="rec" value="700">
    1339. <input type="hidden" name="700.type" value="S">
    1340. <input type="hidden" name="700.answers" value="1">
    1341. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Stonehenge had at least ___________ major building phases.<br> <P><B><I>Hint:</B></I> <br>Read the section called Ceremonial and Tomb Architecture.<br>
    1342. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1343. <table cellpadding="3" cellspacing="0">
    1344. <tr><td><label for="webct89_1164471041">Answer:</label>&nbsp;<input type="text" name="700.resp1" id="webct89_1164471041" onchange="register_change('39');" size=40 value="" class="alignMiddle">
    1345. </td></tr>
    1346. </table>
    1347. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1348. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_700, 39)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1349. </td></tr>
    1350. </form>
    1351. <tr class="divider2"><td>
    1352. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1353. <tr>
    1354. <td><a name="40"></a>
    1355. <b>Question 40</b>&nbsp;<img src="/web-ct/en/img/dot_divide.gif" alt="" border="0" class="alignMiddle" />&nbsp;(2 points)</td></tr>
    1356. <tr>
    1357. <td><form name="show_question_form_701" method="post" action="/SCRIPT/ARTS_1303_mc072a/scripts/student/serve_new_quiz?ACTION=DO_QUIZ&ARG1=995301135&ARG2=&ARG3=0" target="bottom">
    1358. <input type="hidden" name="quesno" value="39">
    1359. <input type="hidden" name="rec" value="701">
    1360. <input type="hidden" name="701.type" value="S">
    1361. <input type="hidden" name="701.answers" value="1">
    1362. <B><FONT COLOR="#006400" SIZE=+2>Artists, Patrons, Works</B><P></font> <br>Having learned how to cut and __________ massive blocks of stone, Neolithic sculptors were capable of carving large, freestanding stone figures.<br><P><B><I>Hint:</B></I> <br>Read the section called Sculpture and Ceramics.<br>
    1363. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1364. <table cellpadding="3" cellspacing="0">
    1365. <tr><td><label for="webct90_1164471041">Answer:</label>&nbsp;<input type="text" name="701.resp1" id="webct90_1164471041" onchange="register_change('40');" size=40 value="" class="alignMiddle">
    1366. </td></tr>
    1367. </table>
    1368. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1369. <a href="#" class="action" onmouseover="window.status='Save answer'; return true;" onmouseout="window.status=''; return true;" onclick="void(dosave(show_question_form_701, 40)); return false;" title="Save answer">Save answer</a><img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1370. </td></tr>
    1371. </form>
    1372. <tr class="divider"><td>
    1373. <img src="/web-ct/en/img/shim.gif" width="1" height="1" alt="" border="0"></td></tr>
    1374. <tr><td>
    1375. <form><input type="hidden" name="sub" value="Finish">
    1376. <img src="/web-ct/en/img/shim.gif" width="1" height="8" alt="" border="0"><br>
    1377. <a href="#" class="action" onmouseover="window.status='Finish'; return true;" onmouseout="window.status=''; return true;" onclick="void(dofinish()); return false;" title="Finish">Finish</a>
    1378. <img src="/web-ct/en/img/shim.gif" width="1" height="24" alt="" border="0" class="alignMiddle"></form>
    1379. </td>
    1380. </tr>
    1381. </table>
    1382. <script language="javascript">
    1383. window.focus();
    1384. </script>
    1385. </body>
    1386. </html>
    Alles anzeigen
  • wenn ich das richitg sehe greift das Script immer mit parent auf eine andere seite zu .. oder vertu ich mich jetzt..

    poste mal den link zum Quiz.. möchte mir das geren mal ansehen
  • Okay nen bisserl Offtopic aber:

    So wie es aussieht bei einem an der Uni,
    also bei uns haben sie das nach 2 Runden gemerkt das einige "geschummelt" haben und haben es eingestellt. "Bonuspunkte" ersatzlos gestrichen.

    Bringt meist nix.
    Läuft den das Quiz auf Zeit? Wenn nein, wie wäre es mit nachschlagen / googeln etc.? Ging bei uns prima.