Implement submit answer method
- Send POST request to submit an answer to the current quiz question
- Provide
lobbyId
,questionNumber
andanswerId
parameters - Check that
userId
is in thejoinedPlayers
- Validate the submission by
questionStart
andquestionEnd
dates - Check if the user has already submitted the answer
https://gitlab.pg.innopolis.university/quiz-web-engine/readme/-/blob/main/Quiz%20walkthrough.png
Edited by Roman Soldatov