EditQuizMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

Update for the view asking to select the course, used in Terminal View

Update for the view asking to select the course, used in Terminal View

Update for the view asking to edit the quiz, used in Terminal View

Update for the view asking to edit the quiz, used in Terminal View

Update for the view asking to select the quiz, used in Terminal View

Update for the view asking to select the quiz, used in Terminal View

case class CourseListUpdate(updateParameter: Option[List[SavedCourse]]) extends ViewUpdate[List[SavedCourse]]

Update for the view containing the list of current curses

Update for the view containing the list of current curses

Update for the view for the feedback quiz deleted

Update for the view for the feedback quiz deleted

Update for the view for the feedback quiz edited

Update for the view for the feedback quiz edited

case class QuizListUpdate(updateParameter: Option[List[Quiz]]) extends ViewUpdate[List[Quiz]]

Update for the view containing the list of current quizzes in the course selected

Update for the view containing the list of current quizzes in the course selected

case class QuizPrintUpdate(updateParameter: Option[Quiz]) extends ViewUpdate[Quiz]

Update for the view containing the current Quiz, used in Terminal View

Update for the view containing the current Quiz, used in Terminal View

Inherited classlikes

Inherited from:
DefaultUpdate