From dde5e1ca6132e642271139c9b27e1811e03ccc0d Mon Sep 17 00:00:00 2001 From: Hayden Smith Date: Wed, 11 Sep 2024 18:45:42 +1000 Subject: [PATCH] Changing number of commits to 20 for an assignment; making clear that as per course outline there is a hurdle --- frontend/src/page/Assessments/Assignments/AssMd.jsx | 8 ++++---- frontend/src/page/Assessments/Exams/Exam24T3.jsx | 2 +- frontend/src/page/CourseOutlines/CourseOutline24T3.jsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/page/Assessments/Assignments/AssMd.jsx b/frontend/src/page/Assessments/Assignments/AssMd.jsx index 60332f9..aab63fb 100644 --- a/frontend/src/page/Assessments/Assignments/AssMd.jsx +++ b/frontend/src/page/Assessments/Assignments/AssMd.jsx @@ -91,7 +91,7 @@ It's imperative that we are able to track your progress when marking. There are some requirements for us to track your ongoing progress: 1. You must make commits on at least 4 unique days prior to due date. -1. You must make at least 30 commits across the course of your assignment. +1. You must make at least 20 commits across the course of your assignment. 2. Your commits must be meaningful in description (e.g. "Continued work on loop speed") 3. Each commit include no more than 100 lines additions of code (this may differ in future assignments). You are given 3 exceptions. @@ -193,7 +193,7 @@ It's imperative that we are able to track your progress when marking. There are some requirements for us to track your ongoing progress: 1. You must make commits on at least 4 unique days prior to due date. -1. You must make at least 30 commits across the course of your assignment. +1. You must make at least 20 commits across the course of your assignment. 2. Your commits must be meaningful in description (e.g. "Add validation check to full name input field") 3. Each commit include no more than 50 lines additions of code (this may differ in future assignments). You are given no exceptions. @@ -459,7 +459,7 @@ It's imperative that we are able to track your progress when marking. There are some requirements for us to track your ongoing progress: 1. You must make commits on at least 4 unique days prior to due date. -1. You must make at least 30 commits across the course of your assignment. +1. You must make at least 20 commits across the course of your assignment. 2. Your commits must be meaningful in description (e.g. "Continued work on loop speed") 3. Each commit include no more than 100 lines additions of code (this may differ in future assignments). You are given no exceptions. @@ -668,7 +668,7 @@ It's imperative that we are able to track your progress when marking. There are some requirements for us to track your ongoing progress: 1. You must make commits on at least 4 unique days prior to due date. -1. You must make at least 30 commits across the course of your assignment. +1. You must make at least 20 commits across the course of your assignment. 2. Your commits must be meaningful in description (e.g. "Continued work on loop speed") 3. Each commit include no more than 200 lines additions of code (this may differ in future assignments). You are given no exceptions. diff --git a/frontend/src/page/Assessments/Exams/Exam24T3.jsx b/frontend/src/page/Assessments/Exams/Exam24T3.jsx index 3ef1cf0..d179771 100644 --- a/frontend/src/page/Assessments/Exams/Exam24T3.jsx +++ b/frontend/src/page/Assessments/Exams/Exam24T3.jsx @@ -20,7 +20,7 @@ const CourseOutline24T3 = () => { return ( <> - The final exam will be an 3 hour open-book, invigilated in-person exam at UNSW during the exam period. More information about this will be made available throughout the term. + 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 diff --git a/frontend/src/page/CourseOutlines/CourseOutline24T3.jsx b/frontend/src/page/CourseOutlines/CourseOutline24T3.jsx index 00055d6..056a07e 100644 --- a/frontend/src/page/CourseOutlines/CourseOutline24T3.jsx +++ b/frontend/src/page/CourseOutlines/CourseOutline24T3.jsx @@ -273,7 +273,7 @@ const CourseOutline24T3 = () => { If you cannot attend the final exam because of illness or misadventure, then you must submit a Special Consideration request, with documentation, through MyUNSW within 72 hours of the start of the exam exam. If your request is reasonable, then you will be awarded a Supplementary Exam. No supplementary exams will be provided for students who score marks 49 or below on grounds of being "close" to a pass. - Information on the final exam can be found in the links in section 5 (Assessment). + Information on the final exam can be found in the link in the sidebar.