Commit 348878be by chrisndodge

Merge pull request #6906 from edx/cdodge/set-is-entrance-exam-default

set default on is_entrance_exam
parents 099be9e7 1e371bbb
...@@ -44,6 +44,7 @@ class SequenceFields(object): ...@@ -44,6 +44,7 @@ class SequenceFields(object):
"Tag this course module as an Entrance Exam. " "Tag this course module as an Entrance Exam. "
"Note, you must enable Entrance Exams for this course setting to take effect." "Note, you must enable Entrance Exams for this course setting to take effect."
), ),
default=False,
scope=Scope.content, scope=Scope.content,
) )
......
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