avantifellows / quiz-creator

An interface to create quizzes for the Avanti Fellows Quiz Engine
GNU General Public License v3.0
18 stars 40 forks source link

Quiz-Creator structure #8

Closed Prakhar-commits closed 11 months ago

Prakhar-commits commented 12 months ago

The PR makes the following Changes :

  1. Creates a basis for the quiz-creator frontend for the creation and management of quizzes
  2. The users create the quizzes with the create session buttons and are navigated to a tab with three sub-pages
  3. Users fill in the sub-pages and navigate through them with the buttons below in case they want to change their minds
  4. The users then click on save after filling the sub-pages which directs them to the sub page with the latest quiz session created along with its details

Related ADR : https://www.notion.so/ADR-Quiz-Creator-81442ac2a3a04214bee077e61c8c969c

Test Plan