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 = () => {
- - This exam is an open book exam, meaning you are able to use the internet and other resources.
- - Whilst you can use resources on the internet, you cannot copy or plagiarise those resources.
- - You are prohibited from seeking help from other students during the exam. Any communications (physical, digital) after you or another person has started the exam time is not allowed.
- - Even after you finish the exam, on the day of the exam,on the day of the exam do not communicate your exam answers to anyone. Some students have extended time to complete the exam.
+ - This exam is an open book exam, meaning you are able to use the internet and other resources, with a few exceptions.
+
+ - You are prohibited from seeking help from other students during the exam. Any communications (physical, digital) after you or another person has started the exam time is not allowed.
+ - You cannot use code generation tools such as LLMs, including but not limited to, ChatGPT, Gemini
+ - Whilst you can use resources on the internet, you cannot copy or plagiarise those resources. The only material you can copy is any of your own assignment work, any work you've prepared in advance, or any course materials
+
+
- Do not place your exam work in any location, including file sharing services such as Dropbox or GitHub, accessible to any other person. Ensure during the exam no other person in your household can access your work.
- Your zpass should not be disclosed to any other person. If you have disclosed your zpass , you should change it immediately.
@@ -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 = () => {
- A solution (built file, not the source code) of the sample exam can be found here. Please note, this solution may be incomplete, but it is mostly complete.
- */}
+
>
);
}