Merge pull request #5942 from edx/cohorted-courseware

Cohorted courseware
This commit is contained in:
Andy Armstrong
2014-12-08 14:38:30 -05:00
117 changed files with 1969 additions and 633 deletions

View File

@@ -32,6 +32,7 @@ class CourseMetadata(object):
'name', # from xblock
'tags', # from xblock
'visible_to_staff_only',
'group_access',
]
@classmethod