Skip to content

Commit

Permalink
exam
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden Smith authored and Hayden Smith committed Nov 12, 2024
1 parent ae116ce commit 2bcefae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
21 changes: 16 additions & 5 deletions frontend/src/page/Assessments/Exams/Exam24T1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const CourseOutline24T1 = () => {

return (
<>
<Typography variant="body" component="div" gutterBottom>
<b>COMP6080 is an open-book, invigilated, in-person exam completed at UNSW.</b>
<br />
<br />
</Typography>
<Typography variant="h5" component="div" gutterBottom>
Requirements to sit the exam
</Typography>
Expand Down Expand Up @@ -94,10 +99,13 @@ const CourseOutline24T1 = () => {
</Typography>
<Typography variant="body1" component="div" gutterBottom>
<ul>
<li>This exam is an open book exam, meaning you are able to use the internet and other resources.</li>
<li>Whilst you can use resources on the internet, you cannot copy or plagiarise those resources.</li>
<li>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.</li>
<li>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.</li>
<li>This exam is an open book exam, meaning you are able to use the internet and other resources, with a few exceptions.
<ul>
<li>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.</li>
<li>You cannot use code generation tools such as LLMs, including but not limited to, ChatGPT, Gemini</li>
<li>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</li>
</ul>
</li>
<li>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.</li>
<li>Your zpass should not be disclosed to any other person. If you have disclosed your zpass , you should change it immediately.</li>
</ul>
Expand All @@ -121,11 +129,14 @@ const CourseOutline24T1 = () => {
Failure to comply may result in delays in responding to your queries.
</Typography>
<Typography variant="body1" component="div" gutterBottom>
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.
</Typography>
<Typography variant="h5" component="div" gutterBottom>
Submission
</Typography>
<Typography variant="body1" component="div" gutterBottom>
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.
</Typography>
<Typography variant="h5" component="div" gutterBottom>
Troubleshooting
</Typography>
Expand Down
9 changes: 3 additions & 6 deletions frontend/src/page/Assessments/Exams/Exam24T3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const CourseOutline24T3 = () => {
return (
<>
<Typography variant="h5" component="div" gutterBottom>
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.
</Typography>
{/*<Typography variant="h5" component="div" gutterBottom>
Requirements to sit the exam
</Typography>
<Typography variant="body1" component="div" gutterBottom>
Expand All @@ -44,7 +41,7 @@ const CourseOutline24T3 = () => {
Date, Time, and Duration
</Typography>
<Typography variant="body1" component="div" gutterBottom>
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.
</Typography>
<Typography variant="body1" component="div" gutterBottom>
Only submissions made during your exam time window will be counted as valid.
Expand Down Expand Up @@ -87,7 +84,7 @@ const CourseOutline24T3 = () => {
</ul>
</Typography>
<Typography variant="body1" component="div" gutterBottom>
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.
</Typography>
<Typography variant="body1" component="div" gutterBottom>
Do not leave it to the deadline to push your code to master. Submit each question when you finish working on it.
Expand Down Expand Up @@ -150,7 +147,7 @@ const CourseOutline24T3 = () => {
<ul><li>A solution (built file, not the source code) of the sample exam can be found <a target="_blank" href="https://cs6080.web.cse.unsw.edu.au/sample-exam/">here</a>. Please note, this solution may be incomplete, but it is mostly complete.</li></ul>
</li>
</ul>
</Typography>*/}
</Typography>
</>
);
}
Expand Down

0 comments on commit 2bcefae

Please sign in to comment.