Added handling of condition when no multiple choice item selected,

but the answer is incorrect.
This commit is contained in:
Will Daly
2013-03-07 10:52:19 -05:00
parent e841f29352
commit 8d83d2fb4e

View File

@@ -1,6 +1,6 @@
<form class="choicegroup capa_inputtype" id="inputtype_${id}">
<div class="indicator_container">
% if input_type == 'checkbox':
% if input_type == 'checkbox' or not value:
% if status == 'unsubmitted':
<span class="unanswered" style="display:inline-block;" id="status_${id}"></span>
% elif status == 'correct':