Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5b79de58
Commit
5b79de58
authored
Oct 24, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wording per Doc
parent
93425a7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/lib/xmodule/xmodule/modulestore/inheritance.py
+2
-2
No files found.
common/lib/xmodule/xmodule/modulestore/inheritance.py
View file @
5b79de58
...
@@ -158,8 +158,8 @@ class InheritanceMixin(XBlockMixin):
...
@@ -158,8 +158,8 @@ class InheritanceMixin(XBlockMixin):
default_reset_button
=
getattr
(
settings
,
reset_key
)
if
hasattr
(
settings
,
reset_key
)
else
False
default_reset_button
=
getattr
(
settings
,
reset_key
)
if
hasattr
(
settings
,
reset_key
)
else
False
show_reset_button
=
Boolean
(
show_reset_button
=
Boolean
(
display_name
=
_
(
"Show Reset Button for Problems"
),
display_name
=
_
(
"Show Reset Button for Problems"
),
help
=
_
(
"Enter true or false. If true, problems
default to displaying a 'Reset' button. This value may be
"
help
=
_
(
"Enter true or false. If true, problems
in the course default to always displaying a 'Reset' button. You can
"
"override
n in each problem's settings. Existing problems whose reset setting have not been changed are affect
ed."
),
"override
this in each problem's settings. All existing problems are affected when this course-wide setting is chang
ed."
),
scope
=
Scope
.
settings
,
scope
=
Scope
.
settings
,
default
=
default_reset_button
default
=
default_reset_button
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment