ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssSpecificFeedbackIdentifier Class Reference
+ Collaboration diagram for ilAssSpecificFeedbackIdentifier:

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
 

Detailed Description

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

Member Function Documentation

◆ getAnswerIndex()

ilAssSpecificFeedbackIdentifier::getAnswerIndex ( )

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

References $answerIndex.

◆ getFeedbackId()

ilAssSpecificFeedbackIdentifier::getFeedbackId ( )

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

References $feedbackId.

◆ getQuestionId()

ilAssSpecificFeedbackIdentifier::getQuestionId ( )

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

References $questionId.

◆ getQuestionIndex()

ilAssSpecificFeedbackIdentifier::getQuestionIndex ( )

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

References $questionIndex.

◆ setAnswerIndex()

ilAssSpecificFeedbackIdentifier::setAnswerIndex ( int  $answerIndex)

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

References $answerIndex.

72  : void
73  {
74  $this->answerIndex = $answerIndex;
75  }

◆ setFeedbackId()

ilAssSpecificFeedbackIdentifier::setFeedbackId ( int  $feedbackId)

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

References $feedbackId.

42  : void
43  {
44  $this->feedbackId = $feedbackId;
45  }

◆ setQuestionId()

ilAssSpecificFeedbackIdentifier::setQuestionId ( int  $questionId)

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

References $questionId.

52  : void
53  {
54  $this->questionId = $questionId;
55  }

◆ setQuestionIndex()

ilAssSpecificFeedbackIdentifier::setQuestionIndex ( int  $questionIndex)

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

References $questionIndex.

62  : void
63  {
64  $this->questionIndex = $questionIndex;
65  }

Field Documentation

◆ $answerIndex

int ilAssSpecificFeedbackIdentifier::$answerIndex
protected

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

Referenced by getAnswerIndex(), and setAnswerIndex().

◆ $feedbackId

int ilAssSpecificFeedbackIdentifier::$feedbackId
protected

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

Referenced by getFeedbackId(), and setFeedbackId().

◆ $questionId

int ilAssSpecificFeedbackIdentifier::$questionId
protected

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

Referenced by getQuestionId(), and setQuestionId().

◆ $questionIndex

int ilAssSpecificFeedbackIdentifier::$questionIndex
protected

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

Referenced by getQuestionIndex(), and setQuestionIndex().


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