19declare(strict_types=1);
120 $input->text(
$lng->txt(
"title"))
122 ->withRequired(
true),
123 $input->textarea(
$lng->txt(
"description"))
125 $input->textarea(
$lng->txt(
"iass_content"),
$lng->txt(
"iass_content_explanation"))
127 $input->textarea(
$lng->txt(
"iass_record_template"),
$lng->txt(
"iass_record_template_explanation"))
129 $input->checkbox(
$lng->txt(
"iass_event_time_place_required"),
$lng->txt(
"iass_event_time_place_required_info"))
131 $input->checkbox(
$lng->txt(
"iass_file_required"),
$lng->txt(
"iass_file_required_info"))
134 $lng->txt(
"settings")
An object carrying settings of an Individual Assessment obj beyond the standard information.
isEventTimePlaceRequired()
Get the value of the checkbox event_time_place_require.
isFileRequired()
Get the value of the checkbox file_required.
toFormInput(Field\Factory $input, ilLanguage $lng, Refinery $refinery)
bool $event_time_place_required
getTitle()
Get the content of this assessment, e.g.
__construct(int $obj_id, string $title, string $description, string $content, string $record_template, bool $event_time_place_required, bool $file_required)
getObjId()
Get the id of corresponding iass-object.
getDescription()
Get the content of this assessment, e.g.
getRecordTemplate()
Get the record template to be used as default record with corresponding object.
getContent()
Get the content of this assessment, e.g.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.