calumtomeny / quiz-master

A quiz app based on React and .NET core built for the web.
0 stars 0 forks source link

As a QuizMaster I want to generate a quiz populated with questions #137

Closed richielewis closed 3 years ago

richielewis commented 3 years ago

In some cases (Especially testing) the quiz master wants to quickly create a quiz without having to think of some questions.

Quiz Master would like to be able to automatically generate a set of quiz questions at the click of a button

One solution could involve using an open API of quiz questions e.g.

Acceptance test

  1. QUiz master creates a new quiz
  2. Quiz master clicks a button to automatically generate X questions
  3. X questions appear in the Quiz Wizard screen , Quiz master can edit questions as usual
richielewis commented 3 years ago

Could use this CSV file sample_questions.csv.txt