Commit a195c4f5 by cahrens

Continue merge.

parent 851ed672
...@@ -75,7 +75,7 @@ class CombinedOpenEndedFields(object): ...@@ -75,7 +75,7 @@ class CombinedOpenEndedFields(object):
weight = StringyFloat(display_name="Problem Weight", weight = StringyFloat(display_name="Problem Weight",
help="The number of points the problem is worth. By default, each problem is worth one point.", help="The number of points the problem is worth. By default, each problem is worth one point.",
scope=Scope.settings, values = {"min" : 0 , "step": ".1"}) scope=Scope.settings, values = {"min" : 0 , "step": ".1"})
markdown = String(help="Markdown source of this module", default="", scope=Scope.settings) markdown = String(help="Markdown source of this module", scope=Scope.settings)
class CombinedOpenEndedModule(CombinedOpenEndedFields, XModule): class CombinedOpenEndedModule(CombinedOpenEndedFields, XModule):
......
--- ---
metadata: metadata:
display_name: Open Ended Response display_name: Open Ended Response
markdown: ""
data: | data: |
<combinedopenended> <combinedopenended>
<rubric> <rubric>
......
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