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.assAnswerMultipleResponseImage.php
Go to the documentation of this file.
1
<?php
18
include_once
"./Modules/Test/classes/inc.AssessmentConstants.php"
;
19
32
class
ASS_AnswerMultipleResponseImage
extends
ASS_AnswerMultipleResponse
33
{
41
public
$image
;
42
56
public
function
__construct
(
57
string
$answertext
=
''
,
58
float
$points
= 0.0,
59
int
$order
= 0,
60
int
$id
= -1,
61
int
$state = 0
62
) {
63
parent::__construct
(
$answertext
,
$points
,
$order
,
$id
, $state);
64
}
65
66
76
public
function
getImage
(): ?string
77
{
78
return
$this->image
;
79
}
80
90
public
function
setImage
($a_image = 0): void
91
{
92
$this->image = $a_image;
93
}
94
}
ASS_AnswerSimple\$answertext
string $answertext
Definition:
class.assAnswerSimple.php:33
ASS_AnswerMultipleResponseImage\setImage
setImage($a_image=0)
Sets the image filename.
Definition:
class.assAnswerMultipleResponseImage.php:90
ASS_AnswerMultipleResponseImage
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.assAnswerMultipleResponseImage.php:32
ASS_AnswerMultipleResponseImage\$image
$image
Definition:
class.assAnswerMultipleResponseImage.php:41
ASS_AnswerMultipleResponseImage\__construct
__construct(string $answertext='', float $points=0.0, int $order=0, int $id=-1, int $state=0)
ASS_AnswerMultipleResponse constructor.
Definition:
class.assAnswerMultipleResponseImage.php:56
ASS_AnswerMultipleResponse
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.assAnswerMultipleResponse.php:31
ASS_AnswerSimple\$points
$points
Definition:
class.assAnswerSimple.php:42
ASS_AnswerMultipleResponseImage\getImage
getImage()
Gets the image filename.
Definition:
class.assAnswerMultipleResponseImage.php:76
ASS_AnswerSimple\$id
$id
Definition:
class.assAnswerSimple.php:60
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ASS_AnswerSimple\$order
$order
Definition:
class.assAnswerSimple.php:51
Modules
TestQuestionPool
classes
class.assAnswerMultipleResponseImage.php
Generated on Fri Apr 4 2025 22:02:02 for ILIAS by
1.8.13 (using
Doxyfile
)