Question/Answer with feedback | topic started 12/18/2006; 11:58:29 AM last post 12/22/2006; 11:08:01 AM |
|
|
John Jones - Re: Question/Answer with feedback 12/22/2006; 11:08:01 AM (reads: 131, responses: 0) |
Hi,
One possibility is to use
I don't know what you want to have trigger the feedback. Here is an
artificial example. Note, in the loadMacros part of the problem, you
need to load PGasu.pl so that ANS(pc_evaluator([[num_cmp(10), 0, "hi"], [num_cmp(20), 0.5, "ho"],If the student enters "10", they get no credit and a message of "hi", of they enter "20" they get half credit and a message of "ho", and an answer of "23" gives them full credit (no special message, but you could have one). Another example would be ANS(pc_evaluator([[num_cmp(23), 1], [auto_right(1), 0, "Try 23"]]));This gives full credit if the student answers "23", otherwise they get no credit and a helpful suggestion. John |