Iteration 4 - ParnThanatibordee/KUIZ GitHub Wiki

Goal

User login can indicate which role are they (Teacher or Student), the last page will be result page to show the score that they got, also as Teacher can sent Feedback to Student and as Student can tag a quiz for done it later.

Features

  1. User login has 2 roles (Teacher and Student).
  2. Add Feedback for teacher role.
  3. Add result page which show the final score.
  4. Add Code/Key to access in Classroom for doing a quiz.
  5. Question in quiz can be tagged to do it later.

Acceptance Criteria

  1. All features can be implemented and we know how to perform as described above.
  2. All test cases can run with no problem.

Retrospective

  • What have we done so far?

    • User login for 2 roles.
    • Feedback system for Teacher.
    • Result page and Score of quiz.
  • What problems are we encountered in this Iteration?

    • Our meet time didn't match, so it hard to communicate/share the problems in coding.
    • Group member didn't know how to install Pillow.
  • What could we modify or improve?

    • Make a appointment 1-2 day(s) before the meeting day.
    • Ask TA for how to use/install the Pillow in python.