{#This file is part of Rogō Rogō 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. Rogō 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 Rogō. If not, see . #} {# This template is for the paper start screen. author Dr Joseph Baxter copyright 2021 onwards The University of Nottingham Required variables - data.toprightmenu - the top right menu html data.papericon - the url to the paper icon data.papertitle - the paper title data.papertype - the type of paper data.availability - the papers availability data.warnavail - flag to indicate if to warn about availability data.timezone - timezone paper is being taken in if not Europe/London data.startdate - the paper state date data.candidates - list of candidate modules data.metadata - array of metadata [type, value, warn if missing] data.screens - the number of screens in the exam data.navigation - the navigation type of the exam (uni/bi directional) data.navigationtooltip - the tooltip for the navigation item data.marks - the marks available on the exam data.adjustedmarks - adjusted marks calculation data.currentuser - the logged in user data.duration - the length of the exam data.displaytimeremaining - flag to indcate display of time remaining data.notime - flag to indicate no time remaining data.sounddemo - path to sound demo audio file data.sebrequired - flag to incdicate seb is required data.papernotavailable - flag to incdicate paper no available data.metadatasecurity - the metadata security warning data.waitforpassword - flag to indicate password required data.donotstart - flag to indicate wait for permission to start data.switch - flag to indicate user can switch to another paper data.oktostart - flag to indicate the paper can be started data.link - issue link url data.previousattemptlink - previous attempts link url data.version - rogo version data.photourl - user image url data.photodimensions - user image dimensions Required localised language strings - lang.menu lang.photoid lang.rubric lang.availability lang.candidates lang.screens lang.navigation lang.marks lang.tooltip_adjustmark lang.currentuser lang.duration lang.timeremaining lang.tooltip_testclip lang.sebrequired lang.papernotavailable lang.timeexpired lang.waitforpassword lang.donotstart lang.switchpapers lang.start lang.logissue lang.nottakenpaper lang.previouscompletions lang.questionmark lang.ok #} {{data.toprightmenu|raw}}

{{data.papertitle}}

{% if data.papertype == 2 and data.photourl != '' %}
{{lang.photoid}}
{% endif %} {% if data.rubric != '' %}
{{lang.rubric}}
{{data.rubric|raw}}
{% endif %}
{% if data.papertype != 2 %}
{{lang.availability}}
{{data.availability}} {{data.timezone}}
{% endif %}
{{lang.candidates}}
{{data.candidates}}
{{lang.metadata}}
{{lang.screens}}
{{data.screens}}
{{lang.navigation}}
{{data.navigation}}
{% if data.papertype < 3 %}
{{lang.marks}}
{{data.marks}} {{data.adjustedmarks}} {% if data.adjustedmarks != '' %} {% endif %}
{% endif %}
{{lang.currentuser}}
{{data.currentuser}}
{% if data.duration != '' %}
{{lang.duration}}
{{data.duration}}
{% endif %}
{% if data.displaytimeremaining %}
{{lang.timeremaining}}
{{data.timeremaining}}
{% endif %}
{% if data.sounddemo != '' %}
{% endif %}
{% if data.sebrequired %} {{lang.sebrequired}} {% elseif data.papernotavailable %} {{lang.papernotavailable}} {% elseif data.timeexpired %} {{lang.timeexpired}} {% elseif data.metadatasecurity != '' %} {{data.metadatasecurity}} {% elseif data.waitforpassword %} {{lang.waitforpassword}} {% elseif data.donotstart %} {{lang.donotstart}} {% endif %}
{% if data.switch %} {% endif %} {% if data.oktostart %} {% else %} {% endif %} {% if data.issuelink != '' %} {% endif %}
powered by Rogō {{data.version}}