19 declare(strict_types=1);
46 public function __construct(
int $a_id = 0,
int $a_id_type = self::REPOSITORY_NODE_ID,
int $a_parent_node_id = 0)
50 $this->
lng = $DIC->language();
51 $this->
ctrl = $DIC->ctrl();
52 $this->
help = $DIC[
"ilHelp"];
53 $this->tpl = $DIC[
"tpl"];
54 $this->
tabs = $DIC->tabs();
55 $this->nav_history = $DIC[
"ilNavigationHistory"];
56 $this->
toolbar = $DIC->toolbar();
57 $this->
user = $DIC->user();
58 $this->tree = $DIC->repositoryTree();
59 $this->
locator = $DIC[
"ilLocator"];
60 $this->ui_factory = $DIC->ui()->factory();
61 $this->ui_renderer = $DIC->ui()->renderer();
62 $this->poll_image_factory =
new PollImageFactory();
67 $this->
lng->loadLanguageModule(
"poll");
77 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
78 $this->
ctrl->redirect($this,
"render");
84 $this->
lng->loadLanguageModule(
'rep');
87 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
91 $act_obj_info = $act_ref_info =
"";
93 $act_obj_info =
' ' . $this->
lng->txt(
'rep_activation_online_object_info');
94 $act_ref_info = $this->
lng->txt(
'rep_activation_access_ref_info');
98 $online->setInfo($this->
lng->txt(
'poll_activation_online_info') . $act_obj_info);
102 $dur->setShowTime(
true);
109 $section->setTitle($this->
lng->txt(
'poll_voting_period_and_results'));
113 $vdur->setShowTime(
true);
118 $this->
lng->txt(
"poll_view_results_always"),
122 $this->
lng->txt(
"poll_view_results_never"),
126 $this->
lng->txt(
"poll_view_results_after_vote"),
130 $this->
lng->txt(
"poll_view_results_after_period"),
137 $this->
lng->txt(
"poll_barchart"),
140 $show_result_as->addOption($result_bar);
142 $this->
lng->txt(
"poll_stacked_chart"),
145 $a_form->
addItem($show_result_as);
149 $sort->addOption(
new ilRadioOption($this->
lng->txt(
"poll_result_sorting_votes"),
"1"));
153 $section->setTitle($this->
lng->txt(
'poll_comments'));
163 $a_values[
"online"] = !$this->
object->getOfflineStatus();
164 $a_values[
"results"] = $this->
object->getViewResults();
165 $a_values[
"access_period"][
"start"] = $this->
object->getAccessBegin()
168 $a_values[
"access_period"][
"end"] = $this->
object->getAccessEnd()
171 $a_values[
"voting_period"][
"start"] = $this->
object->getVotingPeriodBegin()
174 $a_values[
"voting_period"][
"end"] = $this->
object->getVotingPeriodEnd()
177 $a_values[
"sort"] = (string) (
int) $this->
object->getSortResultByVotes();
178 $a_values[
"comment"] = $this->
object->getShowComments();
179 $a_values[
"show_results_as"] = $this->
object->getShowResultsAs();
185 if ($form->
getInput(
"online") && !$this->
object->getAnswers()) {
186 $form->
getItemByPostVar(
"online")->setAlert($this->
lng->txt(
"poll_cannot_set_online_no_answers"));
190 if (!array_filter($form->
getInput(
"voting_period")) &&
192 $form->
getItemByPostVar(
"results")->setAlert($this->
lng->txt(
"poll_view_results_after_period_impossible"));
196 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"form_input_not_valid"));
199 return parent::validateCustom($form);
204 $this->
object->setViewResults((
int) $form->
getInput(
"results"));
205 $this->
object->setOfflineStatus(!((
string) $form->
getInput(
"online") ===
"1"));
206 $this->
object->setSortResultByVotes((
bool) $form->
getInput(
"sort"));
207 $this->
object->setShowComments((
bool) $form->
getInput(
"comment"));
208 $this->
object->setShowResultsAs((
int) $form->
getInput(
"show_results_as"));
211 if ($period->getStart() && $period->getEnd()) {
213 $this->
object->setAccessBegin($period->getStart()->get(
IL_CAL_UNIX));
214 $this->
object->setAccessEnd($period->getEnd()->get(
IL_CAL_UNIX));
220 if ($period->getStart() && $period->getEnd()) {
221 $this->
object->setVotingPeriod(
true);
222 $this->
object->setVotingPeriodBegin($period->getStart()->get(
IL_CAL_UNIX));
223 $this->
object->setVotingPeriodEnd($period->getEnd()->get(
IL_CAL_UNIX));
225 $this->
object->setVotingPeriodBegin(0);
226 $this->
object->setVotingPeriodEnd(0);
227 $this->
object->setVotingPeriod(
false);
233 $this->
help->setScreenIdComponent(
"poll");
236 $this->tabs_gui->addTab(
238 $this->
lng->txt(
"question"),
239 $this->
ctrl->getLinkTarget($this,
"")
244 $this->tabs_gui->addTab(
246 $this->
lng->txt(
"settings"),
247 $this->
ctrl->getLinkTarget($this,
"edit")
250 $this->tabs_gui->addTab(
252 $this->
lng->txt(
"poll_result"),
253 $this->
ctrl->getLinkTarget($this,
"showParticipants")
256 $this->tabs_gui->addTab(
258 $this->
lng->txt(
"export"),
259 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
269 $next_class = $this->
ctrl->getNextClass($this);
270 $cmd = $this->
ctrl->getCmd();
272 $this->tpl->loadStandardTemplate();
277 $link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui",
"frameset");
278 $this->nav_history->addItem($this->node_id, $link,
"poll");
281 switch ($next_class) {
282 case "ilcommonactiondispatchergui":
284 $this->
ctrl->forwardCommand($gui);
287 case "ilpermissiongui":
289 $this->
tabs->activateTab(
"id_permissions");
291 $this->
ctrl->forwardCommand($perm_gui);
294 case "ilobjectcopygui":
296 $cp->setType(
"poll");
297 $this->
ctrl->forwardCommand($cp);
302 $this->
tabs->activateTab(
"export");
304 $this->
ctrl->forwardCommand($exp_gui);
308 parent::executeCommand();
315 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_permission"));
319 $this->
tabs->activateTab(
"question");
323 if ($this->
object->countVotes()) {
324 $url = $this->
ctrl->getLinkTarget($this,
"showParticipants");
326 $mbox = $this->ui_factory->messageBox()->info($this->
lng->txt(
"poll_votes_no_edit"))
327 ->withLinks([$this->ui_factory->link()->standard(
328 $this->
lng->txt(
"poll_result"),
332 $message = $this->ui_renderer->render($mbox);
338 $this->tpl->setPermanentLink(
'poll', $this->node_id);
340 $this->tpl->setContent(
$message . $a_form->getHTML());
346 $form->setFormAction($this->
ctrl->getFormAction($this,
"saveQuestion"));
347 $form->setTitle($this->
lng->txt(
"obj_poll"));
351 $question->setCols(40);
352 $question->setRows(2);
353 $question->setValue($this->
object->getQuestion());
354 $question->setDisabled($a_read_only);
355 $form->addItem($question);
360 $form->addItem($img);
363 $url = $this->poll_image_factory->handler()->getThumbnailImageURL($this->data_factory->objId($this->object_id));
364 if (!is_null(
$url)) {
365 $img->setImage(
$url);
370 $option->
setInfo($this->
lng->txt(
"poll_mode_anonymous_info"));
371 $anonymous->addOption($option);
373 $option->
setInfo($this->
lng->txt(
"poll_mode_personal_info"));
374 $anonymous->addOption($option);
375 $anonymous->setValue($this->
object->getNonAnonymous() ?
"1" :
"0");
376 $anonymous->setDisabled($a_read_only);
377 $form->addItem($anonymous);
380 $answers->setRequired(
true);
381 $answers->setMulti(
true,
true);
382 $answers->setDisabled($a_read_only);
383 $form->addItem($answers);
385 $multi_answers = array();
386 foreach ($this->
object->getAnswers() as $idx => $item) {
387 $answer = (string) ($item[
'answer'] ??
'');
389 $answers->setValue($answer);
391 $multi_answers[] = $answer;
393 $answers->setMultiValues($multi_answers);
395 $answer_count = count($this->
object->getAnswers());
397 $limit->setChecked($this->
object->getMaxNumberOfAnswers() !== $answer_count);
398 $limit->setDisabled($a_read_only);
399 $nanswers =
new ilNumberInputGUI($this->
lng->txt(
"poll_max_number_of_answers"),
"nanswers");
401 $nanswers->setMinValue(1);
402 $nanswers->setSize(3);
404 if ($this->
object->getMaxNumberOfAnswers() < $answer_count) {
405 $max_answers = $this->
object->getMaxNumberOfAnswers();
407 $nanswers->setValue((
string) $max_answers);
408 $nanswers->setDisabled($a_read_only);
409 $limit->addSubItem($nanswers);
410 $form->addItem($limit);
413 $form->addCommandButton(
"saveQuestion", $this->
lng->txt(
"save"));
423 if ($form->checkInput()) {
424 $prelim_nr_of_answers = count((array) $form->getInput(
"answers"));
427 $form->getInput(
"limit") &&
428 (
int) $form->getInput(
"nanswers") >= $prelim_nr_of_answers
430 $form->getItemByPostVar(
'nanswers')->setAlert(
431 $this->
lng->txt(
'poll_limit_not_below_answer_count')
433 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'form_input_not_valid'));
434 $form->setValuesByPost();
439 $nr_of_anwers = $this->
object->saveAnswers((array) $form->getInput(
"answers"));
441 if ($form->getInput(
"limit")) {
443 $this->
object->setMaxNumberOfAnswers(min((
int) $form->getInput(
"nanswers"), $nr_of_anwers));
445 $this->
object->setMaxNumberOfAnswers($nr_of_anwers);
448 $this->
object->setQuestion((
string) $form->getInput(
"question"));
449 $this->
object->setNonAnonymous((
bool) $form->getInput(
"mode"));
451 $image = $form->getItemByPostVar(
"image");
452 $res = $form->getFileUpload(
"image");
454 $this->
object->uploadImage(
455 (
string) (
$res[
'tmp_name'] ??
""),
456 (
string) (
$res[
'name'] ??
"")
458 } elseif ($image->getDeletionFlag()) {
459 $this->poll_image_factory->handler()->deleteImage(
460 $this->data_factory->objId($this->object->getId()),
465 if ($this->
object->update()) {
466 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
467 $this->
ctrl->redirect($this,
"render");
471 $form->setValuesByPost();
477 if (!$this->
object->getNonAnonymous()) {
481 $this->
tabs->addSubTab(
483 $this->
lng->txt(
"poll_result_answers"),
484 $this->
ctrl->getLinkTarget($this,
"showParticipants")
486 $this->
tabs->addSubTab(
488 $this->
lng->txt(
"poll_result_users"),
489 $this->
ctrl->getLinkTarget($this,
"showParticipantVotes")
492 $this->
tabs->activateSubTab($a_active);
498 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_permission"));
502 $this->
tabs->activateTab(
"participants");
507 if ($tbl->getItems()) {
509 $this->ui_factory->button()->standard(
510 $this->
lng->txt(
"poll_delete_votes"),
511 $this->
ctrl->getLinkTarget($this,
'confirmDeleteAllVotes')
516 $this->tpl->setContent($tbl->getHTML());
522 !$this->
object->getNonAnonymous()) {
523 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_permission"));
527 $this->
tabs->activateTab(
"participants");
531 $this->tpl->setContent($tbl->getHTML());
537 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_permission"));
541 $this->
tabs->activateTab(
"participants");
544 $cgui->setHeaderText($this->
lng->txt(
"poll_delete_votes_sure"));
546 $cgui->setFormAction($this->
ctrl->getFormAction($this));
547 $cgui->setCancel($this->
lng->txt(
"cancel"),
"showParticipants");
548 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"deleteAllVotes");
550 $this->tpl->setContent($cgui->getHTML());
556 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_permission"));
560 $this->
object->deleteAllVotes();
562 $this->
ctrl->redirect($this,
"showParticipants");
568 $aw = (array) ($DIC->http()->request()->getParsedBody()[
'aw'] ?? array());
571 if ($this->
object->getMaxNumberOfAnswers() > 1) {
572 if (count($aw) > $this->
object->getMaxNumberOfAnswers()) {
578 } elseif ((
int) !$aw) {
584 unset($session_last_poll_vote[$this->
object->getId()]);
586 $this->
object->saveVote($this->
user->getId(), $aw);
590 $session_last_poll_vote[$this->
object->getId()] = $aw;
594 ilUtil::redirect(ilLink::_getLink($this->tree->getParentId($this->ref_id)));
601 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"poll_notification_activated"),
true);
602 ilUtil::redirect(ilLink::_getLink($this->tree->getParentId($this->ref_id)));
609 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"poll_notification_deactivated"),
true);
610 ilUtil::redirect(ilLink::_getLink($this->tree->getParentId($this->ref_id)));
622 if (!count($users)) {
627 $ntf->setLangModules(array(
"poll"));
628 $ntf->setRefId($this->ref_id);
630 $ntf->setSubjectLangId(
'poll_vote_notification_subject');
631 $ntf->setIntroductionLangId(
'poll_vote_notification_body');
632 $ntf->setGotoLangId(
'poll_vote_notification_link');
633 $ntf->setReasonLangId(
'poll_vote_notification_reason');
635 $notified = $ntf->sendMailAndReturnRecipients($users,
null,
"read");
642 if (is_object($this->
object)) {
647 public static function _goto(
string $a_target): void
651 $tree = $DIC->repositoryTree();
652 $ilAccess = $DIC->access();
653 $ilCtrl = $DIC->ctrl();
655 $id = explode(
"_", $a_target);
659 if ($ilAccess->checkAccess(
"write",
"",
$ref_id)) {
660 $ilCtrl->setParameterByClass(self::class,
"ref_id",
$ref_id);
661 $ilCtrl->redirectByClass([ilRepositoryGUI::class, self::class,],
"showParticipants");
static get(string $a_var)
This class represents an option in a radio group.
const VIEW_RESULTS_AFTER_PERIOD
setParticipantsSubTabs(string $a_active)
const VIEW_RESULTS_AFTER_VOTE
updateCustom(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
New implementation of ilObjectGUI.
GUI class for the workflow of copying objects.
DataFactory $data_factory
const VIEW_RESULTS_ALWAYS
static _getAllReferences(int $id)
get all reference ids for object ID
const TIMINGS_DEACTIVATED
ilNavigationHistory $nav_history
prepareOutput(bool $show_sub_objects=true)
static getNotificationsForObject(int $type, int $id, ?int $page_id=null, bool $ignore_threshold=false)
Get all users/recipients for given object.
initEditCustomForm(ilPropertyFormGUI $a_form)
const SHOW_RESULTS_AS_BARCHART
validateCustom(ilPropertyFormGUI $form)
static _lookupObjId(int $ref_id)
const SHOW_RESULTS_AS_STACKED_CHART
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
TableGUI class for poll answers.
initQuestionForm(bool $a_read_only=false)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $node_id=null)
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0)
static _goto(string $a_target)
getParentId(int $a_node_id)
get parent id of given node
Last visited history for repository items.
static updateNotificationTime(int $type, int $id, array $user_ids, ?int $page_id=null, bool $activate_new_entries=true)
Update the last mail timestamp for given object and users.
static redirect(string $a_script)
afterSave(ilObject $new_object)
PollImageFactoryInterface $poll_image_factory
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
render(?ilPropertyFormGUI $a_form=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static set(string $a_var, $a_val)
Set a value.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
TableGUI class for poll users.
getEditFormCustomValues(array &$a_values)