ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
◀ 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.ilQTIDisplayfeedback.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
29
class
ilQTIDisplayfeedback
30
{
31
public
?
string
$feedbacktype
=
null
;
32
public
string
$linkrefid
=
''
;
33
public
?
string
$content
=
null
;
34
35
public
function
setFeedbacktype
(
string
$a_feedbacktype): void
36
{
37
$this->feedbacktype = $a_feedbacktype;
38
}
39
40
public
function
getFeedbacktype
(): ?string
41
{
42
return
$this->feedbacktype
;
43
}
44
45
public
function
setLinkrefid
(
string
$a_linkrefid): void
46
{
47
$this->linkrefid = $a_linkrefid;
48
}
49
50
public
function
getLinkrefid
(): string
51
{
52
return
$this->linkrefid
;
53
}
54
55
public
function
setContent
(
string
$a_content): void
56
{
57
$this->content = $a_content;
58
}
59
60
public
function
getContent
(): ?string
61
{
62
return
$this->content
;
63
}
64
}
ilQTIDisplayfeedback
Definition:
class.ilQTIDisplayfeedback.php:29
ilQTIDisplayfeedback\setLinkrefid
setLinkrefid(string $a_linkrefid)
Definition:
class.ilQTIDisplayfeedback.php:45
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ilQTIDisplayfeedback\$linkrefid
string $linkrefid
Definition:
class.ilQTIDisplayfeedback.php:32
ilQTIDisplayfeedback\$content
string $content
Definition:
class.ilQTIDisplayfeedback.php:33
ilQTIDisplayfeedback\setContent
setContent(string $a_content)
Definition:
class.ilQTIDisplayfeedback.php:55
ilQTIDisplayfeedback\getLinkrefid
getLinkrefid()
Definition:
class.ilQTIDisplayfeedback.php:50
ilQTIDisplayfeedback\getFeedbacktype
getFeedbacktype()
Definition:
class.ilQTIDisplayfeedback.php:40
ilQTIDisplayfeedback\getContent
getContent()
Definition:
class.ilQTIDisplayfeedback.php:60
ilQTIDisplayfeedback\$feedbacktype
string $feedbacktype
Definition:
class.ilQTIDisplayfeedback.php:31
ilQTIDisplayfeedback\setFeedbacktype
setFeedbacktype(string $a_feedbacktype)
Definition:
class.ilQTIDisplayfeedback.php:35
components
ILIAS
QTI
classes
class.ilQTIDisplayfeedback.php
Generated on Fri Apr 4 2025 23:03:45 for ILIAS by
1.8.13 (using
Doxyfile
)