calumtomeny / quiz-master

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

feat(webapp): Added disclaimer for generating questions #204

Closed richielewis closed 3 years ago

richielewis commented 3 years ago

When you click Create 10 Questions you will see a modal with a disclaimer about the quality of the questions. At this point you can cancel or confirm. Resolves #203

Also fixed an issue whereby refreshing the page after generating the questions the Create 10 questions button would reappear Fixes #184