model
Type members
Classlikes
Object used for managing a course identifier
Object used for managing a course identifier
Game Stage with the list of the full-courses selected, a QuizInGame current, a Review of the quizzes played, and some settings
Game Stage with the list of the full-courses selected, a QuizInGame current, a Review of the quizzes played, and some settings
- Value parameters:
- coursesInGame
a list of the curses selected to play in this game, sublist of all courses
- gameSettings
settings like maximum number question, time
- playerStatsInGame
the stats of the game currently playing
- quizInGame
a quiz to play, with a sub list of answers selected and the relative course
- review
a list of quizzes played
A quiz answered is a quiz in game, accompanied with an optional answer that the player gave
A quiz answered is a quiz in game, accompanied with an optional answer that the player gave
Case class for a quiz used during the game
Case class for a quiz used during the game
- Value parameters:
- answers
a list of answers of the quiz
- course
the course of the quiz
- quiz
a quiz used during the game
A review is list of quiz answered by the player during a game
A review is list of quiz answered by the player during a game