Skip to content

mbags-playground/java-quiz-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz app made using java

This quiz app is made using java, it allows the teacher to create a quiz and the student can answer it.

Users

  • Teacher, can create the quiz, mark the quiz as inactive or active
  • Student, can answer the quiz, and view the marks which he got

Database entities

User

attributes

  • name
  • id
  • email
  • password
  • role [student, teacher]

Quiz

  • id
  • name

Question

  • id
  • name
  • details
  • weight
  • answerId

QuestionOption

  • questionId
  • value

answer

  • questionId
  • answer

subminssion

  • studentId
  • marks

About

Chat application that is made using java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published