AddQuizAction

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

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

trait Serializable
trait Product
trait Equals
trait Action[Quiz]
class Object
trait Matchable
class Any

Value members

Inherited methods

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