41 $this->
id = $iass->
getId();
108 assert(
'is_string($content)');
122 assert(
'is_string($record_template)');
135 assert(
'is_bool($event_time_place_required)');
148 assert(
'is_bool($file_required)');
For the purpose of streamlining the grading and learning-process status definition outside of tests...
__construct(ilObjIndividualAssessment $iass, $content=null, $record_template=null, $event_time_place_required=false, $file_required=false)
An object carrying settings of an Individual Assessment obj beyond the standart information.
eventTimePlaceRequired()
Get the value of the checkbox event_time_place_require.
if(!array_key_exists('StateId', $_REQUEST)) $id
setFileRequired($file_required)
Set the value of the checkbox file_required.
setContent($content)
Set the content of this assessment, e.g.
recordTemplate()
Get the record template to be used as default record with corresponding object.
setEventTimePlaceRequired($event_time_place_required)
Set the value of the checkbox event_time_place_require.
getId()
get object id public
content()
Get the content of this assessment, e.g.
$event_time_place_required
getId()
Get the id of corrwsponding iass-object.
fileRequired()
Get the value of the checkbox file_required.
const DEF_RECORD_TEMPLATE
setRecordTemplate($record_template)
Get the record template to be used as default record with corresponding object.