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.ilQTIResprocessing.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
30
class
ilQTIResprocessing
31
{
32
public
?
string
$comment
= null;
33
public
?
ilQTIOutcomes
$outcomes
= null;
35
public
array
$respcondition
= [];
36
public
?
string
$scoremodel
= null;
37
38
public
function
setComment
(
string
$a_comment): void
39
{
40
$this->
comment
= $a_comment;
41
}
42
43
public
function
getComment
(): ?string
44
{
45
return
$this->comment
;
46
}
47
48
public
function
setOutcomes
(
ilQTIOutcomes
$a_outcomes): void
49
{
50
$this->outcomes = $a_outcomes;
51
}
52
53
public
function
getOutcomes
(): ?
ilQTIOutcomes
54
{
55
return
$this->outcomes
;
56
}
57
58
public
function
addRespcondition
(
ilQTIRespcondition
$a_respcondition): void
59
{
60
$this->respcondition[] = $a_respcondition;
61
}
62
63
public
function
setScoremodel
(
string
$a_scoremodel): void
64
{
65
$this->scoremodel = $a_scoremodel;
66
}
67
68
public
function
getScoremodel
(): ?string
69
{
70
return
$this->scoremodel
;
71
}
72
}
ilQTIResprocessing\getComment
getComment()
Definition:
class.ilQTIResprocessing.php:43
ilQTIRespcondition
Definition:
class.ilQTIRespcondition.php:30
ilQTIResprocessing\setComment
setComment(string $a_comment)
Definition:
class.ilQTIResprocessing.php:38
ilQTIResprocessing\setScoremodel
setScoremodel(string $a_scoremodel)
Definition:
class.ilQTIResprocessing.php:63
ilQTIResprocessing\$respcondition
array $respcondition
Definition:
class.ilQTIResprocessing.php:35
ilQTIOutcomes
Definition:
class.ilQTIOutcomes.php:30
ilQTIResprocessing\$scoremodel
string $scoremodel
Definition:
class.ilQTIResprocessing.php:36
ilQTIResprocessing\getOutcomes
getOutcomes()
Definition:
class.ilQTIResprocessing.php:53
ilQTIResprocessing
Definition:
class.ilQTIResprocessing.php:30
ilQTIResprocessing\$comment
string $comment
Definition:
class.ilQTIResprocessing.php:32
ilQTIResprocessing\addRespcondition
addRespcondition(ilQTIRespcondition $a_respcondition)
Definition:
class.ilQTIResprocessing.php:58
ILIAS\UI\examples\Symbol\Glyph\Comment\comment
comment()
Definition:
comment.php:7
ilQTIResprocessing\getScoremodel
getScoremodel()
Definition:
class.ilQTIResprocessing.php:68
ilQTIResprocessing\$outcomes
ilQTIOutcomes $outcomes
Definition:
class.ilQTIResprocessing.php:33
ilQTIResprocessing\setOutcomes
setOutcomes(ilQTIOutcomes $a_outcomes)
Definition:
class.ilQTIResprocessing.php:48
Services
QTI
classes
class.ilQTIResprocessing.php
Generated on Sun Apr 6 2025 22:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)