Handbook
Glossary
check-response ( question -- correct? )
Vocabulary
quiz
Inputs
question
an
object
Outputs
correct?
an
object
Definition
IN:
quiz
GENERIC:
check-response
( question -- correct? )
Methods
USING:
accessors
kernel
quiz
sequences
;
M:
multiple-choice-question
check-response
[
parsed-response>>
]
[
answer>>
]
bi
member?
;
USING:
accessors
kernel
quiz
;
M:
question
check-response
[
parsed-response>>
]
[
answer>>
]
bi
=
;