Skip to content

Demo Guideline

1. Assignment 02 - Demo Marking Guideline

1.1 Primary Focus During Evaluation

  • Emphasis on understanding both the code and the rationale behind development decisions.
  • Evaluation of the originality and authenticity of the submitted work.
  • Identifying portions of the code that lack justified reasoning or appear to be implemented without clear understanding.
  • A fully functional implementation does not automatically result in full marks.
  • Judging the submission based on the skills and proficiency expected for Web Application Frameworks.

1.2 Understanding of Terminology

  • A solid understanding of relevant technical terms is crucial.

  • Although English language skills are not being assessed, students are expected to accurately understand and use terminology related to web application frameworks.

  • Be mindful of the key terms covered during the lecture and practical sessions, as these reflect the expected level of familiarity.

1.3 Importance of Practical Sessions

  • Attendance at practical sessions is strongly recommended. These sessions include valuable discussions on technologies, frameworks, and key terminology.

  • The content covered in practical sessions is directly relevant to your assignments and demo assessments.

  • During the practical sessions, some helpful tips for preparing for the upcoming demonstration sessions are also provided.

  • Students are also encouraged to ask questions about the assignment specification or their implementation if they are uncertain about any aspect.

  • For example:

    • Topics like security enhancements (e.g., CSRF) are explained in detail during practicals. If you miss a session, refer to the prac tips videos available on the wiki for a recap.
    • Demo preparation tips are also shared during practicals to help students perform confidently and effectively in their assignment demos.

1.4 Code Understanding & Justification

  • Every student is expected to fully understand and explain the code they submit.

  • Do not include third-party code that you cannot explain.

  • If external code is used, ensure that you can justify its necessity and demonstrate comprehension with due reference.

1.5 Adherence to Assignment Specifications

  • Submissions may strictly follow the provided specifications.

  • Unspecified enhancements should be avoided unless there is a clear and justified reason for their inclusion.

  • Be mindful of potential security loopholes and vulnerabilities that unspecified enhancements may introduce.

  • Failure to recognize and address these issues will result in a lower score for your code understanding.

  • Marks will be deducted if enhancements are included without a solid explanation.

  • Simply adding enhancements does not guarantee extra marks.


2. Guidelines for Performing Well in the Demonstration

2.1 Explanation Guidelines

When explaining a specific line of code, you must:

  • Explain what the code does.
  • Explain the consequences of removing the code.
  • Explain how the code works to achieve the intended functionality.
  • Explain minimal changes required to slightly modify the behavior of the code.

2.2 Justifications

When asked for justifications,

  • You must justify your code changes from different perspectives including:
    • Application perspective (why the change is necessary to meet the assignment’s functional requirements).
    • User perspective (usability, convenience, security, etc.).
  • Consider scalability, maintainability, and long-term usability when justifying decisions.

2.3 Third-Party Sources

  • Ensure you fully understand every line of code you include from third-party sources.

  • Do not include any code you cannot explain, as it may result in your submission being reported to the academic committee for further investigation.

  • Understand clearly what you can do and cannot do regarding third party sources.

  • If you’re unsure about what you should do, consult your tutor. This is a sensitive issue that must be handled with great care.

2.4 Preparation for the Demo

  • Your marks will be based solely on the demonstration of your code, but not the the code you have written to implement the assignment. In other words, achieving 100% implementation of the assignment does not guarantee any marks unless you can successfully demonstrate your code!

  • It is crucial that you thoroughly prepare for the demonstration before you attend the demonstration session.

  • Be aware that each student is given a limited amount of time for the demonstration. (For Assignment 01, it is 15 minutes per student, but this may vary for other assignments).

  • The allocated time must be used to assess the student on each criterion based on the marking guide. During the evaluation:

    • You will be asked 1 or 2 questions (depending on the available time) related to each criterion, and if you fail to answer, you will be marked accordingly as per the marking key.
    • If you take too long to answer a question due to lack of preparation, the assessor may move on to the next question, which will affect your score.
    • If you are late to your allocated session, the assessor may choose whether or not to proceed with the marking. It is important to understand that the assessor requires the full allocated time (e.g., 15 minutes for Assignment 01) to assess the student thoroughly. Therefore, late attendance may not be tolerated. In the worst case, you will need to contact UC to reschedule, or you may only be assessed on a limited number of criteria due to the reduced time available for late attendance.
  • Typical Students Responses:

    • “I’m sorry, it’s been a while since I completed my assignment, and I barely remember the code to answer the question.”
    • “I’m sorry, I thought marks were mainly awarded for the code itself, and the demonstration was just to verify the code’s authenticity.”
    • “I’m Sorry, The code was working few hours ago, but it does not work now.”
    • “I’m Sorry, Im trying to setup the environment to get my webapp started.”


Common Issues

Updated on 19.05.2025
Unlock