Commit fbd0e2fd by Stephen Sanchez

Merge pull request #46 from edx/sanchez/fix_default_peer_assessment

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