From 0fdd0a005fdfab2679bb9fca5b11161d4c1dce1c Mon Sep 17 00:00:00 2001 From: kimth Date: Mon, 17 Sep 2012 20:40:06 -0400 Subject: [PATCH] Add docs to xml_format --- doc/xml-format.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/xml-format.md b/doc/xml-format.md index 29c60fea99..0dd2c59417 100644 --- a/doc/xml-format.md +++ b/doc/xml-format.md @@ -274,6 +274,7 @@ __Inherited:__ * `showanswer` - When to show answer. For 'attempted', will show answer after first attempt. Values: never, attempted, answered, closed. Default: closed. Optional. * `graded` - Whether this section will count towards the students grade. "true" or "false". Defaults to "false". * `rerandomise` - Randomize question on each attempt. Values: 'always' (students see a different version of the problem after each attempt to solve it) + 'onreset' (students see a different version of the problem when they reset, but are not forced to reset after each check) 'never' (all students see the same version of the problem) 'per_student' (individual students see the same version of the problem each time the look at it, but that version is different from what other students see) Default: 'always'. Optional.