Commit 79e860a0 by Stephen Sanchez

Adding some required attributes to the peer assessment module

parent 7285887e
...@@ -143,6 +143,8 @@ configured. If no configuration is specified, this is the default assessment ...@@ -143,6 +143,8 @@ configured. If no configuration is specified, this is the default assessment
module(s) associated with the XBlock. module(s) associated with the XBlock.
""" """
DEFAULT_PEER_ASSESSMENT = { DEFAULT_PEER_ASSESSMENT = {
"assessment_type": "peer-assessment",
"name": "peer-assessment",
"start_datetime": datetime.datetime.now().isoformat(), "start_datetime": datetime.datetime.now().isoformat(),
"must_grade": 5, "must_grade": 5,
"must_be_graded_by": 3, "must_be_graded_by": 3,
......
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