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
ac4d3124
Commit
ac4d3124
authored
Aug 15, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rubric text generic, fix right arrow
parent
b817f4ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
+0
-6
lms/templates/combinedopenended/combined_open_ended_results.html
+2
-2
No files found.
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
View file @
ac4d3124
...
@@ -667,10 +667,4 @@ class @CombinedOpenEnded
...
@@ -667,10 +667,4 @@ class @CombinedOpenEnded
toggle_rubric
:
(
event
)
=>
toggle_rubric
:
(
event
)
=>
info_rubric_elements
=
@
$
(
@
info_rubric_elements_sel
)
info_rubric_elements
=
@
$
(
@
info_rubric_elements_sel
)
info_rubric_elements
.
slideToggle
()
info_rubric_elements
.
slideToggle
()
@
rubric_header
=
@
$
(
@
rubric_collapse_sel
)
if
@
rubric_header
.
text
()
==
"Show Score Only"
new_text
=
"Show Full Rubric"
else
new_text
=
"Show Score Only"
@
rubric_header
.
text
(
new_text
)
return
false
return
false
lms/templates/combinedopenended/combined_open_ended_results.html
View file @
ac4d3124
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</div>
</div>
<div
class=
"oe-tools rubric-header"
>
<div
class=
"oe-tools rubric-header"
>
<span
class=
"oe-tools-label"
>
${_("Rubric: ")}
</span>
<span
class=
"oe-tools-label"
>
${_("Rubric: ")}
</span>
<button
class=
"rubric-collapse"
href=
"#"
>
${_("
Show Score Only:
")}
</button>
<button
class=
"rubric-collapse"
href=
"#"
>
${_("
Toggle Rubric
")}
</button>
<span
class=
"oe-tools-scores"
>
<span
class=
"oe-tools-scores"
>
<span
class=
"oe-tools-scores-label"
>
${_("Scores:")}
</span>
<span
class=
"oe-tools-scores-label"
>
${_("Scores:")}
</span>
% if len(results)>1:
% if len(results)>1:
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
% endif
% endif
${result['task_name']} from grader ${i+1}
${result['task_name']} from grader ${i+1}
% if len(results)>1:
% if len(results)>1:
<button
href=
"#"
alt=
"Next"
class=
"rubric-button rubric-next-button"
>
i class="icon-chevron-right">
</i></button>
<button
href=
"#"
alt=
"Next"
class=
"rubric-button rubric-next-button"
>
<i
class=
"icon-chevron-right"
></i></button>
% endif
% endif
</span>
</span>
</div>
</div>
...
...
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