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

setCorrectAnswers(CorrectAnswers $correctAnswers)

No description

setGeneralFeedback(Feedback $generalFeedback)

No description

getGeneralFeedback()

No description

setPointValue($pointValue)

No description

int
getPointValue()

No description

setWhenRight(Feedback $whenRight)

No description

getWhenRight()

No description

setWhenWrong(Feedback $whenWrong)

No description

getWhenWrong()

No description

Details

setCorrectAnswers(CorrectAnswers $correctAnswers)

No description

Parameters

CorrectAnswers $correctAnswers

CorrectAnswers getCorrectAnswers()

No description

Return Value

CorrectAnswers

setGeneralFeedback(Feedback $generalFeedback)

No description

Parameters

Feedback $generalFeedback

Feedback getGeneralFeedback()

No description

Return Value

Feedback

setPointValue($pointValue)

No description

Parameters

$pointValue

int getPointValue()

No description

Return Value

int

setWhenRight(Feedback $whenRight)

No description

Parameters

Feedback $whenRight

Feedback getWhenRight()

No description

Return Value

Feedback

setWhenWrong(Feedback $whenWrong)

No description

Parameters

Feedback $whenWrong

Feedback getWhenWrong()

No description

Return Value

Feedback