ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilAssSpecificFeedbackIdentifier.php
Go to the documentation of this file.
1
<?php
2
27
class
ilAssSpecificFeedbackIdentifier
28
{
29
protected
int
$feedbackId
;
30
31
protected
int
$questionId
;
32
33
protected
int
$questionIndex
;
34
35
protected
int
$answerIndex
;
36
37
public
function
getFeedbackId
():
int
38
{
39
return
$this->feedbackId
;
40
}
41
42
public
function
setFeedbackId
(
int
$feedbackId): void
43
{
44
$this->feedbackId =
$feedbackId
;
45
}
46
47
public
function
getQuestionId
():
int
48
{
49
return
$this->questionId
;
50
}
51
52
public
function
setQuestionId
(
int
$questionId): void
53
{
54
$this->questionId =
$questionId
;
55
}
56
57
public
function
getQuestionIndex
():
int
58
{
59
return
$this->questionIndex
;
60
}
61
62
public
function
setQuestionIndex
(
int
$questionIndex): void
63
{
64
$this->questionIndex =
$questionIndex
;
65
}
66
67
public
function
getAnswerIndex
():
int
68
{
69
return
$this->answerIndex
;
70
}
71
72
public
function
setAnswerIndex
(
int
$answerIndex): void
73
{
74
$this->answerIndex =
$answerIndex
;
75
}
76
}
ilAssSpecificFeedbackIdentifier\$questionIndex
int $questionIndex
Definition:
class.ilAssSpecificFeedbackIdentifier.php:33
ilAssSpecificFeedbackIdentifier\setQuestionId
setQuestionId(int $questionId)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:52
ilAssSpecificFeedbackIdentifier\setAnswerIndex
setAnswerIndex(int $answerIndex)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:72
ilAssSpecificFeedbackIdentifier\setQuestionIndex
setQuestionIndex(int $questionIndex)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:62
ilAssSpecificFeedbackIdentifier\$feedbackId
int $feedbackId
Definition:
class.ilAssSpecificFeedbackIdentifier.php:29
ilAssSpecificFeedbackIdentifier\setFeedbackId
setFeedbackId(int $feedbackId)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:42
ilAssSpecificFeedbackIdentifier\getQuestionIndex
getQuestionIndex()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:57
ilAssSpecificFeedbackIdentifier\$questionId
int $questionId
Definition:
class.ilAssSpecificFeedbackIdentifier.php:31
ilAssSpecificFeedbackIdentifier\getQuestionId
getQuestionId()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:47
ilAssSpecificFeedbackIdentifier\getFeedbackId
getFeedbackId()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:37
ilAssSpecificFeedbackIdentifier
Definition:
class.ilAssSpecificFeedbackIdentifier.php:27
ilAssSpecificFeedbackIdentifier\$answerIndex
int $answerIndex
Definition:
class.ilAssSpecificFeedbackIdentifier.php:35
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilAssSpecificFeedbackIdentifier\getAnswerIndex
getAnswerIndex()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:67
components
ILIAS
TestQuestionPool
classes
feedback
class.ilAssSpecificFeedbackIdentifier.php
Generated on Sun Aug 31 2025 23:04:03 for ILIAS by
1.8.13 (using
Doxyfile
)