{% extends "base.html" %} {% load markup %} {% load floppyforms %} {% block body %}
page {{i.page_number}}
{{j.variable_name}}
{{j.q_type}}, required: {{j.required}}{% if j.showif %}; show if {{j.showif.as_markdown}}{{j.choices_as_json}}
{% endif %}
{% if j.score_mapping %}
Scores on this question will be remapped as follows when computing summaries: {{j.score_mapping}}
{% endif %}