make marking a little nice
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user