45 if ($this->questionSetConfig->doesSelectableQuestionPoolsExist()) {
52 $sourcePoolSelectOptionArray = array();
54 foreach ($availablePools as $poolId => $poolData) {
55 $sourcePoolSelectOptionArray[$poolId] = $poolData[
'title'];
58 return $sourcePoolSelectOptionArray;
64 $this->
lng->txt(
'tst_rnd_quest_set_tb_add_pool_btn'),
const CMD_SHOW_POOL_SELECTOR_EXPLORER
__construct(Container $dic, ilPlugin $plugin)