60 $this->validationFailed =
false;
61 $this->validationReports = array();
135 return implode(
'<br />', $this->validationReports);
140 return count($this->validationReports);
145 $this->validationReports[] = $validationReport;
155 $this->sync_info_message =
$message;
164 } elseif (!$this->questionSetConfig->isQuestionAmountConfigComplete()) {
170 $this->
lng->txt(
'tst_msg_rand_quest_set_change_quest_amount_here'),
177 $this->
lng->txt(
'tst_msg_rand_quest_set_change_quest_amount_here'),
182 } elseif (!$this->questionSetConfig->hasSourcePoolDefinitions()) {
184 } elseif ($this->questionSetConfig->getLastQuestionSyncTimestamp() === 0 ||
185 $this->questionSetConfig->getLastQuestionSyncTimestamp() === null) {
187 } elseif (!$this->questionSetConfig->isQuestionSetBuildable()) {
190 $this->
addValidationReport(implode(
'<br />', $this->questionSetConfig->getBuildableMessages()));
191 } elseif ($this->questionSetConfig->getLastQuestionSyncTimestamp()) {
201 $titles[] = $lostPool->getTitle();
204 return implode(
', ', $titles);
210 case self::CONTEXT_POOL_SELECTION:
214 case self::CONTEXT_GENERAL_CONFIG:
223 $this->
ctrl->setParameter(
229 $href = $this->
ctrl->getLinkTarget(
233 $label = $this->
lng->txt(
'tst_btn_rebuild_random_question_stage');
235 return $this->
ui->factory()->button()->standard($label, $href)->withLoadingAnimationOnClick(
true);
240 $href = $this->
ctrl->getLinkTarget(
245 $label = $this->
lng->txt(
'tst_rnd_quest_cfg_tab_general');
247 return "<a href=\"{$href}\">{$label}</a>";
252 $href = $this->
ctrl->getLinkTarget(
257 $label = $this->
lng->txt(
'tst_rnd_quest_cfg_tab_pool');
259 return "<a href=\"{$href}\">{$label}</a>";
268 if ($this->
getContext() != self::CONTEXT_POOL_SELECTION) {
272 if ($this->questionSetConfig->doesSelectableQuestionPoolsExist()) {
285 if ($this->
getContext() != self::CONTEXT_GENERAL_CONFIG) {
289 if (!$this->questionSetConfig->isQuestionAmountConfigurationModePerPool()) {
298 if ($this->
getContext() != self::CONTEXT_POOL_SELECTION) {
302 if (!$this->questionSetConfig->isQuestionAmountConfigurationModePerTest()) {
312 $this->
lng->txt(
'tst_msg_rand_quest_set_lost_pools'),
316 if ($this->
getContext() == self::CONTEXT_GENERAL_CONFIG) {
317 $action = $this->
ctrl->getLinkTarget(
322 $link = $this->
ui->factory()->link()->standard(
323 $this->
lng->txt(
'tst_msg_rand_quest_set_lost_pools_link'),
327 $msg_box = $this->
ui->factory()->messageBox()->info($report)->withLinks(array($link));
329 $msg_box = $this->
ui->factory()->messageBox()->info($report);
332 return $this->
ui->renderer()->render($msg_box);
338 $this->questionSetConfig->getLastQuestionSyncTimestamp(),
342 $this->
lng->txt(
'tst_msg_rand_quest_set_stage_pool_last_sync'),
346 $message .=
'<br>' . $this->
lng->txt(
'tst_msg_cannot_modify_random_question_set_conf_due_to_part');
348 $msg_box = $this->
ui->factory()->messageBox()->info($message);
351 $label = $this->
lng->txt(
'tst_btn_reset_pool_sync');
354 $this->
ui->factory()->button()->standard($label, $href)
357 $msg_box = $this->
ui->factory()->messageBox()
359 ->withButtons($buttons);
362 return $this->
ui->renderer()->render($msg_box);
367 $message = $this->
lng->txt(
'tst_msg_rand_quest_set_not_sync');
369 $msg_box = $this->
ui->factory()->messageBox()->info(
$message)->withButtons(array($button));
371 return $this->
ui->renderer()->render($msg_box);
setValidationFailed(bool $validationFailed)
setQuestionSetConfig(ilTestRandomQuestionSetConfig $questionSetConfig)
setParticipantDataExists(bool $participantDataExists)
string $sync_info_message
buildQuestionSelectionSubTabLink()
addValidationReport(string $validationReport)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
isQuestionAmountConfigPerTestHintRequired()
const CONTEXT_POOL_SELECTION
doesParticipantDataExists()
__construct(ilLanguage $lng, UIServices $ui, ilCtrl $ctrl)
const CMD_SHOW_SRC_POOL_DEF_LIST
ilTestRandomQuestionSetConfig $questionSetConfig
getAfterRebuildQuestionStageCommand()
Provides fluid interface to RBAC services.
setContext(string $context)
buildQuestionStageRebuildButton()
const CONTEXT_GENERAL_CONFIG
bool $participantDataExists
isNoAvailableQuestionPoolsHintRequired()
buildLostQuestionPoolsString()
setSyncInfoMessage(string $message)
setTargetGUI(ilTestRandomQuestionSetConfigGUI $targetGUI)
ilTestRandomQuestionSetConfigGUI $targetGUI
const HTTP_PARAM_AFTER_REBUILD_QUESTION_STAGE_CMD
const CMD_SHOW_GENERAL_CONFIG_FORM
buildGeneralConfigSubTabLink()
buildLostPoolsReportMessage()
getValidationReportHtml()
setLostPools(array $lostPools)
const CMD_BUILD_QUESTION_STAGE
isQuestionAmountConfigPerPoolHintRequired()