You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
10 KiB

id&qtp&qim&qil&qtx&qca&qia&qrm&qnxt&qprv&qalb&subj&wght&pts&flr&ded&layout&qfixed&qptsbyans&flags
tutor.001&tf&2&N&The Sun rises in the East.&TRUE&FALSE&This is an example of a True/False Question.<BR>Select the answer by clicking on the circular button next to the desired choice.<BR>Clicking on the other button will automatically deselect the first choice.&&&&ASTR.0&1&10&&0&1&&&N.
tutor.002&mcs&2&N&The name of the planet known as the <I>'red planet'</I> is:&Mars&Venus;Jupiter;Neptune;Pluto;&This is an example of a multiple choice question with a single correct answer.<BR>Select your answer by clicking on the square box next to your choice.<BR>Selecting a difference answer will automatically deselect all others on this question.&&&a&ASTR.0&1&10&&0&1:v&&&N.
tutor.003&mcm&2&N&In meteorology, the term <I>'precipitation'</I> may take which of the following form(s) <I>(check all that apply)</I>:&rain;snow;sleet;&fog;lightning;&This is an example of a multiple choice question with multiple correct answers.<BR>For scoring purposes, ALL correct answers must be checked in order to receive credit for the answer.<BR><B>Note that selecting answers DOES NOT automatically deselect any other choices, so you must click the box again to deselect a checked answer.&&&n&METW.0&1&0&&0&1&&&N.
tutor.004&esa&2&N&The <U>third</U> planet from the sun in our solar system is called:&earth&&This is an example of a text question.<BR>Type in the correct answer in the box provided.<BR>For scoring, the answer is compared without regard to capitalization.<BR><BR>This example also shows an EMBEDDED reference image shown above the question.&&&&ASTR.0&1&10&&0&5&&&
tutor.005&tf&1&N&The average distance of the earth from the sun is 93,000,000 kilometers.&FALSE&TRUE&This example shows a HYPERLINKED reference image.<BR>To view the image related to this question, click on the hyperlink located above the question text.&&&&ASTR.0&1&10&&0&1&N&0&N.N.N.N
tutor.006&mcm&2&N&The 3 largest planets in our solar system are:&Jupiter;Saturn;Uranus;&Mars;Neptune;Earth;&Notice the time warning that appears to the left of the time clock in the upper right corner of the page.<BR>The first warning is with under 5 minutes remaining and is updated each minute until time expires.&&&A&ASTR.0&1&10&&0&1&&&N.
tutor.007&mcs&2&Y&The name of the musical score is:<BR><I>(Click on the play button to repeat the score)</I>&Beethoven's Fifth Symphony&Tzichowski's Overture;Bach's Third Opera;&This is an example of an embedded audio file. Supported formats include .wav, .rmi, .mid;;This question shows that the next button has changed to Done because this is the final question of this test.<BR>You can back up to review previous questions or, if satisfied with all your answers, click on the Done button to see your results.&&&a&music.0&1&1&&0&1&N&0&N.N.N.N
tutor.008&tf&0&Y&The Sun revolves around the earth.&FALSE&TRUE&&&&&ASTR&&&&0&1&N&0&N.N.N.N
tutor.009&mch&2&N&In the box to the left of the planet name, enter the letter of the description that best fits the planet.&Mercury;Venus;Earth;Mars;Jupiter;Saturn;Uranus;Neptune;Pluto;&closest planet to our sun;Surface observation impossible because of dense atmosphere;65% of surface area covered by water;the red planet that has canals;the largest planet in our solar system;has rings that orbit the planet;has 4 moons;named for the Greek God of the Sea;the most distant planet from our sun;&This is an example of a matching question.<BR>The question may have from 3 to 25 choices.&&&a&MATCH.0&1&&&&1&&&N.
tutor.010&ord&2&N&Place in order the following planets, based on their proximity to the sun, begining with the closest to the sun.&Mercury;Earth;Mars;Saturn;Pluto;&&This is an example of a place-in-order question.&&&o&ORDERED.0&1&&&&1&&&N.
tutor.011&tf&0&Y&This is the end of the test.&TRUE&FALSE&Notice that since this is the final question, the Next button has changed to a Done button.<BR>At this point, you may review unanswered or marked questions by clicking on the Review button.<BR>OR you may click on Done if you are satisfied with all the answers you have given.&&&&ENDOF.0&1&&&&1&&&
tutor.012&esa&0&Y&According to the rock group <I>Three Dog Night</I>, <box> <U>is the loneliest number there can ever be</U>.&1&&Notice that since this is the final question, the Next button has changed to a Done button.<BR>At this point, you may review unanswered or marked questions by clicking on the Review button.<BR>OR you may click on Done if you are satisfied with all the answers you have given.&&&&.0&1&&&&1&N&0&N.N.N.N
tutor.013&esa&0&Y&<iframe src="https://docs.google.com/document/d/e/2PACX-1vRCXF09jnU2Q-Iv6PoI6gplqZgaiXv4vSbpAMvV5BOFagnjx3KvlyPKtkSMXudqT-PyUWhKGfwolikP/pub? ;embedded=true" Height="450" Width="650"></iframe> ; ;<a href="http://actscorp.com/gs/acts/modmenu.htm" target="_blank">gs</a> ; ;https://www.youtube.com/watch?v=3xGLc-zz9cA ; ;<!-- Previewing --> ;<!-- 1 --> ;<!-- 0 --> ;<!-- esa --> ;<!-- $Id: qesa.htt,v 1.2 2004/02/05 01:36:05 jeffo Exp $ --> ;<TITLE>Question tutor.013</TITLE> ;<SCRIPT language="JavaScript"> ;<!-- ; ;// $Id: global.js,v 1.2 2005/04/27 23:57:35 ddoughty Exp $ ; ;function right(event) { ; if ("1" == 0) { ; return true; ; } ; if ("admin" == "gadmin") { ; return true; ; } ; alert("The source and all graphics on this page are proprietary and may not be viewed or copied."); ; return false; ;} ; ;// This function captures the keys pressed one at a time ;// We disallow some characters because they are used as delimiters in ;// the text data files. This can be removed when we move to an RDBMS ;// or change the delimiters. ;function checkKeys(e) { ; var kc; ; if (!e) { ; e=event; ; kc=e.keyCode; ; } else { ; kc=e.which; ; } ; // Disallowed characters: '&', ';' ; if (kc == 38 || kc == 59 ) { ; alert("'" + String.fromCharCode(kc) + "' may not be used, this character is reserved for internal use only."); ; return false; ; } ; return true; ;} ; ;document.oncontextmenu=right; ;document.onkeypress=checkKeys; ; ;//--> ;</SCRIPT> ;<script language="Javascript"> ;<!-- ;function tGotFocus(oTxt) { ; return true; ;} ; ;function langselect(oSelLang) { ; return true; ;} ; ;function languagesupport(oTxt) { ; return true; ;} ; ;function onConvert(oTxt) { ; return true; ;} ; ;function start_time() { ; var qno; ; if (top.document.location != document.location) { ; top.tstclock.document.sw.qno.value = document.form1.qno.value + " of " + document.form1.noq.value; ; if (document.form1.tmd.value == "Y") { ; if (document.form1.tmreset.value != "") { ; top.tstclock.document.sw.beg.value = document.form1.tmreset.value; ; top.tstclock.document.sw.disp.value = document.form1.tmreset.value; ; top.tstclock.document.sw.running.value = "^"; ; } else { ; top.tstclock.document.sw.running.value = "*"; ; } ; } ; loading_graphic("hide"); ; } ;} ; ;var btnAlreadyClicked=false; ; ;function btn_pause(e) ;{ ; if (btnAlreadyClicked == true) { return false;} ; btnAlreadyClicked=true; ; if (e.value == "Pause") { ; sMsg = "Are you sure you want to pause?"; ; if (confirm(sMsg) == false) { ; btnAlreadyClicked=false; ; return false; ; } ; } ; if ((e.value == "Done") || (e.value == "Continue")) { ; if (e.value == "Done") { ; sMsg = "Are you sure you have completed the test/survey?"; ; } else if (e.value == "Continue") { ; sMsg = "Are you sure you have completed this part of the test/survey?"; ; } ; if (confirm(sMsg) == false) { ; btnAlreadyClicked=false; ; return false; ; } else { ; if ("0" == "1") { ; sMsg="Your responses will be submitted with your identity if you click OK."; ; sMsg+=unescape("%0A"); ; sMsg+="If you click CANCEL, your responses will be submitted anonymously."; ; if (confirm(sMsg)) { ; e.form.anonsubmit.value="N"; ; } else { ; e.form.anonsubmit.value="Y"; ; } ; } ; if (top.document.location != document.location) { ; btnAlreadyClicked=true; ; top.tstclock.document.sw.running.value = ""; ; document.form1.tmreset.value = top.tstclock.document.sw.disp.value; ; } ; } ; } else { ; if (top.document.location != document.location) { ; btnAlreadyClicked=true; ; top.tstclock.document.sw.running.value = ""; ; document.form1.tmreset.value = top.tstclock.document.sw.disp.value; ; } ; } ; return true; ;} ; ; ;window.onload=start_time; ;// --> ;</script> ;<script language="Javascript"> ;<!-- ;function loading_graphic(s) ;{ ; var loadingspin = new Image; ; if (s == "show") { ; lo