ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilAssSpecificFeedbackIdentifier.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13
class
ilAssSpecificFeedbackIdentifier
14
{
18
protected
$feedbackId
;
19
23
protected
$questionId
;
24
28
protected
$questionIndex
;
29
33
protected
$answerIndex
;
34
38
public
function
getFeedbackId
()
39
{
40
return
$this->feedbackId
;
41
}
42
46
public
function
setFeedbackId
(
$feedbackId
)
47
{
48
$this->feedbackId =
$feedbackId
;
49
}
50
54
public
function
getQuestionId
()
55
{
56
return
$this->questionId
;
57
}
58
62
public
function
setQuestionId
(
$questionId
)
63
{
64
$this->questionId =
$questionId
;
65
}
66
70
public
function
getQuestionIndex
()
71
{
72
return
$this->questionIndex
;
73
}
74
78
public
function
setQuestionIndex
(
$questionIndex
)
79
{
80
$this->questionIndex =
$questionIndex
;
81
}
82
86
public
function
getAnswerIndex
()
87
{
88
return
$this->answerIndex
;
89
}
90
94
public
function
setAnswerIndex
(
$answerIndex
)
95
{
96
$this->answerIndex =
$answerIndex
;
97
}
98
}
ilAssSpecificFeedbackIdentifier\setQuestionIndex
setQuestionIndex($questionIndex)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:78
ilAssSpecificFeedbackIdentifier\setAnswerIndex
setAnswerIndex($answerIndex)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:94
ilAssSpecificFeedbackIdentifier\$answerIndex
$answerIndex
Definition:
class.ilAssSpecificFeedbackIdentifier.php:33
ilAssSpecificFeedbackIdentifier\setFeedbackId
setFeedbackId($feedbackId)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:46
ilAssSpecificFeedbackIdentifier\getQuestionIndex
getQuestionIndex()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:70
ilAssSpecificFeedbackIdentifier\getQuestionId
getQuestionId()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:54
ilAssSpecificFeedbackIdentifier\$questionId
$questionId
Definition:
class.ilAssSpecificFeedbackIdentifier.php:23
ilAssSpecificFeedbackIdentifier\setQuestionId
setQuestionId($questionId)
Definition:
class.ilAssSpecificFeedbackIdentifier.php:62
ilAssSpecificFeedbackIdentifier\getFeedbackId
getFeedbackId()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:38
ilAssSpecificFeedbackIdentifier
Definition:
class.ilAssSpecificFeedbackIdentifier.php:13
ilAssSpecificFeedbackIdentifier\$feedbackId
$feedbackId
Definition:
class.ilAssSpecificFeedbackIdentifier.php:18
ilAssSpecificFeedbackIdentifier\getAnswerIndex
getAnswerIndex()
Definition:
class.ilAssSpecificFeedbackIdentifier.php:86
ilAssSpecificFeedbackIdentifier\$questionIndex
$questionIndex
Definition:
class.ilAssSpecificFeedbackIdentifier.php:28
Modules
TestQuestionPool
classes
feedback
class.ilAssSpecificFeedbackIdentifier.php
Generated on Sat Apr 5 2025 20:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)