From 4a6bb5a468c42357ba4eb17e09027fb04bf64864 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 00:07:55 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}