Commit d4dd0cd8 by Vik Paruchuri

Html changes

parent ea6945a3
...@@ -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 output'
$(event.target).text(new_text) $(event.target).text(new_text)
@toggleHint: (event) => @toggleHint: (event) =>
......
...@@ -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']}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment