From 05d086e9ad4596f7469be2b07e22e9981200383b Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 00:09:17 +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 ab681dbf..f2bd7866 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -142,10 +142,10 @@ } .physics-answer-list input:checked { - after: "True" + content: "True" } .physics-answer-list input:not(:checked) { - after: "False" + content: "False" } {% endblock %}