ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilDBInterface $db, ilLanguage $lng) | |
getParticipantAccessFilter () | |
setParticipantAccessFilter ($participantAccessFilter) | |
isScoredParticipantsFilterEnabled () | |
setScoredParticipantsFilterEnabled ($scoredParticipantsFilterEnabled) | |
load ($testId) | |
getScoredParticipantsFilterExpression () | |
getConditionalExpression () | |
setActiveIdsFilter ($activeIdsFilter) | |
getActiveIdsFilter () | |
setUserIdsFilter ($userIdsFilter) | |
getUserIdsFilter () | |
setAnonymousIdsFilter ($anonymousIdsFilter) | |
getAnonymousIdsFilter () | |
getActiveIds () | |
getUserIds () | |
getAnonymousIds () | |
getUserIdByActiveId ($activeId) | |
getActiveIdByUserId ($userId) | |
getConcatedFullnameByActiveId ($activeId) | |
getFormatedFullnameByActiveId ($activeId) | |
getFileSystemCompliantFullnameByActiveId ($activeId) | |
getOptionArray () | |
getAnonymousActiveIds () | |
getUserDataByActiveId ($activeId) | |
Protected Attributes | |
$db | |
$lng | |
$participantAccessFilter | |
$scoredParticipantsFilterEnabled | |
Private Member Functions | |
buildFormatedFullname ($usrData) | |
Private Attributes | |
$activeIdsFilter | |
$userIdsFilter | |
$anonymousIdsFilter | |
$byActiveId | |
$byUserId | |
$byAnonymousId | |
Definition at line 11 of file class.ilTestParticipantData.php.
ilTestParticipantData::__construct | ( | ilDBInterface | $db, |
ilLanguage | $lng | ||
) |
Definition at line 63 of file class.ilTestParticipantData.php.
|
private |
Definition at line 280 of file class.ilTestParticipantData.php.
Referenced by getFormatedFullnameByActiveId(), and getOptionArray().
ilTestParticipantData::getActiveIdByUserId | ( | $userId | ) |
Definition at line 243 of file class.ilTestParticipantData.php.
ilTestParticipantData::getActiveIds | ( | ) |
Definition at line 223 of file class.ilTestParticipantData.php.
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles(), and ilObjTest\removeTestResults().
ilTestParticipantData::getActiveIdsFilter | ( | ) |
Definition at line 198 of file class.ilTestParticipantData.php.
References $activeIdsFilter.
Referenced by getConditionalExpression().
ilTestParticipantData::getAnonymousActiveIds | ( | ) |
Definition at line 289 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getAnonymousIds | ( | ) |
Definition at line 233 of file class.ilTestParticipantData.php.
ilTestParticipantData::getAnonymousIdsFilter | ( | ) |
Definition at line 218 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
Referenced by getConditionalExpression().
ilTestParticipantData::getConcatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 248 of file class.ilTestParticipantData.php.
ilTestParticipantData::getConditionalExpression | ( | ) |
Definition at line 170 of file class.ilTestParticipantData.php.
References getActiveIdsFilter(), getAnonymousIdsFilter(), and getUserIdsFilter().
ilTestParticipantData::getFileSystemCompliantFullnameByActiveId | ( | $activeId | ) |
Definition at line 258 of file class.ilTestParticipantData.php.
References ilUtil\getASCIIFilename().
Referenced by ilAssFileUploadUploadsExporter\collectUploadedFiles().
ilTestParticipantData::getFormatedFullnameByActiveId | ( | $activeId | ) |
Definition at line 253 of file class.ilTestParticipantData.php.
References buildFormatedFullname().
ilTestParticipantData::getOptionArray | ( | ) |
Definition at line 267 of file class.ilTestParticipantData.php.
References PHPMailer\PHPMailer\$options, and buildFormatedFullname().
ilTestParticipantData::getParticipantAccessFilter | ( | ) |
Definition at line 82 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by load().
ilTestParticipantData::getScoredParticipantsFilterExpression | ( | ) |
Definition at line 161 of file class.ilTestParticipantData.php.
References isScoredParticipantsFilterEnabled().
ilTestParticipantData::getUserDataByActiveId | ( | $activeId | ) |
Definition at line 302 of file class.ilTestParticipantData.php.
ilTestParticipantData::getUserIdByActiveId | ( | $activeId | ) |
Definition at line 238 of file class.ilTestParticipantData.php.
ilTestParticipantData::getUserIds | ( | ) |
Definition at line 228 of file class.ilTestParticipantData.php.
Referenced by ilObjTest\removeTestResults().
ilTestParticipantData::getUserIdsFilter | ( | ) |
Definition at line 208 of file class.ilTestParticipantData.php.
References $userIdsFilter.
Referenced by getConditionalExpression().
ilTestParticipantData::isScoredParticipantsFilterEnabled | ( | ) |
Definition at line 98 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
Referenced by getScoredParticipantsFilterExpression().
ilTestParticipantData::load | ( | $testId | ) |
Definition at line 111 of file class.ilTestParticipantData.php.
References $query, $res, $row, $rows, and getParticipantAccessFilter().
Referenced by ilTestCorrectionsGUI\performQuestionRemoval().
ilTestParticipantData::setActiveIdsFilter | ( | $activeIdsFilter | ) |
Definition at line 193 of file class.ilTestParticipantData.php.
References $activeIdsFilter.
Referenced by ilTestAccess\checkAccessForActiveId().
ilTestParticipantData::setAnonymousIdsFilter | ( | $anonymousIdsFilter | ) |
Definition at line 213 of file class.ilTestParticipantData.php.
References $anonymousIdsFilter.
ilTestParticipantData::setParticipantAccessFilter | ( | $participantAccessFilter | ) |
callable | $participantAccessFilter |
Definition at line 90 of file class.ilTestParticipantData.php.
References $participantAccessFilter.
Referenced by ilObjTest\addExtraTime(), ilParticipantsTestResultsGUI\confirmDeleteAllUserResultsCmd(), ilParticipantsTestResultsGUI\confirmDeleteSelectedUserDataCmd(), ilParticipantsTestResultsGUI\createUserResults(), and ilParticipantsTestResultsGUI\deleteSingleUserResultsCmd().
ilTestParticipantData::setScoredParticipantsFilterEnabled | ( | $scoredParticipantsFilterEnabled | ) |
bool | $scoredParticipantsFilterEnabled |
Definition at line 106 of file class.ilTestParticipantData.php.
References $scoredParticipantsFilterEnabled.
ilTestParticipantData::setUserIdsFilter | ( | $userIdsFilter | ) |
|
private |
Definition at line 26 of file class.ilTestParticipantData.php.
Referenced by getActiveIdsFilter(), and setActiveIdsFilter().
|
private |
Definition at line 36 of file class.ilTestParticipantData.php.
Referenced by getAnonymousIdsFilter(), and setAnonymousIdsFilter().
|
private |
Definition at line 41 of file class.ilTestParticipantData.php.
|
private |
Definition at line 51 of file class.ilTestParticipantData.php.
|
private |
Definition at line 46 of file class.ilTestParticipantData.php.
|
protected |
Definition at line 16 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilTestParticipantData.php.
Referenced by __construct().
|
protected |
Definition at line 56 of file class.ilTestParticipantData.php.
Referenced by getParticipantAccessFilter(), and setParticipantAccessFilter().
|
protected |
Definition at line 61 of file class.ilTestParticipantData.php.
Referenced by isScoredParticipantsFilterEnabled(), and setScoredParticipantsFilterEnabled().
|
private |
Definition at line 31 of file class.ilTestParticipantData.php.
Referenced by getUserIdsFilter(), and setUserIdsFilter().