Commit 0aab9eb8 by ichuang

README

parent 92aea035
This branch adds functionality for the edx4edx course. Allows
problems to be written about edX problems, with testing and preview.
...@@ -44,12 +44,6 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', ...@@ -44,12 +44,6 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'xmlpath': '/801x-summer/', 'xmlpath': '/801x-summer/',
'active': True, 'active': True,
}, },
'edx_dogfood': {'number' : 'edX.00',
'title' : 'Development Test',
'xmlpath': '/edx-dogfood/',
'is_dogfood' : True,
'active' : True,
},
'edx4edx': {'number' : 'edX.01', 'edx4edx': {'number' : 'edX.01',
'title' : 'edx4edx: edX Author Course', 'title' : 'edx4edx: edX Author Course',
'xmlpath': '/edx4edx/', 'xmlpath': '/edx4edx/',
......
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