From 2bcefae2d3627c446cee9cca26201bd6228f7e9b Mon Sep 17 00:00:00 2001 From: Hayden Smith Date: Tue, 12 Nov 2024 15:25:55 +1100 Subject: [PATCH] exam --- .../src/page/Assessments/Exams/Exam24T1.jsx | 21 ++++++++++++++----- .../src/page/Assessments/Exams/Exam24T3.jsx | 9 +++----- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/frontend/src/page/Assessments/Exams/Exam24T1.jsx b/frontend/src/page/Assessments/Exams/Exam24T1.jsx index 96edcab..7fa7b45 100644 --- a/frontend/src/page/Assessments/Exams/Exam24T1.jsx +++ b/frontend/src/page/Assessments/Exams/Exam24T1.jsx @@ -19,6 +19,11 @@ const CourseOutline24T1 = () => { return ( <> + + COMP6080 is an open-book, invigilated, in-person exam completed at UNSW. +
+
+
Requirements to sit the exam @@ -94,10 +99,13 @@ const CourseOutline24T1 = () => { @@ -121,11 +129,14 @@ const CourseOutline24T1 = () => { Failure to comply may result in delays in responding to your queries. - Clarifications made during the exam will be made at the top of this page. After each clarification, an email will be sent to all students in the course notifying them that a clarification has been made. + Clarifications made during the exam will be made at the top of the exam paper page. After each clarification, invigilators will notify students to refresh the exam paper page. Submission + + Push to master regularly throughout your exam. Once the exam is complete, we will take the last commit you have pushed to your master branch up on gitlab. Please check the gitlab site directly before the completion of the exam. + Troubleshooting diff --git a/frontend/src/page/Assessments/Exams/Exam24T3.jsx b/frontend/src/page/Assessments/Exams/Exam24T3.jsx index d179771..c43b30f 100644 --- a/frontend/src/page/Assessments/Exams/Exam24T3.jsx +++ b/frontend/src/page/Assessments/Exams/Exam24T3.jsx @@ -20,9 +20,6 @@ const CourseOutline24T3 = () => { return ( <> - The final exam will be an 3 hour open-book, invigilated in-person exam at UNSW during the exam period. The exam will contain a hurdle. More information about this will be made available throughout the term. - - {/* Requirements to sit the exam @@ -44,7 +41,7 @@ const CourseOutline24T3 = () => { Date, Time, and Duration - The final exam will be a 3 hour exam. The time is posted on the exam timetable. + The final exam will be a 3 hour exam. The exam will run in the morning session on the 4th of December 2024. Only submissions made during your exam time window will be counted as valid. @@ -87,7 +84,7 @@ const CourseOutline24T3 = () => { - Technical issues relating to your local environment are not grounds for special consideration. + Technical issues relating to your local environment that could have reasonably been managed prior to the beginning of the exam are not grounds for special consideration. Do not leave it to the deadline to push your code to master. Submit each question when you finish working on it. @@ -150,7 +147,7 @@ const CourseOutline24T3 = () => { - */} + ); }