Commit ea6945a3 by Vik Paruchuri

Collapsible feedback

parent d9ea0fcd
...@@ -4,7 +4,12 @@ ...@@ -4,7 +4,12 @@
Step ${status['task_number']} (${status['human_state']}) : ${status['score']} / ${status['max_score']} Step ${status['task_number']} (${status['human_state']}) : ${status['score']} / ${status['max_score']}
%if status['type']=="openended": %if status['type']=="openended":
<div class="collapsible open-ended-short-feedback"> <div class="collapsible open-ended-short-feedback">
${status['post_assessment']} <header>
<a href="#">Show Feedback</a>
</header>
<section id="post-assessment">
${status['post_assessment']}
</section>
</div> </div>
%endif %endif
</div> </div>
......
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