ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Test\ExportImport Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Data Structures

class  CertificateExport
 
class  DBRepository
 
class  Export
 Export class for tests. More...
 
interface  Exporter
 
class  ExportFilename
 
class  ExportFixedQuestionSet
 
class  ExportRandomQuestionSet
 
class  Factory
 
class  ResultsExportExcel
 
class  ResultsExportStakeholder
 

Enumerations

enum  Types : string { PLUGIN = 'plugin' }
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Enumeration Type Documentation

◆ Types

Enumerator
PLUGIN 

Definition at line 24 of file Types.php.

24  : string
25 {
26  case SCORED_ATTEMPT = 'scored_test_attempt';
27  case ALL_ATTEMPTS = 'all_test_attempts';
28  case CERTIFICATE_ARCHIVE = 'certificate';
29  case XML = 'xml';
30  case XML_WITH_RESULTS = 'xml_with_results';
31  case PLUGIN = 'plugin';
32 }