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
d4dd0cd8
Commit
d4dd0cd8
authored
Jan 07, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Html changes
parent
ea6945a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/lib/xmodule/xmodule/js/src/collapsible.coffee
+1
-1
lms/templates/combined_open_ended_status.html
+1
-1
No files found.
common/lib/xmodule/xmodule/js/src/collapsible.coffee
View file @
d4dd0cd8
...
@@ -22,7 +22,7 @@ class @Collapsible
...
@@ -22,7 +22,7 @@ class @Collapsible
if
$
(
event
.
target
).
text
()
==
'See full output'
if
$
(
event
.
target
).
text
()
==
'See full output'
new_text
=
'Hide output'
new_text
=
'Hide output'
else
else
new_text
=
'See full ouput'
new_text
=
'See full ou
t
put'
$
(
event
.
target
).
text
(
new_text
)
$
(
event
.
target
).
text
(
new_text
)
@
toggleHint
:
(
event
)
=>
@
toggleHint
:
(
event
)
=>
...
...
lms/templates/combined_open_ended_status.html
View file @
d4dd0cd8
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
%if status['type']=="openended":
%if status['type']=="openended":
<div
class=
"collapsible open-ended-short-feedback"
>
<div
class=
"collapsible open-ended-short-feedback"
>
<header>
<header>
<a
href=
"#"
>
Show
Feedback
</a>
<a
href=
"#"
>
Show
feedback from step ${status['task_number']}
</a>
</header>
</header>
<section
id=
"post-assessment"
>
<section
id=
"post-assessment"
>
${status['post_assessment']}
${status['post_assessment']}
...
...
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