ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
Modules
TestQuestionPool
classes
feedback
class.ilAssSpecificFeedbackIdentifier.php
Generated on Fri Apr 4 2025 22:02:04 for ILIAS by
1.8.13 (using
Doxyfile
)