Commit 5c55595e by Vik Paruchuri

Start to add in some more open ended module tests

parent d522b53f
...@@ -20,7 +20,7 @@ from xmodule.x_module import ModuleSystem ...@@ -20,7 +20,7 @@ from xmodule.x_module import ModuleSystem
from mock import Mock from mock import Mock
open_ended_grading_interface = { open_ended_grading_interface = {
'url': 'http://sandbox-grader-001.m.edx.org/peer_grading', 'url': 'blah',
'username': 'incorrect_user', 'username': 'incorrect_user',
'password': 'incorrect_pass', 'password': 'incorrect_pass',
'staff_grading' : 'staff_grading', 'staff_grading' : 'staff_grading',
......
This is a very very simple course, useful for debugging self assessment code.
<course org="edX" course="sa_test" url_name="2012_Fall"/>
<course>
<chapter url_name="Overview">
<combinedopenended url_name="SampleQuestion"/>
</chapter>
</course>
{
"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"
},
"combinedopenended/SampleQuestion": {
"display_name": "Sample Question",
},
}
<course org="edX" course="sa_test" url_name="2012_Fall"/>
<selfassessment attempts='10'> <selfassessment attempts='10'>
<prompt> <prompt>
What is the meaning of life? What is the meaning of life?
</prompt> </prompt>
<rubric> <rubric>
This is a rubric. This is a rubric.
</rubric> </rubric>
<submitmessage> <submitmessage>
Thanks for your submission! Thanks for your submission!
</submitmessage> </submitmessage>
<hintprompt> <hintprompt>
Enter a hint below: Enter a hint below:
</hintprompt> </hintprompt>
</selfassessment> </selfassessment>
\ No newline at end of file
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