Approval voting. Vote for between {{ question.min_choices }} and {{ question.max_choices }} choices.
+Approval voting. Vote for between {{ question.min_choices }} and {{ question.max_choices }} choices.{% if question.randomise_choices %} Order of choices is randomised.{% endif %}
-
{% for choice in question.choices %}
diff --git a/eosweb/core/templates/question/preferential/view.html b/eosweb/core/templates/question/preferential/view.html
index cf546e4..c676012 100644
--- a/eosweb/core/templates/question/preferential/view.html
+++ b/eosweb/core/templates/question/preferential/view.html
@@ -16,7 +16,7 @@
along with this program. If not, see
Preferential voting. Vote for between {{ question.min_choices }} and {{ question.max_choices }} choices.
+Preferential voting. Vote for between {{ question.min_choices }} and {{ question.max_choices }} choices.{% if question.randomise_choices %} Order of choices is randomised.{% endif %}
-
{% for choice in question.choices %}