ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilTestExportDynamicQuestionSet.php
Go to the documentation of this file.
1 <?php
2 
26 {
27  protected function initXmlExport()
28  {
29  }
30 
31  protected function populateQuestionSetConfigXml(ilXmlWriter $xmlWriter)
32  {
33  }
34 
35  protected function getQuestionsQtiXml(): string
36  {
37  return '';
38  }
39 
40  protected function getQuestionIds(): array
41  {
42  return array();
43  }
44 }
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...