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
379441be
Commit
379441be
authored
Nov 11, 2015
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up problem_graded event. Note: Does not fix test cases
parent
ae7b44bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
common/lib/xmodule/xmodule/js/src/capa/display.coffee
+24
-2
No files found.
common/lib/xmodule/xmodule/js/src/capa/display.coffee
View file @
379441be
...
@@ -295,7 +295,18 @@ class @Problem
...
@@ -295,7 +295,18 @@ class @Problem
@
updateProgress
response
@
updateProgress
response
else
else
@
gentle_alert
response
.
success
@
gentle_alert
response
.
success
Logger
.
log
'problem_graded'
,
[
@
answers
,
response
.
contents
],
@
id
answer_dict
=
{}
for
element
in
@
inputs
.
serializeArray
()
answer_dict
[
element
.
name
]
=
element
.
value
# It'd be nice to log things like hints from the HTML
# but we don't want to log the entire thing for now. It
# can get big.
log_data
=
answers
:
answer_dict
success
:
response
.
success
#html: response.contents
Logger
.
log
'problem_graded'
,
log_data
,
@
id
$
.
ajaxWithPrefix
(
"
#{
@
url
}
/problem_check"
,
settings
)
$
.
ajaxWithPrefix
(
"
#{
@
url
}
/problem_check"
,
settings
)
...
@@ -321,7 +332,18 @@ class @Problem
...
@@ -321,7 +332,18 @@ class @Problem
@
$
(
'div.action button.check'
).
focus
()
@
$
(
'div.action button.check'
).
focus
()
else
else
@
gentle_alert
response
.
success
@
gentle_alert
response
.
success
Logger
.
log
'problem_graded'
,
[
@
answers
,
response
.
contents
],
@
id
answer_dict
=
{}
for
element
in
@
inputs
.
serializeArray
()
answer_dict
[
element
.
name
]
=
element
.
value
# It'd be nice to log things like hints from the HTML
# but we don't want to log the entire thing for now. It
# can get big.
log_data
=
answers
:
answer_dict
success
:
response
.
success
#html: response.contents
Logger
.
log
'problem_graded'
,
log_data
,
@
id
).
always
(
@
enableCheckButtonAfterResponse
)
).
always
(
@
enableCheckButtonAfterResponse
)
reset
:
=>
reset
:
=>
...
...
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