make marking a little nice

This commit is contained in:
Ross
2024-01-08 11:53:16 +00:00
parent a35f92ef2e
commit 39128c2d33
4 changed files with 95 additions and 3 deletions
+10 -1
View File
@@ -33,7 +33,7 @@
<h3>This question is abnormal</h3>
Answers given as normal will be automatically marked.<br />
Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}<br />
[{{question.get_primary_answer}}]
Primary answer: <span id="primary-answer" title="The primary answer of the question">{{question.get_primary_answer}}</span>
{% endif %}
<div class="marking">
<form method="POST" class="post-form">{% csrf_token %}
@@ -146,3 +146,12 @@
</script>
{% endblock %}
{% block css %}
<style>
#primary-answer {
font-weight: strong;
color: white;
}
</style>
{% endblock css %}