QuizInGame

case class QuizInGame(course: Course, quiz: Quiz, answers: List[Answer])

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

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