3 declare(strict_types=1);
36 $this->
setRowTemplate(
'tpl.il_as_tst_random_question_offer.html',
'Modules/Test');
39 public function build(
int $numberOfQuestions,
int $selectedPool): self
41 $this->
setTitle($this->
lng->txt(
'tst_question_offer'));
43 $questionIds = $this->test->randomSelectQuestions(
47 $questionpools = $this->test->getAvailableQuestionpools(
true);
50 foreach ($questionIds as $questionId) {
51 $dataset = $this->test->getQuestionDataset($questionId);
53 'title' => $dataset->title,
54 'description' => $dataset->description,
56 'author' => $dataset->author,
57 'pool' => $questionpools[$dataset->obj_fi][
'title'],
62 $this->
addHiddenInput(
'nr_of_questions', (
string) $numberOfQuestions);
64 $this->
addHiddenInput(
'chosen_questions', implode(
',', $questionIds));
74 if (count(
$data) > 0) {
setNoEntriesText(string $a_text)
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static _getQuestionTypeName($type_tag)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHiddenInput(string $a_name, string $a_value)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct($a_parent_obj, string $a_parent_cmd, ilObjTest $test)
build(int $numberOfQuestions, int $selectedPool)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)