Commit d4dd0cd8 by Vik Paruchuri

Html changes

parent ea6945a3
......@@ -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) =>
......
......@@ -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']}
......
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