Changes between Version 46 and Version 47 of BoltRef
- Timestamp:
- Oct 29, 2008, 12:50:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltRef
v46 v47 88 88 * '''box(n, m)''' specifies an input field with n rows and m columns. 89 89 * '''answer(x)''' specifies that the correct answer is x. 90 * '''answer_regex t(x)''' specifies that any response matching the given regular expression is correct.90 * '''answer_regexp(x)''' specifies that any response matching the given regular expression is correct. 91 91 * '''answer_func(f)''' specifies that grading should be done by the given function. This function is passed the student response and returns a number in [0..1]. 92 92