bugfix: allow multiple choice questions to display hints

This commit is contained in:
ichuang
2014-04-22 02:00:14 +00:00
parent b44ed8061f
commit f91b96565d
2 changed files with 6 additions and 0 deletions

View File

@@ -62,4 +62,7 @@
% if show_correctness == "never" and (value or status not in ['unsubmitted']):
<div class="capa_alert">${submitted_message}</div>
%endif
% if msg:
<span class="message">${msg|n}</span>
% endif
</form>

View File

@@ -64,5 +64,8 @@
% if show_correctness == "never" and (value or status not in ['unsubmitted']):
<div class="capa_alert">${submitted_message}</div>
%endif
% if msg:
<span class="message">${msg|n}</span>
% endif
</form>
</section>