Commit b1a0cc9d by Waheed Ahmed

Merge pull request #3100 from edx/waheed/ora351-change-wording-for-setting-up-ora-question

Changed wording for setting up ORA question.
parents 52ca4226 eaa5b6ed
...@@ -218,7 +218,7 @@ class CombinedOpenEndedFields(object): ...@@ -218,7 +218,7 @@ class CombinedOpenEndedFields(object):
) )
graded = Boolean( graded = Boolean(
display_name="Graded", display_name="Graded",
help='Defines whether the student gets credit for grading this problem.', help='Defines whether the student gets credit for this problem. Credit is based on peer grades of this problem.',
default=False, default=False,
scope=Scope.settings scope=Scope.settings
) )
......
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