Html changes

This commit is contained in:
Vik Paruchuri
2013-01-07 17:55:38 -05:00
parent ea6945a3fe
commit d4dd0cd84c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class @Collapsible
if $(event.target).text() == 'See full output'
new_text = 'Hide output'
else
new_text = 'See full ouput'
new_text = 'See full output'
$(event.target).text(new_text)
@toggleHint: (event) =>

View File

@@ -5,7 +5,7 @@
%if status['type']=="openended":
<div class="collapsible open-ended-short-feedback">
<header>
<a href="#">Show Feedback</a>
<a href="#">Show feedback from step ${status['task_number']}</a>
</header>
<section id="post-assessment">
${status['post_assessment']}