ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getFeedbackId () | |
setFeedbackId (int $feedbackId) | |
getQuestionId () | |
setQuestionId (int $questionId) | |
getQuestionIndex () | |
setQuestionIndex (int $questionIndex) | |
getAnswerIndex () | |
setAnswerIndex (int $answerIndex) | |
Protected Attributes | |
int | $feedbackId |
int | $questionId |
int | $questionIndex |
int | $answerIndex |
Definition at line 27 of file class.ilAssSpecificFeedbackIdentifier.php.
ilAssSpecificFeedbackIdentifier::getAnswerIndex | ( | ) |
Definition at line 67 of file class.ilAssSpecificFeedbackIdentifier.php.
References $answerIndex.
ilAssSpecificFeedbackIdentifier::getFeedbackId | ( | ) |
Definition at line 37 of file class.ilAssSpecificFeedbackIdentifier.php.
References $feedbackId.
ilAssSpecificFeedbackIdentifier::getQuestionId | ( | ) |
Definition at line 47 of file class.ilAssSpecificFeedbackIdentifier.php.
References $questionId.
ilAssSpecificFeedbackIdentifier::getQuestionIndex | ( | ) |
Definition at line 57 of file class.ilAssSpecificFeedbackIdentifier.php.
References $questionIndex.
ilAssSpecificFeedbackIdentifier::setAnswerIndex | ( | int | $answerIndex | ) |
Definition at line 72 of file class.ilAssSpecificFeedbackIdentifier.php.
References $answerIndex.
ilAssSpecificFeedbackIdentifier::setFeedbackId | ( | int | $feedbackId | ) |
Definition at line 42 of file class.ilAssSpecificFeedbackIdentifier.php.
References $feedbackId.
ilAssSpecificFeedbackIdentifier::setQuestionId | ( | int | $questionId | ) |
Definition at line 52 of file class.ilAssSpecificFeedbackIdentifier.php.
References $questionId.
ilAssSpecificFeedbackIdentifier::setQuestionIndex | ( | int | $questionIndex | ) |
Definition at line 62 of file class.ilAssSpecificFeedbackIdentifier.php.
References $questionIndex.
|
protected |
Definition at line 35 of file class.ilAssSpecificFeedbackIdentifier.php.
Referenced by getAnswerIndex(), and setAnswerIndex().
|
protected |
Definition at line 29 of file class.ilAssSpecificFeedbackIdentifier.php.
Referenced by getFeedbackId(), and setFeedbackId().
|
protected |
Definition at line 31 of file class.ilAssSpecificFeedbackIdentifier.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 33 of file class.ilAssSpecificFeedbackIdentifier.php.
Referenced by getQuestionIndex(), and setQuestionIndex().