Commit 42b55203 by Hasnain Committed by Bill Filler

Small fix.

parent edc8fed6
...@@ -179,7 +179,7 @@ class OpenAssessmentBlock(MessageMixin, ...@@ -179,7 +179,7 @@ class OpenAssessmentBlock(MessageMixin,
prompts_type = String( prompts_type = String(
default='text', default='text',
scope=Scope.content, scope=Scope.content,
help="The type of prompt (possible options: 'text', 'html')." help="The type of prompt. html or text"
) )
rubric_criteria = List( rubric_criteria = List(
......
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