Staging new Askbot, some work on completion framework

This commit is contained in:
Piotr Mitros
2012-01-26 14:26:44 -05:00
parent fd79da9a7a
commit fd8b1e50c2
5 changed files with 33 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
import courseware.progress
def dummy_track(event_type, event):
pass
@@ -12,6 +14,9 @@ class XModule(object):
''' Tags in the courseware file guaranteed to correspond to the module '''
return []
def get_completion(self):
return courseware.progress.completion()
def get_state(self):
return ""