Commit 79a29c9d by Matjaz Gregoric

Document two new fields being added in #157.

They are the same as the fields found under MCQ student_view_data,
except that this is for MRQ.
parent 036bb0f2
......@@ -335,6 +335,10 @@ Multiple Response Question (`pb-mrq`)
- `question`: (string) The content of the question.
- `message`: (string) General feedback provided when submitting.
- `hide_results`: (boolean) `true` if results should be hidden.
- `choices`: (array) A list of objects providing info about available
choices. See below for more info.
- `tips`: (array) A list of objects providing info about tips defined for the
problem. See below for more info.
### `student_view_user_state`
......
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