Commit d4201f02 by ichuang

Merge pull request #3413 from edx/bugfix/ichuang/multiple-choice-question-hints

bugfix: allow multiple choice questions to display hints

Thanks, @sarina, @pmitros
parents 28e2bf3f f91b9656
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment