AnswerFeedbackUpdate

case class AnswerFeedbackUpdate(updateParameter: Option[(Int, Boolean)]) extends ViewUpdate[(Int, Boolean)]

Update for the view containing the index of the answer selected and if it's correct or not

trait Serializable
trait Product
trait Equals
trait ViewUpdate[(Int, Boolean)]
class Object
trait Matchable
class Any

Value members

Inherited methods

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