ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
__construct (ilObjTest $testOBJ) | |
getParticipantData () | |
setParticipantData (ilTestParticipantData $participantData) | |
isConsiderHiddenQuestionsEnabled () | |
setConsiderHiddenQuestionsEnabled ($considerHiddenQuestionsEnabled) | |
archivePassesByActives ($passesByActives) | |
archiveActivesPass ($activeId, $pass) | |
Protected Attributes | |
$testOBJ | |
$participantData | |
$considerHiddenQuestionsEnabled | |
$testResultHeaderLabelBuilder | |
Private Member Functions | |
renderOverviewContent ($activeId, $pass) | |
buildOverviewFilename ($activeId, $pass) | |
Definition at line 14 of file class.ilTestArchiveService.php.
ilTestArchiveService::__construct | ( | ilObjTest | $testOBJ | ) |
ilTestArchiveService::archiveActivesPass | ( | $activeId, | |
$pass | |||
) |
Definition at line 86 of file class.ilTestArchiveService.php.
References $filename, $pass, buildOverviewFilename(), ilTestPDFGenerator\generatePDF(), getParticipantData(), ilTestPDFGenerator\PDF_OUTPUT_FILE, renderOverviewContent(), and ilTestArchiver\setParticipantData().
Referenced by archivePassesByActives().
ilTestArchiveService::archivePassesByActives | ( | $passesByActives | ) |
Definition at line 75 of file class.ilTestArchiveService.php.
References $pass, and archiveActivesPass().
|
private |
$activeId | |
$pass |
Definition at line 123 of file class.ilTestArchiveService.php.
References $pass, and ilUtil\ilTempnam().
Referenced by archiveActivesPass().
ilTestArchiveService::getParticipantData | ( | ) |
Definition at line 52 of file class.ilTestArchiveService.php.
References $participantData.
Referenced by archiveActivesPass().
ilTestArchiveService::isConsiderHiddenQuestionsEnabled | ( | ) |
Definition at line 65 of file class.ilTestArchiveService.php.
References $considerHiddenQuestionsEnabled.
Referenced by renderOverviewContent().
|
private |
$activeId | |
$pass |
Definition at line 105 of file class.ilTestArchiveService.php.
References $pass, $results, and isConsiderHiddenQuestionsEnabled().
Referenced by archiveActivesPass().
ilTestArchiveService::setConsiderHiddenQuestionsEnabled | ( | $considerHiddenQuestionsEnabled | ) |
Definition at line 70 of file class.ilTestArchiveService.php.
References $considerHiddenQuestionsEnabled.
ilTestArchiveService::setParticipantData | ( | ilTestParticipantData | $participantData | ) |
ilTestParticipantData | $participantData |
Definition at line 60 of file class.ilTestArchiveService.php.
References $participantData.
|
protected |
Definition at line 29 of file class.ilTestArchiveService.php.
Referenced by isConsiderHiddenQuestionsEnabled(), and setConsiderHiddenQuestionsEnabled().
|
protected |
Definition at line 24 of file class.ilTestArchiveService.php.
Referenced by getParticipantData(), and setParticipantData().
|
protected |
Definition at line 19 of file class.ilTestArchiveService.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilTestArchiveService.php.