NoBrainerQuiz / web

Web application for NoBrainer
0 stars 0 forks source link

Scoreboards #16

Open springjben opened 6 years ago

springjben commented 6 years ago

After each question, it should calculate an appropriate score that is displayed to the user. At the very end of the quiz, it should then display the finals scores to everyone.

Kent55 commented 6 years ago

A good way I feel this could be done is for the score logic to be handled in a trait or in the Logic folder. The latter I feel may be more awkward, so currently I feel that a trait is the way to go.

What do you reckon @springjben ?