Add note that metadata dictionary is scaffolding

This commit is contained in:
Calen Pennington
2012-07-11 09:53:03 -04:00
parent c7df948030
commit 780eb646fc

View File

@@ -96,7 +96,9 @@ class XModule(object):
kwargs: Optional arguments. Subclasses should always accept kwargs and pass them
to the parent class constructor.
Current known uses of kwargs:
metadata: A dictionary containing data that specifies information that is particular
metadata: SCAFFOLDING - This dictionary will be split into several different types of metadata
in the future (course policy, modification history, etc).
A dictionary containing data that specifies information that is particular
to a problem in the context of a course
'''
self.system = system