home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
educ
/
extol3.zip
/
ALICE.EXT
next >
Wrap
Text File
|
1987-10-19
|
2KB
|
68 lines
% THIS PROGRAM QUIZZES THE USER ABOUT ALICE IN WONDERLAND
% ANSWERS ARE SCANNED FOR KEYWORDS. THE RESPONSE FILE B:ALICE.SCO
% IS USED TO MARK THE STUDENT'S SCORE
%
.response alice.sco
.clear
.caseon
.keyword
This quiz is about Lewis Carroll's "Alice in Wonderland".
Please respond to each question as best as you can.
.feed(3)
Who did alice follow down the hole?+
.accept
.match(1,1).WHITE
.match(1,1).RABBIT.BUNNY.HARE
.goto(1).bad.good.better
:bad
I'm sorry but she followed the White Rabbit down the hole.
.goto.question2
:good
.increment(2,1)
Good, although she followed a "White Rabbit" to be more precise.
.goto.question2
:better
.increment(2,2)
That's quite correct !
%
:question2
.reset(1)
What was the caterpillar doing?
.accept
.match(1,1).SMOKING.TOKING.
.match(1,1).HOOKAH.PIPE.
.goto(1).bad2.good2.better2
:bad2
I'm sorry but he was smoking a hookah.
.goto.question3
:good2
Good, but the caterpillar was smoking a hookah.
.increment(2,1)
.goto.question3
:better2
Very good! The caterpillar was smoking a hookah.
.increment(2,2)
%
:question3
.reset(1)
What happened when the cheshire cat smiled?
.accept
.match(1,1).DISAPPEARED.FADED.VANISHED.EVAPORATED.
.goto(1).bad3.better3.
:bad3
I'm sorry but the cheshire cat disappeared when he smiled.
.goto.endquiz
:better3
Very good! The cheshire cat vanished when he smiled.
.increment(2,1)
%
.reset(1)
:endquiz
Your score was+
.print(2)
.mark
.stop