Does anyone have a True-False evaluator? | topic started 8/16/2001; 8:31:37 AM last post 8/20/2001; 6:28:56 PM |
|
Michael Gage - Re: Does anyone have a True-False evaluator? 8/20/2001; 6:28:56 PM (reads: 1323, responses: 0) |
Hi Ken, Perhaps something like the check_box answer evaluator might be useful: "Which elements of the set S satisfy the following conditions?" [ ] 1 [ ] 2 [ ] 3 the student could check more than one box. Some version of multiple-choice might also work for this type of question. These answer evaluators have been written, but not yet heavily used, so there is only some documentation and there may still be some bugs. Try looking at PGchoicemacros.pl and the checkbox_cmp macros in PGanswermacros.pl. (These checkbox_cmp macros may still need more work -- they are the old style answer evaluators.) More detailed information about creating these types of questions can be found in Match.pm and List.pm Hope this helps. --Mike |