ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilTestPlayerFixedQuestionSetGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
32
class
ilTestPlayerFixedQuestionSetGUI
extends
ilTestPlayerAbstractGUI
33
{
34
protected
function
buildTestPassQuestionList
():
ilAssQuestionList
35
{
36
$question_list =
new
ilAssQuestionList
($this->db, $this->
lng
, $this->
refinery
, $this->component_repository);
37
$question_list->setParentObjId($this->
object
->getId());
38
$question_list->setQuestionInstanceTypeFilter(
null
);
39
return
$question_list;
40
}
41
42
protected
function
populateQuestionOptionalMessage
()
43
{
44
$info
= $this->
lng
->txt(
'tst_wf_info_optional_question'
);
45
$info
.=
' '
. $this->
lng
->txt(
'tst_wf_info_answer_adopted_from_prev_pass'
);
46
$this->tpl->setOnScreenMessage(
'info'
,
$info
);
47
}
48
}
ilAssQuestionList
Definition:
class.ilAssQuestionList.php:31
ilTestPlayerAbstractGUI
Definition:
class.ilTestPlayerAbstractGUI.php:39
ilTestPlayerFixedQuestionSetGUI
Definition:
class.ilTestPlayerFixedQuestionSetGUI.php:33
ilTestPlayerFixedQuestionSetGUI\populateQuestionOptionalMessage
populateQuestionOptionalMessage()
Definition:
class.ilTestPlayerFixedQuestionSetGUI.php:42
ilTestPlayerFixedQuestionSetGUI\buildTestPassQuestionList
buildTestPassQuestionList()
Definition:
class.ilTestPlayerFixedQuestionSetGUI.php:34
$info
$info
Definition:
entry_point.php:21
ILIAS\Repository\refinery
refinery()
Definition:
trait.GlobalDICDomainServices.php:76
ILIAS\Repository\object
object()
Definition:
trait.GlobalDICDomainServices.php:106
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
components
ILIAS
Test
classes
class.ilTestPlayerFixedQuestionSetGUI.php
Generated on Sat Oct 18 2025 23:04:29 for ILIAS by
1.9.4 (using
Doxyfile
)