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
b97dbc37
Commit
b97dbc37
authored
Aug 15, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test, strip out more of show results
parent
a49da5d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
+0
-5
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
+1
-1
No files found.
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
View file @
b97dbc37
...
...
@@ -93,7 +93,6 @@ class @CombinedOpenEnded
coe_sel
:
'section.combined-open-ended'
reset_button_sel
:
'.reset-button'
next_step_sel
:
'.next-step-button'
show_results_sel
:
'.show-results-button'
question_header_sel
:
'.question-header'
submit_evaluation_sel
:
'.submit-evaluation-button'
result_container_sel
:
'div.result-container'
...
...
@@ -160,10 +159,6 @@ class @CombinedOpenEnded
@
next_problem_button
=
@
$
(
@
next_step_sel
)
@
next_problem_button
.
click
@
next_problem
#setup show results
@
show_results_button
=
@
$
(
@
show_results_sel
)
@
show_results_button
.
click
@
show_results
@
question_header
=
@
$
(
@
question_header_sel
)
@
question_header
.
click
@
collapse_question
...
...
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
View file @
b97dbc37
...
...
@@ -636,7 +636,7 @@ class OpenEndedModuleXmlTest(unittest.TestCase, DummyModulestore):
self
.
assertTrue
(
isinstance
(
legend
,
basestring
))
#Get all results
module
.
handle_ajax
(
"get_
results
"
,
{})
module
.
handle_ajax
(
"get_
combined_rubric
"
,
{})
#reset the problem
module
.
handle_ajax
(
"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