ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (ilObjTest $testObj) | |
getTestObj () | |
setTestObj ($testObj) | |
addParticipant (ilTestParticipant $participant) | |
getParticipantByUsrId ($usrId) | |
getParticipantByActiveId ($activeId) | |
hasUnfinishedPasses () | |
hasScorings () | |
getAllUserIds () | |
getAllActiveIds () | |
isActiveIdInList ($activeId) | |
getAccessFilteredList (callable $userAccessFilter) | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
initializeFromDbRows ($dbRows) | |
getScoredParticipantList () | |
buildScoringsQuery () | |
getParticipantsTableRows () | |
getScoringsTableRows () | |
lookupNrOfTries ($activeId) | |
Protected Member Functions | |
lookupLastAccess ($activeId) | |
buildFullname (ilTestParticipant $participant) | |
buildInviteeFullname (ilTestParticipant $participant) | |
buildParticipantsFullname (ilTestParticipant $participant) | |
Protected Attributes | |
$participants = array() | |
$testObj | |
Definition at line 27 of file class.ilTestParticipantList.php.
ilTestParticipantList::__construct | ( | ilObjTest | $testObj | ) |
ilObjTest | $testObj |
Definition at line 42 of file class.ilTestParticipantList.php.
References $testObj.
ilTestParticipantList::addParticipant | ( | ilTestParticipant | $participant | ) |
ilTestParticipant | $participant |
Definition at line 66 of file class.ilTestParticipantList.php.
Referenced by initializeFromDbRows().
|
protected |
ilTestParticipant | $participant |
Definition at line 400 of file class.ilTestParticipantList.php.
References buildInviteeFullname(), buildParticipantsFullname(), ilTestParticipant\getActiveId(), and getTestObj().
Referenced by getParticipantsTableRows(), and getScoringsTableRows().
|
protected |
ilTestParticipant | $participant |
Definition at line 413 of file class.ilTestParticipantList.php.
References $DIC, ilTestParticipant\getFirstname(), ilTestParticipant\getLastname(), and getTestObj().
Referenced by buildFullname().
|
protected |
ilTestParticipant | $participant |
Definition at line 432 of file class.ilTestParticipantList.php.
References ilObjTestAccess\_getParticipantData(), and ilTestParticipant\getActiveId().
Referenced by buildFullname().
ilTestParticipantList::buildScoringsQuery | ( | ) |
Definition at line 264 of file class.ilTestParticipantList.php.
References $DIC, $query, getAllActiveIds(), and getTestObj().
Referenced by getScoredParticipantList().
ilTestParticipantList::current | ( | ) |
Definition at line 172 of file class.ilTestParticipantList.php.
ilTestParticipantList::getAccessFilteredList | ( | callable | $userAccessFilter | ) |
Definition at line 156 of file class.ilTestParticipantList.php.
References getAllUserIds(), and getTestObj().
ilTestParticipantList::getAllActiveIds | ( | ) |
Definition at line 134 of file class.ilTestParticipantList.php.
Referenced by buildScoringsQuery().
ilTestParticipantList::getAllUserIds | ( | ) |
Definition at line 123 of file class.ilTestParticipantList.php.
Referenced by getAccessFilteredList().
ilTestParticipantList::getParticipantByActiveId | ( | $activeId | ) |
Definition at line 83 of file class.ilTestParticipantList.php.
Referenced by getScoredParticipantList().
ilTestParticipantList::getParticipantByUsrId | ( | $usrId | ) |
Definition at line 71 of file class.ilTestParticipantList.php.
ilTestParticipantList::getParticipantsTableRows | ( | ) |
Definition at line 300 of file class.ilTestParticipantList.php.
References $rows, buildFullname(), lookupLastAccess(), and lookupNrOfTries().
ilTestParticipantList::getScoredParticipantList | ( | ) |
Definition at line 229 of file class.ilTestParticipantList.php.
References $DIC, $res, buildScoringsQuery(), getParticipantByActiveId(), and getTestObj().
ilTestParticipantList::getScoringsTableRows | ( | ) |
Definition at line 326 of file class.ilTestParticipantList.php.
References $rows, buildFullname(), and ilObjTest\lookupLastTestPassAccess().
ilTestParticipantList::getTestObj | ( | ) |
Definition at line 50 of file class.ilTestParticipantList.php.
References $testObj.
Referenced by buildFullname(), buildInviteeFullname(), buildScoringsQuery(), getAccessFilteredList(), getScoredParticipantList(), and lookupLastAccess().
ilTestParticipantList::hasScorings | ( | ) |
ilTestParticipantList::hasUnfinishedPasses | ( | ) |
Definition at line 98 of file class.ilTestParticipantList.php.
Referenced by ilTestParticipantsGUI\initToolbarControls().
ilTestParticipantList::initializeFromDbRows | ( | $dbRows | ) |
array[] | $dbRows |
Definition at line 196 of file class.ilTestParticipantList.php.
References addParticipant().
ilTestParticipantList::isActiveIdInList | ( | $activeId | ) |
Definition at line 145 of file class.ilTestParticipantList.php.
ilTestParticipantList::key | ( | ) |
Definition at line 180 of file class.ilTestParticipantList.php.
Referenced by valid().
|
protected |
integer | $activeId |
Definition at line 387 of file class.ilTestParticipantList.php.
References getTestObj().
Referenced by getParticipantsTableRows().
ilTestParticipantList::lookupNrOfTries | ( | $activeId | ) |
integer | $activeId |
Definition at line 371 of file class.ilTestParticipantList.php.
References ilObjTest\_getMaxPass().
Referenced by getParticipantsTableRows().
ilTestParticipantList::next | ( | ) |
Definition at line 176 of file class.ilTestParticipantList.php.
ilTestParticipantList::rewind | ( | ) |
Definition at line 188 of file class.ilTestParticipantList.php.
ilTestParticipantList::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 58 of file class.ilTestParticipantList.php.
References $testObj.
ilTestParticipantList::valid | ( | ) |
Definition at line 184 of file class.ilTestParticipantList.php.
References key().
|
protected |
Definition at line 32 of file class.ilTestParticipantList.php.
|
protected |
Definition at line 37 of file class.ilTestParticipantList.php.
Referenced by __construct(), getTestObj(), and setTestObj().