Grading class

Grading for a single question

Constructors

Grading({CorrectAnswers? correctAnswers, Feedback? generalFeedback, int? pointValue, Feedback? whenRight, Feedback? whenWrong})
Grading.fromJson(Map json_)

Properties

correctAnswers ↔ CorrectAnswers?
The answer key for the question.
getter/setter pair
generalFeedback ↔ Feedback?
The feedback displayed for all answers.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
pointValue ↔ int?
The maximum number of points a respondent can automatically get for a correct answer.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
whenRight ↔ Feedback?
The feedback displayed for correct responses.
getter/setter pair
whenWrong ↔ Feedback?
The feedback displayed for incorrect responses.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited