PlayerStats
case class PlayerStats(totalScore: Int, totalAnsweredQuestions: Int, totalCorrectAnswers: Int, totalAnswerPrecision: Int, totalAverageTimeAnswer: Double, courseInStatsList: List[CourseInStats])
Case class for PlayerStats model
- Value parameters:
- courseInStatsList
the list of course in stats
- totalAnswerPrecision
total % answer precision
- totalAnsweredQuestions
total number of answered questions
- totalAverageTimeAnswer
total average time to answer
- totalCorrectAnswers
total number of question answered correctly
- totalScore
total user score
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any