diff --git a/frontend/src/page/Assessments/Exams/Exam24T1.jsx b/frontend/src/page/Assessments/Exams/Exam24T1.jsx index 7fa7b45..ec362f4 100644 --- a/frontend/src/page/Assessments/Exams/Exam24T1.jsx +++ b/frontend/src/page/Assessments/Exams/Exam24T1.jsx @@ -13,17 +13,12 @@ import { Link, useNavigate, useLocation } from 'react-router-dom'; import { Context, useContext } from '../../../context'; -const CourseOutline24T1 = () => { +const CourseOutline24T3 = () => { const { getters } = useContext(Context); const navigate = useNavigate(); return ( <> - - COMP6080 is an open-book, invigilated, in-person exam completed at UNSW. -
-
-
Requirements to sit the exam @@ -89,7 +84,7 @@ const CourseOutline24T1 = () => { - 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. @@ -99,13 +94,10 @@ const CourseOutline24T1 = () => { @@ -129,14 +121,11 @@ 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 the exam paper page. After each clarification, invigilators will notify students to refresh the exam paper page. + 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. 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 @@ -163,4 +152,4 @@ const CourseOutline24T1 = () => { ); } -export default CourseOutline24T1; +export default CourseOutline24T3; diff --git a/frontend/src/page/Assessments/Exams/Exam24T3.jsx b/frontend/src/page/Assessments/Exams/Exam24T3.jsx index c43b30f..f1f7839 100644 --- a/frontend/src/page/Assessments/Exams/Exam24T3.jsx +++ b/frontend/src/page/Assessments/Exams/Exam24T3.jsx @@ -13,14 +13,19 @@ import { Link, useNavigate, useLocation } from 'react-router-dom'; import { Context, useContext } from '../../../context'; -const CourseOutline24T3 = () => { +const CourseOutline24T1 = () => { const { getters } = useContext(Context); const navigate = useNavigate(); return ( <> + + COMP6080 is an open-book, invigilated, hurdle-based in-person exam completed at UNSW. +
+
+
- Requirements to sit the exam + 1. Requirements to sit the exam During the duration you sit the exam, you must have access to a stable internet connection for pushing to gitlab and receiving emails. @@ -38,7 +43,7 @@ const CourseOutline24T3 = () => { - Date, Time, and Duration + 2. Date, Time, and Duration The final exam will be a 3 hour exam. The exam will run in the morning session on the 4th of December 2024. @@ -47,10 +52,10 @@ const CourseOutline24T3 = () => { Only submissions made during your exam time window will be counted as valid. - Exam Structure + 3. Exam Structure - Your exam will be worth a certain number of arbitrary marks, but these marks will make up 20% of the course (the size of this assessment). + Your exam will be worth 20% of the course. The exam will be very similar to assignment 4, with the following simplified criteria: @@ -71,10 +76,10 @@ const CourseOutline24T3 = () => { You are allowed to your code code from other assessments in the exam (or in the case of assignment 4, your group's code). - Platform to complete exam + 4. Platform to complete exam - The exam will be distributed via gitlab, and operationally be very similar to the release and submission of a single lab repo. + The exam will be distributed via gitlab, and operationally be very similar to the release and submission of a single assignment repo. The exam must be completed locally or via vlab. Regardless of where you complete the exam, you must: @@ -84,20 +89,20 @@ const CourseOutline24T3 = () => { - 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. + Technical issues relating to your local environment that are reasonably solvable prior to the exam are not grounds for special consideration. - Communication & Help during the exam + 5. Communication & Help during the exam @@ -121,13 +126,35 @@ const CourseOutline24T3 = () => { 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. + + + 6. Git Commit Requirements + + + To avoid being penalised in the final exam we require that you: + + + + Hurdle Requirements + + + This exam has a hurdle component - which means if you don't achieve a scaled pass mark then you will not pass the course. - Submission + 7. 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. + + + Do not leave it to the deadline to push your code to master. Submit each question when you finish working on it. - Troubleshooting + 8. Troubleshooting If you are having issues working on the exam at CSE, please follow these steps @@ -138,7 +165,7 @@ const CourseOutline24T3 = () => { - Preparation + 9. Preparation