StatisticsMenuController

Companion object of statistics menu controller

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class SelectCourseAction(actionParameter: Option[CourseInStats]) extends Action[CourseInStats]

Action to select a course in the statistics menu controller

Action to select a course in the statistics menu controller

case class SelectQuizAction(actionParameter: Option[QuizInStats]) extends Action[QuizInStats]

Action to select a quiz in the statistics menu controller

Action to select a quiz in the statistics menu controller

Inherited classlikes

case object Back extends ParameterlessAction
Inherited from:
BackAction