QuizAnswered

case class QuizAnswered(quizInGame: QuizInGame, answerPlayer: Option[Answer], var score: Int, var timeToAnswer: Double)

A quiz answered is a quiz in game, accompanied with an optional answer that the player gave

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product