Forum archive 2000-2006

Michael Gage - ANS

Michael Gage - ANS

by Arnold Pizer -
Number of replies: 0
inactiveTopicANS topic started 12/15/2001; 12:04:42 PM
last post 12/15/2001; 12:04:42 PM
userMichael Gage - ANS  blueArrow
12/15/2001; 12:04:42 PM (reads: 1815, responses: 0)

ANS

Description
This is the standard method for entering instructor's "answer evaluators" used to check the answers of students.

Syntax

ANS(answer_evaluator1, answer_evaluator2, answer_evaluator3,...)

Params

A list of "answer evaluators".

Action

Places the answer evaluators in the unlabeled answer_evaluator queue. They will be paired with unlabeled answer rules (answer entry blanks ans_rule) in the order entered.

Returns

Nothing

Examples



BEGIN_TEXT

Complete the sentence. Hello \{ans_rule\}

4+8 = \{ans_rule\}



END_TEXT

ANS(str_cmp("World"), num_cmp(12) );


checks that the first answer is "World" and that the second answer is numerically equivalent to 12.

See Also

LABELED_ANS, ans_rule, str_cmp, num_cmp

Macro Definition File

PG.pl

 

<| Post or View Comments |>