calumtomeny / quiz-master

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

Can't Delete First Question #202

Open richielewis opened 3 years ago

richielewis commented 3 years ago

Describe the bug If you have created just a single question you can't properly delete it despite the delete button being present.

To Reproduce Steps to reproduce the behaviour:

  1. Start a new quiz
  2. Create 1 question
  3. Delete the question, it will dissapear
  4. Refresh the page, the question will reappear

*Expected behaviour After refreshing the question will not reappar a it will have been permenantly deleted fom the quiz

Additional context Not tested to see if question appears when the quiz is played after deletion, worth testing