37 return $this->context_collection->
main()->main();
45 $lng = $DIC->language();
46 $lng->loadLanguageModule(
"exc");
48 $title =
$lng->txt(
"exc_assignment");
49 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
"exc", $title);
52 $additional_data = $called_contexts->
current()->getAdditionalData();
53 if ($additional_data->is(self::SHOW_EXC_ASSIGNMENT_INFO,
true)) {
54 $iff =
function (
$id) {
55 return $this->identification_provider->contextAwareIdentifier(
$id);
57 $l =
function (
string $content) {
58 return $this->dic->ui()->factory()->legacy($content);
60 $tools[] = $this->factory->tool($iff(
"exc_ass_info"))
68 function () use ($l, $additional_data) {
69 $buttons = $additional_data->exists(self::EXC_ASS_BUTTONS)
70 ? $additional_data->get(self::EXC_ASS_BUTTONS)
73 $additional_data->get(self::EXC_ASS_IDS),
96 $lng = $DIC->language();
99 $access = $DIC->access();
103 foreach ($ass_ids as $ass_id) {
106 $readable_ref_id = 0;
108 if ($access->checkAccess(
"read",
"", $ref_id)) {
113 $tpl =
new ilTemplate(
"tpl.ass_info_tool.html",
true,
true,
"Modules/Exercise");
117 if ($readable_ref_id > 0) {
118 $title = $ui->renderer()->render(
119 $ui->factory()->link()->standard($title,
ilLink::_getLink($readable_ref_id))
126 $schedule = $info->getScheduleInfo();
127 $list = $ui->factory()->listing()->unordered(array_map(
function (
$i) {
128 return $i[
"txt"] .
": " .
$i[
"value"];
133 $subm = $info->getSubmissionInfo();
134 if (isset($subm[
"submitted"])) {
135 $this->
addSection(
$tpl, $subm[
"submitted"][
"txt"], $subm[
"submitted"][
"value"]);
139 $inst = $info->getInstructionInfo();
141 $this->
addSection(
$tpl, $inst[
"instruction"][
"txt"], $inst[
"instruction"][
"value"]);
145 $files = $info->getInstructionFileInfo($readable_ref_id);
146 if (is_array($files)) {
147 $list = $ui->factory()->listing()->unordered(array_map(
function (
$i) use ($ui) {
149 if (
$i[
"value"] !=
"") {
150 $v = $ui->renderer()->render($ui->factory()->button()->shy($v,
$i[
"value"]));
154 $this->
addSection(
$tpl,
$lng->txt(
"exc_instruction_files"), $ui->renderer()->render($list));
158 if (isset($buttons[$ass_id])) {
159 $tpl->setVariable(
"BUTTONS", implode(
" ", array_map(
function (
$b) use ($ui) {
160 return $ui->renderer()->render(
$b);
161 }, $buttons[$ass_id])));
164 $tpl->setCurrentBlock(
"ass_info");
165 $tpl->parseCurrentBlock();
166 $html .=
$tpl->get();
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setVariable($variable, $value='')
Sets a variable value.
static _lookupTitle(int $obj_id)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
static lookupExerciseId(int $a_ass_id)