iamrohitsuthar / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.
MIT License
120 stars 81 forks source link

Questions table #5

Open iamrohitsuthar opened 5 years ago

iamrohitsuthar commented 5 years ago
  1. Provide suggestion of the already present questions to the teacher while adding a new question in the test : i) If a teacher does not make any change in the question data (options, score) then it does not make as a new entry in the Questions table. Create direct mapping in the Question test mapping table. ii) If a teacher changes question data then create an entry in the Questions and question_test_mapping table.