calumtomeny / quiz-master

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

Feature/add quiz options #197

Closed richielewis closed 3 years ago

richielewis commented 3 years ago

Quiz Master can now edit the number of seconds a contestant has for answering a question by using the Options tab.
This parameter is used for all questions in the quiz.

Fixed an issue whereby Quiz Master couldn't continue to next question if no contestants submitted an answer

Fixed an issue whereby api application would throw an error during Final Summary if a contestant hadnt's submitted an answer to a question

Resolves #89

richielewis commented 3 years ago

Fixed #198