'; WriteToReading('Click on the button to see the reading.'); WriteToTimer(Stuff); } } function StartReading(){ Stuff='
'; Stuff+='Remaining time:
'; WriteToTimer(Stuff); parent.Reading.location.href='chessquizr.htm'; timeoutID=setTimeout('DownTime(1,0)',1000); } function TimesUp() { if (ShowReadingAgain.length > 0) { Stuff='
'; Stuff+=''; Stuff+=''; Stuff+='
'; WriteToTimer(Stuff); } WriteToReading('Your time is over!'); } 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(); } 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 + '.'; var i = 0; var AllDone = true; for (i=1; i'; } 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.FeedbackFrame.document.clear(); parent.FeedbackFrame.document.open(); parent.FeedbackFrame.document.writeln(""); parent.FeedbackFrame.document.writeln(""); parent.FeedbackFrame.document.writeln("
"); parent.FeedbackFrame.document.writeln(Feedback); parent.FeedbackFrame.document.writeln("
"); parent.FeedbackFrame.document.close(); }

Chess Questions

Click on the correct answer



1 What is the piece value of the queen?
9
6
8

2 What is the piece value of the rook?
4
6
5

3 What is the piece value of a knight?
2
3
4

4 What is the piece value of the pawn?
It is so worthless that it has no value.
1
2

5 What is the piece value of the bishop?
3
4
2

6 How does the queen move?
It moves like a rook and a bishop combined.
It moves like a king.
It moves like a knight.

7 How does the bishop move?
It moves up and down and sideways.
It moves diagonally.
It moves in the shape of a letter.

8 How does the rook move?
It moves up and down and sideways.
It moves all around.
It move diagonally.

9 How does the knight move?
It moves all around.
It moves in an L-shape.
It moves diagonally.

10 What moves differently than how it captures?
The queen.
The pawn.
The knight.