Changes between Version 46 and Version 47 of BoltRef

Show
Ignore:
Author:
davea (IP: 128.32.18.181)
Timestamp:
10/29/08 12:50:11 (1 year ago)
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 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.