'; WriteToReading('Click on the button to see the reading.'); WriteToTimer(Stuff); } } function StartReading(){ Stuff='
'; Stuff+='Remaining time:
'; WriteToTimer(Stuff); parent.Reading.location.href='Divisionr.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(); }

Mad Division

Click on the correct answer




1 12 divided by 2
14
6
10

2 10 divided by 2
89969865
5
7

3 3 divided by 3
1
7
4

4 18 divided by 2
4
9
7

5 0 divided by 7
6
0
8

6 4 divided by 2
2
766
9

7 1 divided by 1
1
1
1

8 35 divided by 7
9
5
4

9 10 divided by 2
5
67
0

10 8 divided by 4
2