From dc9f4a61a26b5f9900fa02202e3a7fd2c0b003c8 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Sat, 9 Feb 2013 08:54:37 -0500 Subject: [PATCH] Enable ability to see full results and to respond to feedback --- lms/templates/open_ended_result_table.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lms/templates/open_ended_result_table.html b/lms/templates/open_ended_result_table.html index 1cb51d7cff..4bffdf34d7 100644 --- a/lms/templates/open_ended_result_table.html +++ b/lms/templates/open_ended_result_table.html @@ -15,12 +15,20 @@ ${co['rubric_html']}
- ${co['feedback']} + %if len(co['feedback'])>2: +
+
+ See full feedback +
+ + %endif
%if grader_type!="SA":