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
6e64e994
Commit
6e64e994
authored
Aug 26, 2013
by
Felix Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a test broken when the mixed modulestore was introduced.
parent
74ed2daf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/djangoapps/instructor/hint_manager.py
+1
-1
No files found.
lms/djangoapps/instructor/hint_manager.py
View file @
6e64e994
...
...
@@ -215,7 +215,7 @@ def add_hint(request, course_id, field):
# Validate the answer. This requires initializing the xmodules, which
# is annoying.
loc
=
Location
(
problem_id
)
descriptors
=
modulestore
()
.
get_items
(
loc
)
descriptors
=
modulestore
()
.
get_items
(
loc
,
course_id
=
course_id
)
m_d_c
=
model_data
.
ModelDataCache
(
descriptors
,
course_id
,
request
.
user
)
hinter_module
=
module_render
.
get_module
(
request
.
user
,
request
,
loc
,
m_d_c
,
course_id
)
if
not
hinter_module
.
validate_answer
(
answer
):
...
...
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