19 declare(strict_types=1);
47 if ($this->questionSetConfig->doesSelectableQuestionPoolsExist()) {
54 $sourcePoolSelectOptionArray = [];
56 foreach ($availablePools as $poolId => $poolData) {
57 $sourcePoolSelectOptionArray[$poolId] = $poolData[
'title'];
60 return $sourcePoolSelectOptionArray;
66 $this->
lng->txt(
'tst_rnd_quest_set_tb_add_pool_btn'),
const CMD_SHOW_POOL_SELECTOR_EXPLORER
__construct(Container $dic, ilPlugin $plugin)