ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>Speechcom Quiz</title> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- { font-family: Arial, Verdana, Geneva; font-size: 12px; } h2 { color: #990000; } p { font-family: Arial, Verdana, Geneva; font-size: 12px; } --> </style> <script language="JavaScript"> <!-- var numQues = 20; var numChoi = 2; var answers = new Array(20); answers[0] = "no"; answers[1] = "yes"; answers[2] = "yes"; answers[3] = "yes"; answers[4] = "yes"; answers[5] = "yes"; answers[6] = "no"; answers[7] = "no"; answers[8] = "no"; answers[9] = "yes"; answers[10] = "yes"; answers[11] = "yes"; answers[12] = "no"; answers[13] = "yes"; answers[14] = "yes"; answers[15] = "yes"; answers[16] = "no"; answers[17] = "yes"; answers[18] = "no"; answers[19] = "no"; function getScore(form) { var score = 0; var currElt; var currSelection; for (i=0; i<numQues; i++) { currElt = i*numChoi; for (j=0; j<numChoi; j++) { currSelection = form.elements[currElt + j]; if (currSelection.checked) { if (currSelection.value == answers[i]) { score++; break; } } } } score = Math.round(score/numQues*100); form.percentage.value = score + "%"; var correctAnswers = ""; for (i=1; i<=numQues; i++) { correctAnswers += i + ". " + answers[i-1] + "\r\n"; } form.solutions.value = correctAnswers; } // --> </script> </head> <body background="background.gif"> <table border="0" cellpadding="5" cellspacing="0" align="center"> <tr> <td valign="top"> <h2>Now Hear This!</h2> <p>It's fall and that means back-to-school season! <p>Syllables are beats of energy that can be counted. Say "college" and use your fingers to tap each syllable you hear: "co"-1, "llege"-2. There are two syllables in "college." <p>Words with two or more syllables usually have one syllable that is stressed (or accented). That means it is longer, louder, and slightly higher in pitch than the other syllables in the word. If you tap your fingers when you say "college" you will notice that the first tap is louder and held longer than the other two that means the first syllable is stressed: "CO-llege." <p><b>How many syllables are in each of these words?</b> <br> <p></p> <form> <p>1. <b>academic</b><br> <input type="RADIO" name="q1" value="yes">4 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q1" value="no">4 syllables - 3rd syllable is stressed</p> <p>2. <b>advisor</b><br> <input type="RADIO" name="q2" value="yes">3 syllables - 2nd syllable is stressed<br> <input type="RADIO" name="q2" value="no">3 syllables - 3rd syllable is stressed</p> <p>3. <b>assignments</b><br> <input type="RADIO" name="q3" value="yes">3 syllables - 2nd syllable is stressed<br> <input type="RADIO" name="q3" value="no">3 syllables - 3rd syllable is stressed</p> <p>4. <b>bachelor's</b><br> <input type="RADIO" name="q4" value="yes">2 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q4" value="no">2 syllables - 2nd syllable is stressed</p> <p>5. <b>campus</b><br> <input type="RADIO" name="q5" value="yes">2 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q5" value="no">2 syllables - 2nd syllable is stressed</p> <p>6. <b>dormitory</b><br> <input type="RADIO" name="q6" value="yes">4 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q6" value="no">4 syllables - 3rd syllable is stressed</p> <p>7. <b>enrollment</b><br> <input type="RADIO" name="q7" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q7" value="no">3 syllables - 2nd syllable is stressed</p> <p>8. <strong>exams</strong> <br> <input type="RADIO" name="q8" value="yes">2 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q8" value="no">2 syllable - 2nd syllable is stressed</p> <p>9. <b>registration</b><br> <input type="RADIO" name="q9" value="yes">4 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q9" value="no">4 syllables - 3rd syllable is stressed</p> <p>10. <b>library</b><br> <input type="RADIO" name="q10" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q10" value="no">3 syllables - 2nd syllable is stressed</p> <p>11. <b>note-taking</b><br> <input type="RADIO" name="q11" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q11" value="no">3 syllables - 2nd syllable is stressed</p> <p>12.<strong>prerequisite</strong><br> <input type="RADIO" name="q12" value="yes">4 syllables - 2nd syllable is stressed<br> <input type="RADIO" name="q12" value="no">4 syllables - 3rd syllable is stressed</p> <p>13. <b>professor</b><br> <input type="RADIO" name="q13" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q13" value="no">3 syllables - 2nd syllable is stressed</p> <p>14. <strong>references</strong><br> <input type="RADIO" name="q14" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q14" value="no">3 syllables - 2nd syllable is stressed</p> <p>15. <strong>research (noun)</strong> <br> <input type="RADIO" name="q15" value="yes">2 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q15" value="no">2 syllables - 2nd syllable is stressed</p> <p>16. <strong>seminar</strong> <br> <input type="RADIO" name="q16" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q16" value="no">3 syllables - 2nd syllable is stressed</p> <p>17. <strong>semester</strong> <br> <input type="RADIO" name="q17" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q17" value="no">3 syllables - 2nd syllable is stressed</p> <p>18. <b>syllabus</b><br> <input type="RADIO" name="q18" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q18" value="no">3 syllables - 2nd syllable is stressed</p> <p>19. <strong>tuition</strong> <br> <input type="RADIO" name="q19" value="yes">3 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q19" value="no">3 syllables - 2nd syllable is stressed</p> <p>20. <strong>university/strong> <br> <input type="RADIO" name="q20" value="yes">5 syllables - 1st syllable is stressed<br> <input type="RADIO" name="q20" value="no">5 syllables - 3rd syllable is stressed</p> <input type="button" value="Get score" onClick="getScore(this.form)"> <input type="reset" value="Clear"><p> Score = <input type=text size=15 name="percentage"><br> Correct answers:<br> <textarea name="solutions" wrap="virtual" rows="4" cols="40"></textarea> </form> </body> </html>