19 declare(strict_types=1);
38 $question_list->setParentObjId($this->
object->getId());
40 $question_list->setIncludeQuestionIdsFilter($this->testSequence->getQuestionIds());
41 return $question_list;
46 $info = $this->
lng->txt(
'tst_wf_info_optional_question');
47 $info .=
' ' . $this->
lng->txt(
'tst_wf_info_answer_not_adopted');
48 $this->tpl->setOnScreenMessage(
'info', $info);
Output class for assessment test execution.
const QUESTION_INSTANCE_TYPE_DUPLICATES
populateQuestionOptionalMessage()
buildTestPassQuestionList()