From e38da34035fd205dd29e6f4f07cdd551b7e74c5d Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 00:10:51 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index f2bd7866..1f3ffa63 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -141,10 +141,10 @@ border: 1px solid purple; } - .physics-answer-list input:checked { + .physics-answer-list input:checked::after { content: "True" } - .physics-answer-list input:not(:checked) { + .physics-answer-list input:not(:checked)::after { content: "False" }