copyright 2018 onwards The University of Nottingham
Required variables:
data.editormathjax - flag to indicate if mathjax editor in use
data.questionno - question number
data.unanswered - flag to indicate if question has previously been answered
data.editorcolumns -number of columns in editor
data.editorrows - number of row in editor
data.useranswer - users answer
data.style - inline styling
Required localised text -
lang.mathjaxinstructions - instructions
lang.previewmathjax - preview
#}
{% if data.editormathjax == true %}
{{lang.mathjaxinstructions|raw}}
{% if data.style == '' %}
{% else %}
{% endif %}
{% else %}
{% if data.style == '' %}
{% else %}
{% endif %}
{% endif %}
{% if data.editormathjax %}
{{lang.previewmathjax}}
{% endif %}