Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due
COMP0015 2024-2025 Term 1 Coursework – 60% of the module
Strong suggestion: start your coursework as early as possible to give yourself time to resolve issues you encounter.
Deadline
December 13, 2024 at 16:00 (4pm – UK time).
How to submit your work
Important: make sure your student number (not your name) is included in the comments at the top of your program.
Testing
However, as an aid, we have developed a web-based testing service. We strongly encourage you to take advantage of this service. More details can be found in Appendix 1, the following points are key:
a. Your final submission will be tested on additional datasets, which can change scores.b. Your final grade will include marks for comments/style, which can change scores.c. We reserve the right to modify your grade after manual inspection. For example, attempts to “trick” the autograder will result in zero marks.d. If your code does not work with the autograder, we may attempt to modify it to award a non-zero grade. If successful, we will deduct some marks (typically 10-20%, although we make no guarantees). Accordingly, please make sure your code works properly with the autograder before submitting.
4. The testing service tests each part individually. If you get stuck on one section but can get something working for a later section, then you may still be able to get marks for that later section, even if running it on your own machine (which will use the pre-defined main() function from the template) doesn’t work.
Assessment
- Correctness – your code must perform as specified.
- You must apply Python concepts appropriately.
- Programming style – see section ‘Appendix 2 Style Guide’ for more detail.
- Your assignment will be marked using the rubric in Appendix 3. This is the standard rubric used in the
Department of Computer Science. Marks for your project work will be awarded for the capabilities (i.e. functional requirements) your system achieves, and the quality of the code. Categories 5 and 6 of the rubric will be used for coding assignments.