From 8d83d2fb4efceb9f21f6adaae6e85b0ddae70be7 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Thu, 7 Mar 2013 10:52:19 -0500 Subject: [PATCH] Added handling of condition when no multiple choice item selected, but the answer is incorrect. --- common/lib/capa/capa/templates/choicegroup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/templates/choicegroup.html b/common/lib/capa/capa/templates/choicegroup.html index 68aa254ca1..8816933075 100644 --- a/common/lib/capa/capa/templates/choicegroup.html +++ b/common/lib/capa/capa/templates/choicegroup.html @@ -1,6 +1,6 @@
- % if input_type == 'checkbox': + % if input_type == 'checkbox' or not value: % if status == 'unsubmitted': % elif status == 'correct':