ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilAssSpecificFeedbackIdentifier Class Reference
+ Collaboration diagram for ilAssSpecificFeedbackIdentifier:

Public Member Functions

 getFeedbackId ()
 
 setFeedbackId ($feedbackId)
 
 getQuestionId ()
 
 setQuestionId ($questionId)
 
 getQuestionIndex ()
 
 setQuestionIndex ($questionIndex)
 
 getAnswerIndex ()
 
 setAnswerIndex ($answerIndex)
 

Protected Attributes

 $feedbackId
 
 $questionId
 
 $questionIndex
 
 $answerIndex
 

Detailed Description

Definition at line 13 of file class.ilAssSpecificFeedbackIdentifier.php.

Member Function Documentation

◆ getAnswerIndex()

ilAssSpecificFeedbackIdentifier::getAnswerIndex ( )

◆ getFeedbackId()

ilAssSpecificFeedbackIdentifier::getFeedbackId ( )
Returns
int

Definition at line 38 of file class.ilAssSpecificFeedbackIdentifier.php.

References $feedbackId.

◆ getQuestionId()

ilAssSpecificFeedbackIdentifier::getQuestionId ( )
Returns
int

Definition at line 54 of file class.ilAssSpecificFeedbackIdentifier.php.

References $questionId.

◆ getQuestionIndex()

ilAssSpecificFeedbackIdentifier::getQuestionIndex ( )

◆ setAnswerIndex()

ilAssSpecificFeedbackIdentifier::setAnswerIndex (   $answerIndex)
Parameters
int$answerIndex

Definition at line 94 of file class.ilAssSpecificFeedbackIdentifier.php.

References $answerIndex.

95  {
96  $this->answerIndex = $answerIndex;
97  }

◆ setFeedbackId()

ilAssSpecificFeedbackIdentifier::setFeedbackId (   $feedbackId)
Parameters
int$feedbackId

Definition at line 46 of file class.ilAssSpecificFeedbackIdentifier.php.

References $feedbackId.

◆ setQuestionId()

ilAssSpecificFeedbackIdentifier::setQuestionId (   $questionId)
Parameters
int$questionId

Definition at line 62 of file class.ilAssSpecificFeedbackIdentifier.php.

References $questionId.

◆ setQuestionIndex()

ilAssSpecificFeedbackIdentifier::setQuestionIndex (   $questionIndex)
Parameters
int$questionIndex

Definition at line 78 of file class.ilAssSpecificFeedbackIdentifier.php.

References $questionIndex.

79  {
80  $this->questionIndex = $questionIndex;
81  }

Field Documentation

◆ $answerIndex

ilAssSpecificFeedbackIdentifier::$answerIndex
protected

Definition at line 33 of file class.ilAssSpecificFeedbackIdentifier.php.

Referenced by getAnswerIndex(), and setAnswerIndex().

◆ $feedbackId

ilAssSpecificFeedbackIdentifier::$feedbackId
protected

Definition at line 18 of file class.ilAssSpecificFeedbackIdentifier.php.

Referenced by getFeedbackId(), and setFeedbackId().

◆ $questionId

ilAssSpecificFeedbackIdentifier::$questionId
protected

Definition at line 23 of file class.ilAssSpecificFeedbackIdentifier.php.

Referenced by getQuestionId(), and setQuestionId().

◆ $questionIndex

ilAssSpecificFeedbackIdentifier::$questionIndex
protected

Definition at line 28 of file class.ilAssSpecificFeedbackIdentifier.php.

Referenced by getQuestionIndex(), and setQuestionIndex().


The documentation for this class was generated from the following file: