Commit 9be7f8fc by Calen Pennington

Merge pull request #1882 from MITx/doc/showanswer

Doc/showanswer
parents 621a9355 a307696d
...@@ -387,7 +387,14 @@ Inherited ...@@ -387,7 +387,14 @@ Inherited
When this content should be shown to students. Note that anyone with staff access to the course will always see everything. When this content should be shown to students. Note that anyone with staff access to the course will always see everything.
`showanswer` `showanswer`
When to show answer. For 'attempted', will show answer after first attempt. Values: never, attempted, answered, closed. Default: closed. Optional. When to show answer. Values: never, attempted, answered, closed, finished, past_due, always. Default: closed. Optional.
- `never`: never show answer
- `attempted`: show answer after first attempt
- `answered` : this is slightly different from `attempted` -- resetting the problems makes "done" False, but leaves attempts unchanged.
- `closed` : show answer after problem is closed, ie due date is past, or maximum attempts exceeded.
- `finished` : show answer after problem closed, or is correctly answered.
- `past_due` : show answer after problem due date is past.
- `always` : always allow answer to be shown.
`graded` `graded`
Whether this section will count towards the students grade. "true" or "false". Defaults to "false". Whether this section will count towards the students grade. "true" or "false". Defaults to "false".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment