ReviewMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

case class CurrentReviewUpdate(updateParameter: Option[Review]) extends ViewUpdate[Review]

Update for the view containing the review of the questions answered

Update for the view containing the review of the questions answered

case class TotalCorrectAnswersUpdate(updateParameter: Option[Int]) extends ViewUpdate[Int]

Update for the view containing the total correct answers

Update for the view containing the total correct answers

case class TotalPointsUpdate(updateParameter: Option[Int]) extends ViewUpdate[Int]

Update for the view containing the total points earned

Update for the view containing the total points earned

Inherited classlikes

Inherited from:
DefaultUpdate