19 declare(strict_types=1);
35 private \ILIAS\DI\Container
$dic;
41 public function __construct(?
object $a_parent_obj,
string $a_parent_cmd,
bool $isMultiActorReport)
49 $this->
setId(self::TABLE_ID);
52 $DIC->language()->loadLanguageModule(
'form');
54 $this->
setFormAction($DIC->ctrl()->getFormAction($a_parent_obj, $a_parent_cmd));
55 $this->
setRowTemplate(
'tpl.lti_grade_synchronization_table_row.html',
'components/ILIAS/LTIConsumer');
71 if ($this->isMultiActorReport) {
82 if ($this->isMultiActorReport) {
84 $ti->setDataSource($this->dic->ctrl()->getLinkTarget($this->parent_obj,
'asyncUserAutocomplete',
'',
true));
85 $ti->setMaxLength(64);
88 $ti->readFromSession();
89 $this->
filter[
"actor"] = $ti->getValue();
93 '' => $this->
language->txt(
'grade_activity_progress_all'),
94 'Initialized' => $this->
language->txt(
'grade_activity_progress_initialized'),
95 'Started' => $this->
language->txt(
'grade_activity_progress_started'),
96 'InProgress' => $this->
language->txt(
'grade_activity_progress_inprogress'),
97 'Submitted' => $this->
language->txt(
'grade_activity_progress_submitted'),
98 'Completed' => $this->
language->txt(
'grade_activity_progress_completed')
104 $si->readFromSession();
105 $this->
filter[
"activity_progress"] = $si->getValue();
108 '' => $this->
language->txt(
'grade_grading_progress_all'),
109 'NotReady' => $this->
language->txt(
'grade_grading_progress_notready'),
110 'Failed' => $this->
language->txt(
'grade_grading_progress_failed'),
111 'Pending' => $this->
language->txt(
'grade_grading_progress_pending'),
112 'PendingManual' => $this->
language->txt(
'grade_grading_progress_pendingmanual'),
113 'FullyGraded' => $this->
language->txt(
'grade_grading_progress_fullygraded')
119 $si->readFromSession();
120 $this->
filter[
"grading_progress"] = $si->getValue();
123 $dp->setShowTime(
true);
125 $dp->readFromSession();
126 $this->
filter[
"period"] = $dp->getValue();
129 protected function fillRow(array $a_set): void
132 if ($this->isMultiActorReport) {
133 $this->tpl->setVariable(
'STMT_ACTOR', $a_set[
'actor']);
135 $this->tpl->setVariable(
'STMT_SCORE', $a_set[
'score_given'] .
' / ' . $a_set[
'score_maximum']);
136 $this->tpl->setVariable(
'STMT_ACTIVITY_PROGRESS', $this->
language->txt(
'grade_activity_progress_' . strtolower($a_set[
'activity_progress'])));
137 $this->tpl->setVariable(
'STMT_GRADING_PROGRESS', $this->
language->txt(
'grade_grading_progress_' . strtolower($a_set[
'grading_progress'])));
setFormAction(string $a_form_action, bool $a_multipart=false)
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
__construct(?object $a_parent_obj, string $a_parent_cmd, bool $isMultiActorReport)
setExternalSorting(bool $a_val)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
language()
description: > Example for rendring a language glyph.
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
setExternalSegmentation(bool $a_val)