We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfc452 commit 4560d57Copy full SHA for 4560d57
crowdsourcer/templates/crowdsourcer/questions/weightings.html
@@ -34,6 +34,7 @@ <h3 class="mb-4">Types and Weightings for {{ section.title }} questions</h3>
34
<div class="mb-dd-4">
35
<span class="fw-bold">{{ question_form.instance.number_and_part }}</span>
36
{{ question_form.instance.description }}
37
+ ({{ question_form.instance.how_marked }}{% if question_form.instance.read_only %} + read only{% endif %})
38
</div>
39
40
0 commit comments