How does num_cmp_list work? | topic started 9/12/2006; 11:03:50 PM last post 9/13/2006; 8:14:32 AM |
|
Gavin LaRose - Re: How does num_cmp_list work? 9/13/2006; 8:14:32 AM (reads: 276, responses: 0) |
Hi Andy,
I believe the num_cmp_list evaluators (et al.) produce a list of evaluators for successive answer blanks, not a list of evaluators for a single answer blank. That is, BEGIN_TEXT Is equivalent to the same text with the answer evaluators ANS( num_cmp(1) ); or, for that matter, ANS( num_cmp( [1,2] ) ); I think marking answers that are actually lists is most elegantly done with the Parser. Gavin |