Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

instructions.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

Instructions

Here are the main functionalities of the application.

User signup and login signup

Quiz creation create_quiz

In the question creation view, user can add questions to the quiz or delete them. Question flow shows the order of the questions, their answers and which answer is correct. create_question

Unpublished quiz can be edited, tested or deleted. It cannot be viewed by other users than the author of the quiz. unpublished

Published quiz cannot be edited or deleted. published

Opening the quiz shows quiz start page. start_quiz

After starting the quiz user navigates through the questions. question_view

After finishing the quiz user can see the results of that quiz instance. quiz_results

Statistics about all of the users filled quizzes are in the statistics page. user_stats