Commit 49889917 by Eric Fischer

Updating outdated documentation

parent 158a3044
...@@ -17,3 +17,4 @@ Bastien Abadie <bastien@nextcairn.com> ...@@ -17,3 +17,4 @@ Bastien Abadie <bastien@nextcairn.com>
Omar Al-Ithawi <oithawi@qrf.org> Omar Al-Ithawi <oithawi@qrf.org>
Ahsan Ulhaq <ahsan@edx.org> Ahsan Ulhaq <ahsan@edx.org>
Ben Patterson <bpatterson@edx.org> Ben Patterson <bpatterson@edx.org>
Eric Fischer <efischer@edx.org>
...@@ -42,7 +42,8 @@ class PeerAssessmentMixin(object): ...@@ -42,7 +42,8 @@ class PeerAssessmentMixin(object):
a new peer assessment. This dict should have the following attributes: a new peer assessment. This dict should have the following attributes:
`submission_uuid` (string): The unique identifier for the submission being assessed. `submission_uuid` (string): The unique identifier for the submission being assessed.
`options_selected` (dict): Dictionary mapping criterion names to option values. `options_selected` (dict): Dictionary mapping criterion names to option values.
`feedback` (unicode): Written feedback for the submission. `overall_feedback` (unicode): Written feedback for the submission as a whole.
`criterion_feedback` (unicode): Written feedback per the criteria for the submission.
Returns: Returns:
Dict with keys "success" (bool) indicating success/failure. Dict with keys "success" (bool) indicating success/failure.
......
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