ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilTestPlayerFixedQuestionSetGUI.php
Go to the documentation of this file.
1 <?php
2 
33 {
35  {
36  global $DIC;
37  $component_repository = $DIC['component.repository'];
38 
39  $questionList = new ilAssQuestionList($this->db, $this->lng, $this->refinery, $component_repository);
40 
41  $questionList->setParentObjId($this->object->getId());
42 
43  $questionList->setQuestionInstanceTypeFilter(ilAssQuestionList::QUESTION_INSTANCE_TYPE_DUPLICATES);
44 
45  return $questionList;
46  }
47 
48  protected function populateQuestionOptionalMessage()
49  {
50  $info = $this->lng->txt('tst_wf_info_optional_question');
51  $info .= ' ' . $this->lng->txt('tst_wf_info_answer_adopted_from_prev_pass');
52  $this->tpl->setOnScreenMessage('info', $info);
53  }
54 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28