{#This file is part of ExamSys ExamSys is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ExamSys is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with ExamSys. If not, see . #} {# This template is for the likert question type. author Dr Joseph Baxter copyright 2018 onwards The University of Nottingham Required variables: data.displaylikertnotes - flag to indicate if there is a note to display data.likertnotescolspan - col span of notes data.notes - the notes data.displaylikertscenario - flag to indicate if there is a note to scenario data.likertscenariocolspan - col span of scenario data.scenario - the scenario data.displayna - flag to indicate if n/a option should be displayed data.scale - the likert scale data.unanswered - flag to indicate if question has previously been answered data.assignednumber - question number data.leadin - question leadin data.scaleopt - scale options scaleopt.selected - flag to indicate if option has previously been selected data.id - question id data.questionno - the position of the question on the screen Required localised text - lang.note - note lang.na - not applicable #}
{{data.assignednumber}}. 
{% if data.displaylikertnotes %}
Note  {{lang.note}}: {{data.notes}}
{% endif %}
{% if data.displaylikertscenario %}
{{data.scenario|raw}}
{% endif %}
  • {{data.leadin|raw}}
  • {% for i,selected in data.scaleopt %}
  • {% endfor %}