Commit 1769852e by E. Kolpakov

Mode field: Help string improvement

parent e42e0b5f
...@@ -45,8 +45,10 @@ class DragAndDropBlock(XBlock, XBlockWithSettingsMixin, ThemableXBlockMixin): ...@@ -45,8 +45,10 @@ class DragAndDropBlock(XBlock, XBlockWithSettingsMixin, ThemableXBlockMixin):
mode = String( mode = String(
display_name=_("Mode"), display_name=_("Mode"),
help=_( help=_(
"Standard mode: feedback is provided to learner right after an item is dropped to a zone. " "Standard mode: the problem provides immediate feedback each time "
"Assessment mode: learner must place all the items to zones to see the feedback." "a learner drops an item on a target zone. "
"Assessment mode: the problem provides feedback only after "
"a learner drops all available items on target zones."
), ),
scope=Scope.settings, scope=Scope.settings,
values=[ values=[
......
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