Commit ad47fb57 by Piotr Mitros

xml_node

parent 660950a7
...@@ -49,7 +49,8 @@ class RateXBlock(XBlock): ...@@ -49,7 +49,8 @@ class RateXBlock(XBlock):
{'string':"What could be improved to make this section more clear?", {'string':"What could be improved to make this section more clear?",
'likert':"Was this section clear or confusing?."}], 'likert':"Was this section clear or confusing?."}],
scope=Scope.settings, scope=Scope.settings,
help="Freeform user prompt" help="Freeform user prompt",
xml_node = True
) )
prompt_choice = Integer( prompt_choice = Integer(
......
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