Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
e7c25c99
Commit
e7c25c99
authored
12 years ago
by
kimth
Browse files
Options
Downloads
Patches
Plain Diff
Remove reset button being on all the time (for debug)
parent
6d3516a7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/lib/xmodule/xmodule/capa_module.py
+0
-3
0 additions, 3 deletions
common/lib/xmodule/xmodule/capa_module.py
with
0 additions
and
3 deletions
common/lib/xmodule/xmodule/capa_module.py
+
0
−
3
View file @
e7c25c99
...
...
@@ -231,9 +231,6 @@ class CapaModule(XModule):
# Only show the reset button if pressing it will show different values
if
self
.
rerandomize
!=
'
always
'
:
reset_button
=
False
# THK: for debugging
reset_button
=
True
# User hasn't submitted an answer yet -- we don't want resets
if
not
self
.
lcp
.
done
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment