diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 3d31327d..ab681dbf 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -140,5 +140,12 @@ .answer-true { border: 1px solid purple; } + + .physics-answer-list input:checked { + after: "True" + } + .physics-answer-list input:not(:checked) { + after: "False" + } {% endblock %}