ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
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
components
ILIAS
TestQuestionPool
classes
feedback
class.ilAssSpecificFeedbackIdentifier.php
Generated on Thu Apr 3 2025 23:03:58 for ILIAS by
1.8.13 (using
Doxyfile
)