bugfix: allow multiple choice questions to display hints
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user