From a266e6658dfce96d238e52d30d74347371657de5 Mon Sep 17 00:00:00 2001 From: chamhayden Date: Mon, 27 Mar 2023 08:21:00 +1100 Subject: [PATCH 1/7] Update Exam23T1.jsx --- frontend/src/page/Assessments/Exams/Exam23T1.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/page/Assessments/Exams/Exam23T1.jsx b/frontend/src/page/Assessments/Exams/Exam23T1.jsx index edb1c8a..c2d2123 100644 --- a/frontend/src/page/Assessments/Exams/Exam23T1.jsx +++ b/frontend/src/page/Assessments/Exams/Exam23T1.jsx @@ -41,7 +41,7 @@ const CourseOutline22T3 = () => { Date, Time, and Duration - The final exam will be a 3 hour exam that begins at 2pm (AEDT) and ends at 5pm (AEDT) on Monday the 5th December, 2022. + The final exam will be a 3 hour exam that begins at 2pm (AEDT) and ends at 5pm (AEDT) on (Date to be determined). Students outside of Asia-Pacific region, or students with ELS requirements, may have their exam time altered and communicated to the lecturer in charge privately. If you have been given alternate instructions about start and finish times, they apply. @@ -53,7 +53,7 @@ const CourseOutline22T3 = () => { Exam Structure - The exam will be worth X marks. those X marks will make up the 20% value of the course. X will be determined closer to the exam. + 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). The exam will be very similar to assignment 3, with the following simplified criteria: From c5effcf61d55415cea8e41954e6b8139c92fdc10 Mon Sep 17 00:00:00 2001 From: chamhayden Date: Wed, 29 Mar 2023 18:21:40 +1100 Subject: [PATCH 2/7] Update AssessmentsAssignments.jsx --- frontend/src/page/Assessments/AssessmentsAssignments.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/page/Assessments/AssessmentsAssignments.jsx b/frontend/src/page/Assessments/AssessmentsAssignments.jsx index 03729dc..4352de4 100644 --- a/frontend/src/page/Assessments/AssessmentsAssignments.jsx +++ b/frontend/src/page/Assessments/AssessmentsAssignments.jsx @@ -47,6 +47,7 @@ const AssessmentsAssignments = ({ }) => { params.ass === 'ass1' ? `/~cs6080/redirect/?path=COMP6080/${getters.term}/students/_/pictocode/` : params.ass === 'ass2' ? `/~cs6080/redirect/?path=COMP6080/${getters.term}/students/_/funform/` : params.ass === 'ass3' ? `https://docs.google.com/spreadsheets/d/1QZ1p5HSFyZmdfyvt7kyKpA_BfQdCDWs8T24o0S08nfQ/` + params.ass === 'ass4' ? `https://docs.google.com/spreadsheets/d/1QRaHRbuvlbeptyfUDw91NZjSdQcu-SrMr5wOfgeuDfk/` : `/~cs6080/redirect/?path=COMP6080/${getters.term}/students/_/${params.ass}/`}> View on gitlab From 898c7a5a94e2117c047c120442ce7e4a2c8833b2 Mon Sep 17 00:00:00 2001 From: Hayden Smith Date: Wed, 29 Mar 2023 19:16:09 +1100 Subject: [PATCH 3/7] ass --- frontend/src/page/Assessments/AssessmentsAssignments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/page/Assessments/AssessmentsAssignments.jsx b/frontend/src/page/Assessments/AssessmentsAssignments.jsx index 4352de4..75f0bd1 100644 --- a/frontend/src/page/Assessments/AssessmentsAssignments.jsx +++ b/frontend/src/page/Assessments/AssessmentsAssignments.jsx @@ -46,7 +46,7 @@ const AssessmentsAssignments = ({ }) => { View on gitlab From a6eeacec68251bfe4de7c409dd44d9cda169a45d Mon Sep 17 00:00:00 2001 From: chamhayden Date: Thu, 30 Mar 2023 23:16:29 +1100 Subject: [PATCH 4/7] Update Exam23T1.jsx --- frontend/src/page/Assessments/Exams/Exam23T1.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/page/Assessments/Exams/Exam23T1.jsx b/frontend/src/page/Assessments/Exams/Exam23T1.jsx index c2d2123..ba632bc 100644 --- a/frontend/src/page/Assessments/Exams/Exam23T1.jsx +++ b/frontend/src/page/Assessments/Exams/Exam23T1.jsx @@ -41,7 +41,7 @@ const CourseOutline22T3 = () => { Date, Time, and Duration - The final exam will be a 3 hour exam that begins at 2pm (AEDT) and ends at 5pm (AEDT) on (Date to be determined). + The final exam will be a 3 hour exam that begins at 9am (AEDT) and ends at 12pm (AEDT) on (Date to be determined). Students outside of Asia-Pacific region, or students with ELS requirements, may have their exam time altered and communicated to the lecturer in charge privately. If you have been given alternate instructions about start and finish times, they apply. From d2dc3d604f68d0ee7bbd2509cb5975892eb06922 Mon Sep 17 00:00:00 2001 From: chamhayden Date: Fri, 31 Mar 2023 15:15:17 +1100 Subject: [PATCH 5/7] Update AssessmentsAssignments.jsx --- frontend/src/page/Assessments/AssessmentsAssignments.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/page/Assessments/AssessmentsAssignments.jsx b/frontend/src/page/Assessments/AssessmentsAssignments.jsx index 75f0bd1..843f2ce 100644 --- a/frontend/src/page/Assessments/AssessmentsAssignments.jsx +++ b/frontend/src/page/Assessments/AssessmentsAssignments.jsx @@ -41,8 +41,8 @@ const AssessmentsAssignments = ({ }) => { return ( <> -

{params.ass} has {['ass1','ass2','ass3'].includes(params.ass) ? '' : 'not '} been released!

- {['ass1','ass2','ass3'].includes(params.ass) && (