Changes between Version 46 and Version 47 of BoltRef


Ignore:
Timestamp:
Oct 29, 2008, 12:50:11 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltRef

    v46 v47  
    8888 * '''box(n, m)''' specifies an input field with n rows and m columns.
    8989 * '''answer(x)''' specifies that the correct answer is x.
    90  * '''answer_regext(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.
    9191 * '''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].
    9292