GET /notes/2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://collegeguide-api.jakefarrell.ie/notes/2/?format=api",
    "id": 2,
    "title": "Year Tracker",
    "content": "# CSC1042 Computer Networks 2test\r\n\r\n- CA: 25% (Labs, starting from week 5) - Starts 7th October\r\n- Exam: 75%\r\n# CSC1046 OO Analysis & Design\r\n\r\n- Initial UML analysis of project: 5% - Due 4th October\r\n- UML design of project: 7% - Due 25th October\r\n- Presentation of results: 5% - Due 22nd November\r\n- Implementation of project: 8% - Due 30th November\r\n- Exam: 75%\r\n# CSC1047 Advanced Algorithms & A.I. Search\r\n\r\n- CA: 40% - Due 25th November\r\n- Exam: 60%\r\n# CSC1048 Computability & Complexity\r\n\r\n- 1st assignment (10%)\r\n- 2nd assignment (15%)\r\n- Exam: 75%\r\n\r\n# CSC1055 Comparative Programming\r\n\r\nCA (50%):\r\n\r\n1. Group assignment (2 persons): Imperative Programming Assignment - 20%\r\n2. Group assignment (2 persons): Declarative Programming Assignment - 20%  \r\n3. In-class quizzes: Based on provided material studied before class - 10%\r\n\r\nExam (50%): Five questions (answer all questions)\r\n\r\n# CSC1058 User Interface Design & Implementation\r\n\r\n![image](https://www.jakefarrell.ie/jake.webp)",
    "created_date": "2025-02-05T00:58:12.472214Z",
    "updated_date": "2025-02-13T02:36:42.445060Z",
    "user": 1,
    "module": "MTH1026",
    "total_word_count": 154,
    "visibility": "Public",
    "likes_count": 1,
    "loves_count": 1
}