calumtomeny / quiz-master

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

QuizMaster marker buttons not working correctly #116

Closed richielewis closed 3 years ago

richielewis commented 3 years ago

Describe the bug If you mark an answer as incorrect you can no longer change to correct

To Reproduce Steps to reproduce the behaviour:

  1. Start a quiz and have a prticipant submit a correct answer
  2. Mark the answer as incorrect
  3. Mark the answer as correct - it will stay on incorrect

Expected behaviour You can switch back and forth between correct and incorrect without issue

Actual behaviour Once switched to incorrect, you can't switch back to correct

richielewis commented 3 years ago

This issue had already been fixed, was encountered on Prod before the fix had been deployed. No longer an issue