From ea6945a3fe1bffd84ef3a5572fcd96f0af52ff04 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 7 Jan 2013 17:50:30 -0500 Subject: [PATCH] Collapsible feedback --- lms/templates/combined_open_ended_status.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lms/templates/combined_open_ended_status.html b/lms/templates/combined_open_ended_status.html index 5b8ac5fcbe..529d8dcf15 100644 --- a/lms/templates/combined_open_ended_status.html +++ b/lms/templates/combined_open_ended_status.html @@ -4,7 +4,12 @@ Step ${status['task_number']} (${status['human_state']}) : ${status['score']} / ${status['max_score']} %if status['type']=="openended":
- ${status['post_assessment']} +
+ Show Feedback +
+
+ ${status['post_assessment']} +
%endif