ILIAS  release_8 Revision v8.19
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 
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  ) {
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 }
setImage($a_image=0)
Sets the image filename.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $answertext='', float $points=0.0, int $order=0, int $id=-1, int $state=0)
ASS_AnswerMultipleResponse constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)