47 $this->lng = $DIC->language();
48 $this->
user = $DIC->user();
49 $this->ctrl = $DIC->ctrl();
50 $this->
ui = $DIC->ui();
65 $lng->loadLanguageModule(
"exc");
69 $tpl =
new ilTemplate(
"tpl.assignment_head.html",
true,
true,
"Modules/Exercise");
79 if ($state->exceededOfficialDeadline()) {
80 $tpl->setCurrentBlock(
"prop");
81 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_ended_on"));
82 $tpl->setVariable(
"PROP_VAL", $state->getCommonDeadlinePresentation());
83 $tpl->parseCurrentBlock();
86 if ($state->getPeerReviewDeadline()) {
87 $tpl->setCurrentBlock(
"prop");
88 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_peer_review_deadline"));
89 $tpl->setVariable(
"PROP_VAL", $state->getPeerReviewDeadlinePresentation());
90 $tpl->parseCurrentBlock();
92 } elseif (!$state->hasGenerallyStarted()) {
93 if ($state->getRelativeDeadline()) {
94 $tpl->setCurrentBlock(
"prop");
95 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_earliest_start_time"));
96 $tpl->setVariable(
"PROP_VAL", $state->getGeneralStartPresentation());
97 $tpl->parseCurrentBlock();
99 $tpl->setCurrentBlock(
"prop");
100 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_starting_on"));
101 $tpl->setVariable(
"PROP_VAL", $state->getGeneralStartPresentation());
102 $tpl->parseCurrentBlock();
105 if ($state->getCommonDeadline() > 0) {
106 $tpl->setCurrentBlock(
"prop");
107 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_time_to_send"));
108 $tpl->setVariable(
"PROP_VAL", $state->getRemainingTimePresentation());
109 $tpl->parseCurrentBlock();
111 $tpl->setCurrentBlock(
"prop");
112 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_edit_until"));
113 $tpl->setVariable(
"PROP_VAL", $state->getCommonDeadlinePresentation());
114 $tpl->parseCurrentBlock();
115 } elseif ($state->getRelativeDeadline()) {
116 $tpl->setCurrentBlock(
"prop");
117 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_rem_time_after_start"));
118 $tpl->setVariable(
"PROP_VAL", $state->getRelativeDeadlinePresentation());
119 $tpl->parseCurrentBlock();
121 if ($state->getLastSubmissionOfRelativeDeadline()) {
122 $tpl->setCurrentBlock(
"prop");
123 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_rel_last_submission"));
124 $tpl->setVariable(
"PROP_VAL", $state->getLastSubmissionOfRelativeDeadlinePresentation());
125 $tpl->parseCurrentBlock();
130 if ($state->getIndividualDeadline() > 0) {
131 $tpl->setCurrentBlock(
"prop");
132 $tpl->setVariable(
"PROP",
$lng->txt(
"exc_individual_deadline"));
133 $tpl->setVariable(
"PROP_VAL", $state->getIndividualDeadlinePresentation());
134 $tpl->parseCurrentBlock();
139 if ($this->mandatory_manager->isMandatoryForUser($a_ass->
getId(), $this->
user->getId())) {
140 $mand =
" (" .
$lng->txt(
"exc_mandatory") .
")";
142 $tpl->setVariable(
"TITLE", $a_ass->
getTitle() . $mand);
165 $this->current_ass_id = $a_ass->
getId();
167 $tpl =
new ilTemplate(
"tpl.assignment_body.html",
true,
true,
"Modules/Exercise");
172 $info->setTableClass(
"");
174 if ($state->areInstructionsVisible()) {
181 if ($state->hasSubmissionStarted()) {
185 $tpl->setVariable(
"CONTENT", $info->getHTML());
197 if (count($inst) > 0) {
198 $a_info->
addSection($inst[
"instruction"][
"txt"]);
199 $a_info->
addProperty(
"", $inst[
"instruction"][
"value"]);
215 if ($state->getGeneralStart() > 0) {
216 $a_info->
addProperty($schedule[
"start_time"][
"txt"], $schedule[
"start_time"][
"value"]);
220 if ($state->getCommonDeadline()) {
221 $a_info->
addProperty($schedule[
"until"][
"txt"], $schedule[
"until"][
"value"]);
222 } elseif ($state->getRelativeDeadline()) {
224 if ($state->hasGenerallyStarted()) {
225 $ilCtrl->setParameterByClass(
"ilobjexercisegui",
"ass_id", $a_ass->
getId());
226 $but = $this->
ui->factory()->button()->primary(
$lng->txt(
"exc_start_assignment"), $ilCtrl->getLinkTargetByClass(
"ilobjexercisegui",
"startAssignment"));
227 $ilCtrl->setParameterByClass(
"ilobjexercisegui",
"ass_id",
$_GET[
"ass_id"]);
228 $but = $this->
ui->renderer()->render($but);
231 $a_info->
addProperty($schedule[
"time_after_start"][
"txt"], $schedule[
"time_after_start"][
"value"] .
" " . $but);
232 if ($state->getLastSubmissionOfRelativeDeadline()) {
234 $lng->txt(
"exc_rel_last_submission"),
235 $state->getLastSubmissionOfRelativeDeadlinePresentation()
240 if ($state->getOfficialDeadline() > $state->getCommonDeadline()) {
241 $a_info->
addProperty($schedule[
"individual_deadline"][
"txt"], $schedule[
"individual_deadline"][
"value"]);
244 if ($state->hasSubmissionStarted()) {
245 $a_info->
addProperty($schedule[
"time_to_send"][
"txt"], $schedule[
"time_to_send"][
"value"]);
258 if ($state->hasSubmissionEnded()) {
260 $button->setCaption(
"exc_list_submission");
263 $a_info->
addProperty(
$lng->txt(
"exc_public_submission"), $button->render());
266 $lng->txt(
"exc_public_submission"),
267 $lng->txt(
"exc_msg_public_submission")
277 $lng->loadLanguageModule(
"exc");
281 if (count($files) > 0) {
288 foreach ($files as $file) {
295 $ui_factory = $DIC->ui()->factory();
296 $ui_renderer = $DIC->ui()->renderer();
298 $output_filename = htmlspecialchars($file[
'name']);
300 if (in_array($mime, array(
"image/jpeg",
"image/svg+xml",
"image/gif",
"image/png"))) {
301 $item_id =
"il-ex-modal-img-" . $a_ass->
getId() .
"-" . $cnt;
304 $image = $ui_renderer->render($ui_factory->image()->responsive($file[
'fullpath'], $output_filename));
308 $modal->setId($item_id);
310 $modal->setBody($image);
311 $modal->setHeading($output_filename);
312 $modal = $modal->getHTML();
314 $img_tpl =
new ilTemplate(
"tpl.image_file.html",
true,
true,
"Modules/Exercise");
315 $img_tpl->setCurrentBlock(
"image_content");
316 $img_tpl->setVariable(
"MODAL", $modal);
317 $img_tpl->setVariable(
"ITEM_ID", $item_id);
318 $img_tpl->setVariable(
"IMAGE", $image);
319 $img_tpl->setvariable(
"IMAGE_LENS", $image_lens);
320 $img_tpl->setvariable(
"ALT_LENS",
$lng->txt(
"exc_fullscreen"));
321 $img_tpl->parseCurrentBlock();
323 $a_info->
addProperty($output_filename, $img_tpl->get());
324 } elseif (in_array($mime, array(
"audio/mpeg",
"audio/ogg",
"video/mp4",
"video/x-flv",
"video/webm"))) {
325 $media_tpl =
new ilTemplate(
"tpl.media_file.html",
true,
true,
"Modules/Exercise");
327 $mp->setFile($file[
'fullpath']);
328 $media_tpl->setVariable(
"MEDIA", $mp->getMediaPlayerHtml());
330 $but = $ui_factory->button()->shy(
331 $lng->txt(
"download"),
332 $this->
getSubmissionLink(
"downloadFile", array(
"file" => urlencode($file[
"name"])))
334 $media_tpl->setVariable(
"DOWNLOAD_BUTTON", $ui_renderer->render($but));
335 $a_info->
addProperty($output_filename, $media_tpl->get());
358 if ($submission->hasSubmitted()) {
359 $last_sub = $submission->getLastSubmission();
366 if ($this->exc->getShowSubmissions()) {
374 $show_global_feedback = ($state->hasSubmissionEndedForAllUsers() && $a_ass->
getFeedbackFile());
399 if ($lpcomment !=
"" ||
401 $status !=
"notgraded" ||
403 $a_show_global_feedback) {
405 if ($lpcomment !=
"") {
407 $lng->txt(
"exc_comment"),
413 $lng->txt(
"exc_mark"),
418 if ($status !=
"" && $status !=
"notgraded") {
422 $img .
" " .
$lng->txt(
"exc_" . $status)
426 if ($cnt_files > 0) {
428 '<a name="fb' . $a_ass->
getId() .
'"></a>');
430 if ($cnt_files > 0) {
431 $files = $storage->getFeedbackFiles($a_feedback_id);
432 foreach ($files as $file) {
435 $lng->txt(
"download"),
436 $this->
getSubmissionLink(
"downloadFeedbackFile", array(
"file" => urlencode($file)))
443 if ($a_show_global_feedback) {
448 $lng->txt(
"download"),
462 if ($a_deadline == 0) {
463 return $lng->txt(
"exc_submit_convenience_no_deadline");
466 if ($a_deadline - time() <= 0) {
467 $time_str =
$lng->txt(
"exc_time_over_short");
479 if (is_array($a_params)) {
480 foreach ($a_params as
$name => $value) {
481 $ilCtrl->setParameterByClass(
"ilexsubmissiongui",
$name, $value);
485 $ilCtrl->setParameterByClass(
"ilexsubmissiongui",
"ass_id", $this->current_ass_id);
486 $url = $ilCtrl->getLinkTargetByClass(
"ilexsubmissiongui", $a_cmd);
487 $ilCtrl->setParameterByClass(
"ilexsubmissiongui",
"ass_id",
"");
489 if (is_array($a_params)) {
490 foreach ($a_params as
$name => $value) {
491 $ilCtrl->setParameterByClass(
"ilexsubmissiongui",
$name,
"");
508 return $icons->renderIcon(
509 $icons->getImagePathCompleted(),
510 $lng->txt(
"exc_" . $status)
514 return $icons->renderIcon(
515 $icons->getImagePathFailed(),
516 $lng->txt(
"exc_" . $status)
520 return $icons->renderIcon(
521 $icons->getImagePathNotAttempted(),
522 $lng->txt(
"exc_" . $status)
addSubmissionFeedback(ilInfoScreenGUI $a_info, ilExAssignment $a_ass, $a_feedback_id, $a_show_global_feedback)
static getOverviewContent(ilInfoScreenGUI $a_info, ilExSubmission $a_submission)
getMemberStatus($a_user_id=null)
getPersonalDeadline($a_user_id)
Get individual deadline (max of common or idl (team) deadline = Official Deadline) ...
addPublicSubmissions(ilInfoScreenGUI $a_info, ilExAssignment $a_ass)
getFeedbackDate()
Get (global) feedback file availability date.
getId()
Get assignment id.
getMandatoryAssignmentManager(ilObjExercise $exercise)
Get random assignment manager.
static getOverviewContent(ilInfoScreenGUI $a_info, ilExSubmission $a_submission, ilObjExercise $a_exc)
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
getDeadline()
Get deadline (timestamp)
addInstructions(ilInfoScreenGUI $a_info, ilExAssignment $a_ass)
addSection($a_title)
add a new section
addSchedule(ilInfoScreenGUI $a_info, ilExAssignment $a_ass)
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
static getInstanceByIds($a_ass_id, $a_user_id=0)
Get instance by IDs (recommended for consumer code)
__construct(ilObjExercise $a_exc, ilExerciseInternalService $service)
Constructor.
GUI class for exercise assignments.
getExerciseId()
Get exercise id.
getOverviewBody(ilExAssignment $a_ass)
Get assignment body for overview.
getTimeString($a_deadline)
Get time string for deadline.
addFiles(ilInfoScreenGUI $a_info, ilExAssignment $a_ass)
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static period2String(ilDateTime $a_from, $a_to=null)
Return a string of time period.
getFeedbackFile()
Get (global) feedback file.
getInstructionInfo()
Get instruction info.
getOverviewHeader(ilExAssignment $a_ass)
Get assignment header for overview.
const FEEDBACK_DATE_DEADLINE
static getInstance()
Get instance.
addProperty($a_name, $a_value, $a_link="")
add a property to current section
addSubmission(ilInfoScreenGUI $a_info, ilExAssignment $a_ass)
Exercise submission //TODO: This class has to much static methods related to delivered "files"...
const FEEDBACK_DATE_CUSTOM
countFeedbackFiles($a_user_id)
Count number of feedback files for a user.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
getIconForStatus(string $status, int $variant=ilLPStatusIcons::ICON_VARIANT_LONG)
Get the rendered icon for a status (failed, passed or not graded).
getSubmissionLink($a_cmd, array $a_params=null)