add note about documenting js input

This commit is contained in:
Victor Shnayder
2012-10-29 07:48:53 -04:00
parent d6cb432842
commit a97298e8f7

View File

@@ -280,6 +280,11 @@ class JavascriptInput(InputTypeBase):
"""
Hidden field for javascript to communicate via; also loads the required
scripts for rendering the problem and passes data to the problem.
TODO (arjun?): document this in detail. Initial notes:
- display_class is a subclass of XProblemClassDisplay (see
xmodule/xmodule/js/src/capa/display.coffee),
- display_file is the js script to be in /static/js/ where display_class is defined.
"""
template = "javascriptinput.html"