Commit 98607e2a by Calen Pennington

Add a mocked out render function to XModule

parent c91ea8fc
......@@ -179,6 +179,9 @@ class XModule(Plugin, HTMLSnippet):
self.user_preferences = user_preferences
self.student_state = student_state
def render(self, view_name):
return "RENDER OF %s" % view_name
@property
def display_name(self):
'''
......
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