Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.95 KB

README.md

File metadata and controls

76 lines (44 loc) · 2.95 KB

Quiz Application

Technology stack

  • Frontend
    • HTML
    • Tailwind css
    • javascript
  • Backend
    • Spring boot
    • spring hibernate
    • spring security
    • Spring mvc
  • Database
    • Postgres database

Demo of the application

Home page

image

registration page

image

Login Page

image

So here there are three roles/actors

  • student
  • Teacher
  • admin

So after the registration user will be prompted login page , based on the login details, their role will be detected and will be passed to corresponding authorised endpoint.

Student dashboard

image

Quiz page

image
  • score can be visible in the dashboard after submitting or time-up quiz
image
  • In the history page , student can see the details of quiz , Here pagination, sorting and searching techniques used
image

Teacher dashboard

  • Teacher can add questions/delete/edit questions and also can view students performance
image image image image

Admin dashboard

  • Admin manages users , admin can add/delete/update the users
image image image