This commit is contained in:
ichuang
2012-05-27 20:18:45 -04:00
parent 92aea035d9
commit 0aab9eb887
2 changed files with 2 additions and 6 deletions

2
README Normal file
View File

@@ -0,0 +1,2 @@
This branch adds functionality for the edx4edx course. Allows
problems to be written about edX problems, with testing and preview.

View File

@@ -44,12 +44,6 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'xmlpath': '/801x-summer/',
'active': True,
},
'edx_dogfood': {'number' : 'edX.00',
'title' : 'Development Test',
'xmlpath': '/edx-dogfood/',
'is_dogfood' : True,
'active' : True,
},
'edx4edx': {'number' : 'edX.01',
'title' : 'edx4edx: edX Author Course',
'xmlpath': '/edx4edx/',