AddQuizMenuController

Companion object of add quiz menu controller

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class AddQuizAction(actionParameter: Option[Quiz]) extends Action[Quiz]

action to add a quiz in the course selected in the add quiz controller

action to add a quiz in the course selected in the add quiz controller

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

action to select a course in the add quiz controller

action to select a course in the add quiz controller

Inherited classlikes

case object Back extends ParameterlessAction
Inherited from:
BackAction