kamleshpra995 / quiz-backlog

0 stars 1 forks source link

Quiz Screen #5

Open girishsawant999 opened 2 weeks ago

kamleshpra995 commented 2 weeks ago
  1. Added New Page Quiz.

  2. Quiz List - Card List

  3. Quiz Actions - Create, Update, Delete, Schema - { type: [Practive, LiveQuiz] title : string category: string; difficultylevel: string description: string; numberOfQuestion: number; max 20 min 5 questions : [questionId] cratedAt updatedAt isDeleted isActive activatedAt banner: images: }

  4. Form Detials

    1. Toggle/Switch for Type
    2. Text for TItle
    3. DD for Category
    4. DD for difficulty level
    5. TextArea for description
    6. Number field for Number of questions - min 5 max 20
    7. Add two DropDown Button - Pick Manually, Pick Automatically
    8. If pick Manually -
      1. Get questions for selected category and difficilty level
      2. Selectable List
        1. Banner for Quiz
        2. Additional Images.