Merge branch 'release'

Conflicts:
	common/lib/xmodule/xmodule/modulestore/mongo/draft.py
	lms/djangoapps/courseware/tests/modulestore_config.py
This commit is contained in:
Diana Huang
2013-09-13 17:15:44 -04:00
25 changed files with 224 additions and 65 deletions

View File

@@ -4,5 +4,6 @@
<combinedopenended url_name="SampleQuestion1Attempt"/>
<peergrading url_name="PeerGradingSample"/>
<peergrading url_name="PeerGradingScored"/>
<peergrading url_name="PeerGradingLinked"/>
</chapter>
</course>

View File

@@ -0,0 +1 @@
<peergrading is_graded="True" max_grade="1" use_for_single_location="True" link_to_location="i4x://edX/open_ended/combinedopenended/SampleQuestion"/>

View File

@@ -0,0 +1 @@
This is a very very simple course, useful for debugging open ended grading code. This is specifically for testing if a peer grading module with no path to it in the course will be handled properly.

View File

@@ -0,0 +1 @@
<course org="edX" course="open_ended_nopath" url_name="2012_Fall"/>

View File

@@ -0,0 +1,4 @@
<course>
<chapter url_name="Overview">
</chapter>
</course>

View File

@@ -0,0 +1 @@
<peergrading/>

View File

@@ -0,0 +1,11 @@
{
"course/2012_Fall": {
"graceperiod": "2 days 5 hours 59 minutes 59 seconds",
"start": "2015-07-17T12:00",
"display_name": "Self Assessment Test",
"graded": "true"
},
"chapter/Overview": {
"display_name": "Overview"
}
}