[MWForum]How do I create a multiple choice quiz?

Daniel Ajoy mwforum@lists.mathcats.com
Fri, 08 Aug 2003 10:31:57 -0500


On 8 Aug 2003 at 13:01, Lara Frawley wrote:

> Thanks for your help, Daniel. Do you know why I keep getting the error
> "button has no value in check"? when I try your attachment?
> 

This is the "check" procedure both ":button" words start
with ":", do yours?


to check :button
 ifelse :button = item 2 first :data [
  announce "Right
 ] [
  announce "Wrong
]


Daniel