{#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 paper feedback screen.
author Dr Joseph Baxter
copyright 2021 onwards The University of Nottingham
Required variables -
data.papertype - paper type of exam
data.remote - flag to indicate if it is a remote exam
data.fullscreen - falg to indicate if we are in fullscreen mode
data.displayfeedback - flag to indicate if question feedback should be displayed
data.issuelink - url to issue recorder
data.thankyou - thankyou message
data.postscript - the paper postscript
Required localised language strings -
lang.msg2remote
lang.msg2
lang.msg2short
lang.logissue
lang.thankyou
lang.closewindow
#}
{% if data.displayfeedback %}
{# we are currenly using the old render functions here (finish_functions.inc - display_feedback) #}
{{data.feedback|raw}}
{% else %}
{% if data.papertype == '2' %}
{% if data.remote and data.issuelink != '' %}