We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908b44e commit 60abc45Copy full SHA for 60abc45
1 file changed
course/templates/course/flow-page.html
@@ -388,7 +388,10 @@
388
<p>{% trans feedback.bulk_feedback|safe %}</p>
389
{% endif %}
390
{% if show_answer and correct_answer %}
391
- <p>{{ correct_answer|safe }}</p>
+ <details>
392
+ <summary>Correct answer, click to reveal</summary>
393
+ <p>{{ correct_answer|safe }}</p>
394
+ </details>
395
396
</div>
397
{% elif show_answer and correct_answer %}
0 commit comments