19 declare(strict_types=1);
    43         string $record_template,
    44         bool $event_time_place_required,
   118         return $input->section(
   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")
   136             $refinery->custom()->transformation(
function ($value) {
 
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
 
isEventTimePlaceRequired()
Get the value of the checkbox event_time_place_require. 
 
Interface Observer  Contains several chained tasks and infos about them. 
 
An object carrying settings of an Individual Assessment obj beyond the standard information. 
 
__construct(int $obj_id, string $title, string $description, string $content, string $record_template, bool $event_time_place_required, bool $file_required)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getTitle()
Get the content of this assessment, e.g. 
 
getObjId()
Get the id of corresponding iass-object. 
 
getContent()
Get the content of this assessment, e.g. 
 
getDescription()
Get the content of this assessment, e.g. 
 
toFormInput(Field\Factory $input, ilLanguage $lng, Refinery $refinery)
 
isFileRequired()
Get the value of the checkbox file_required. 
 
getRecordTemplate()
Get the record template to be used as default record with corresponding object. 
 
bool $event_time_place_required