HackYourFuture-CPH / fp-class12

Treasure Hunt Game for children
MIT License
5 stars 3 forks source link

Extend/Add functionality(Points/Score) to endpoint that retrieves if the answer to a question if correct or incorrect backend #199

Open dpfernandes opened 4 years ago

dpfernandes commented 4 years ago

When I check if the question is correct or incorrect, I want to be able save the points result on game_score table.

10pts if correct 0pts if incorrect

Please check the previous issue here #179 and make the changes on the endpoint.