Hello
Here's your exam timetable generated on {{ date()|date('j F Y H:i:s') }} for student number {{ student }}:
{% for exam in timetable %}
{{ exam.code }} {{ exam.name }}
{{ exam.date }} {{ exam.start }}{{ exam.end is defined ? ' - %s'|format(exam.end) }}{{ exam.duration is defined ? ' (%s)'|format(exam.duration) }}
{{ exam.room }}{{ exam.seat == '' ? '' : ' Seat ' ~ exam.seat }}
It is subject to change, so check in the days running up to your exams at: {{ timetableUrl }}.
More information on exams and assessments: /students/assessments/