Grading
class Grading extends Model (View source)
Properties
protected | $correctAnswersType | ||
protected | $correctAnswersDataType | ||
protected | $generalFeedbackType | ||
protected | $generalFeedbackDataType | ||
int | $pointValue | ||
protected | $whenRightType | ||
protected | $whenRightDataType | ||
protected | $whenWrongType | ||
protected | $whenWrongDataType |
Methods
getCorrectAnswers()
No description
getGeneralFeedback()
No description
setPointValue($pointValue)
No description
int
getPointValue()
No description
getWhenRight()
No description
getWhenWrong()
No description
Details
setCorrectAnswers(CorrectAnswers $correctAnswers)
No description
CorrectAnswers
getCorrectAnswers()
No description
setGeneralFeedback(Feedback $generalFeedback)
No description
Feedback
getGeneralFeedback()
No description
setPointValue($pointValue)
No description
int
getPointValue()
No description
setWhenRight(Feedback $whenRight)
No description
Feedback
getWhenRight()
No description
setWhenWrong(Feedback $whenWrong)
No description
Feedback
getWhenWrong()
No description