'; WriteToReading('Your reading will appear here.'); WriteToTimer(Stuff); } } function StartReading(){ Stuff='
'; Stuff+='How long is left:
'; WriteToTimer(Stuff); parent.Reading.location.href='Games Quizr.htm'; timeoutID=setTimeout('DownTime(4,0)',1000); } function TimesUp() { if (ShowReadingAgain.length > 0) { Stuff='
'; Stuff+=''; Stuff+=''; Stuff+='
'; WriteToTimer(Stuff); } WriteToReading('Timer has expired.'); } function WriteToReading(Stuff){ parent.Reading.document.clear(); parent.Reading.document.open(); parent.Reading.document.writeln (""); parent.Reading.document.writeln (""); parent.Reading.document.writeln ("
"); parent.Reading.document.writeln (Stuff); parent.Reading.document.writeln ("
"); parent.Reading.document.close(); } function WriteToTimer(Stuff){ parent.Timer.document.clear(); parent.Timer.document.open(); parent.Timer.document.writeln (Stuff); parent.Timer.document.close(); } if (platform == 'mac') { rightchar = unescape(macrightchar) wrongchar = unescape(macwrongchar) } else { rightchar = unescape(winrightchar) wrongchar = unescape(winwrongchar) } function CheckAnswer(QNum, AnsNum, Correct) { whichfb = (5*(QNum-1) + AnsNum) if (Correct == 1) { if (DoneStatus[QNum] != '1'){ Tries = Tries + 1; DoneStatus[QNum] = '1'; Score = Score + 1;} if (eval(IndicatorName[whichfb]) != null){ eval(IndicatorName[whichfb]).value = rightchar} Feedback = Responses[whichfb] if (Feedback == '') {Feedback = defaultright} Percent = Math.floor(Score*100/Tries) + '%'; Feedback = Feedback + '
' + YourScore + ' ' + Percent + '.'; j = 1; for (i = 1; i < DoneStatus.length; i++){ if (DoneStatus[i] == '0') {j = 0} } if (j==1) {Feedback += '
'} WriteFeedback(Feedback) } else { if (DoneStatus[QNum] != '1'){ Tries = Tries + 1;} if (eval(IndicatorName[whichfb]) != null){ eval(IndicatorName[whichfb]).value = wrongchar} Feedback = Responses[whichfb] if (Feedback == '') {Feedback = defaultwrong} WriteFeedback(Feedback) } } function WriteFeedback(Feedback) { parent.FBframe.document.clear(); parent.FBframe.document.open(); parent.FBframe.document.writeln(""); parent.FBframe.document.writeln(""); parent.FBframe.document.writeln("
"); parent.FBframe.document.writeln(Feedback); parent.FBframe.document.writeln("
"); parent.FBframe.document.close(); }

A Multiple-Choice Quiz on Games

Created with JBC


1 Which of the following is NOT a Starcraft species?
Protoss
Terran
Zerg
Robotics

2 Is the floor event a...
girls event?
boys event?
both?
None of the above?

3 Which is NOT a Starcraft campaign?
Ashworld
Station
Jungle
Installion
Terran Bad Lands

4 Which is NOT real gymnastic equipment?
Parallel Bars
Rings
Pommel Horse
Football Field
Balance Beam

5 In gymnastics, women's events use...
leg strength
arm strength
both
Neither

6 Which is the weakest character in Starcraft?
Protoss
Terran
Zerg
The Large Pink Bunnies

7 In gymnastics, men's events use...
leg strength
arm strength
head strength
neck strength

8 Did you like this web page?
Yes
No

Return to Games Home Page