19 declare(strict_types=1);
33 $this->
lng->loadLanguageModule(
"exc");
35 $f = $DIC->ui()->factory();
36 $r = $DIC->ui()->renderer();
43 $exc_ref = current($refs);
52 $ass_id = $a_app[
"event"]->getContextId() / 10;
55 if ($state->areInstructionsVisible()) {
56 $assignment_instructions = trim($assignment->getInstruction());
57 if ($assignment_instructions !=
"") {
59 $is_html = (strlen($assignment_instructions) != strlen(strip_tags($assignment_instructions)));
61 $assignment_instructions = nl2br($assignment_instructions);
65 $files = $assignment->getFiles();
66 if (count($files) > 0) {
67 $this->has_files =
true;
69 foreach ($files as $file) {
70 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"ref_id", $exc_ref);
71 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"file", urlencode($file[
"name"]));
72 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"ass_id", $ass_id);
73 $url = $this->
ctrl->getLinkTargetByClass(array(
"ilExerciseHandlerGUI",
75 ilAssignmentPresentationGUI::class, ilExSubmissionGUI::class
77 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"ass_id",
"");
78 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"file",
"");
79 $this->
ctrl->setParameterByClass(
"ilexsubmissiongui",
"ref_if",
"");
80 $str_files[$file[
"name"]] =
$r->render(
$f->button()->shy($file[
"name"],
$url));
82 ksort($str_files, SORT_NATURAL | SORT_FLAG_CASE);
83 $str_files = implode(
"<br>", $str_files);
86 $this->
lng->txt(
"exc_instruction_files"),
87 str_replace(
"<br>",
", ", $str_files)
93 if ($assignment->getMandatory()) {
106 $this->
lng->txt(
"cal_exc_open"),
107 "goto.php?target=exc_" . $exc_ref .
"_" . $ass_id .
"&client_id=" .
CLIENT_ID 117 if (is_array($a_appointment)) {
118 $ass_id = $a_appointment[
"event"]->getContextId() / 10;
121 return parent::buildDirectLinkForAppointment($a_ref_id, $a_appointment);
123 return ilLink::_getLink(
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
buildDirectLinkForAppointment(int $a_ref_id, ?array $a_appointment=null)
getReadableRefIds(int $a_obj_id)
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
addLastUpdate(array $a_app)
Add last update.
static getInstanceByIds(int $a_ass_id, int $a_user_id=0)
collectPropertiesAndActions()
addCommonSection(array $a_app, int $a_obj_id=0, ?array $cat_info=null, bool $a_container_info=false)
addAction(string $a_txt, string $a_link)
Add action.