forcedotcom / quiz-host-app

Multiplayer quiz app built on Salesforce technology (host app)
Creative Commons Zero v1.0 Universal
108 stars 67 forks source link

Add winner component #32

Closed annyhe closed 4 years ago

annyhe commented 4 years ago

Without players.

Screen Shot 2019-10-29 at 8 50 30 PM

With players.

Screen Shot 2019-10-29 at 8 48 57 PM

All correct

Screen Shot 2019-10-29 at 8 59 14 PM
annyhe commented 4 years ago

@pozil I'm a little divided whether computing the number of correct responses from Answers with Score > 0 is a good idea. Ideally the Answer would have a Correct__c boolean field. What are your thoughts?

pozil commented 4 years ago

@annyhe I definitely agree about introducing a Quiz_Answer__c.Correct__c field. You can assign it in QuizSessionHelper.updatePlayerScores().