ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 15 of file class.ilTestParticipantList.php.
ilTestParticipantList::__construct | ( | ilObjTest | $testObj | ) |
ilObjTest | $testObj |
Definition at line 30 of file class.ilTestParticipantList.php.
References $testObj.
ilTestParticipantList::addParticipant | ( | ilTestParticipant | $participant | ) |
ilTestParticipant | $participant |
Definition at line 54 of file class.ilTestParticipantList.php.
Referenced by initializeFromDbRows().
|
protected |
ilTestParticipant | $participant |
Definition at line 389 of file class.ilTestParticipantList.php.
References buildInviteeFullname(), buildParticipantsFullname(), ilTestParticipant\getActiveId(), and getTestObj().
Referenced by getParticipantsTableRows(), and getScoringsTableRows().
|
protected |
ilTestParticipant | $participant |
Definition at line 402 of file class.ilTestParticipantList.php.
References $DIC, ilTestParticipant\getFirstname(), ilTestParticipant\getLastname(), and getTestObj().
Referenced by buildFullname().
|
protected |
ilTestParticipant | $participant |
Definition at line 421 of file class.ilTestParticipantList.php.
References ilObjTestAccess\_getParticipantData(), and ilTestParticipant\getActiveId().
Referenced by buildFullname().
ilTestParticipantList::buildScoringsQuery | ( | ) |
Definition at line 254 of file class.ilTestParticipantList.php.
References $DIC, $query, getAllActiveIds(), and getTestObj().
Referenced by getScoredParticipantList().
ilTestParticipantList::current | ( | ) |
Definition at line 162 of file class.ilTestParticipantList.php.
ilTestParticipantList::getAccessFilteredList | ( | callable | $userAccessFilter | ) |
Definition at line 146 of file class.ilTestParticipantList.php.
References getAllUserIds(), and getTestObj().
ilTestParticipantList::getAllActiveIds | ( | ) |
Definition at line 124 of file class.ilTestParticipantList.php.
Referenced by buildScoringsQuery().
ilTestParticipantList::getAllUserIds | ( | ) |
Definition at line 113 of file class.ilTestParticipantList.php.
Referenced by getAccessFilteredList().
ilTestParticipantList::getParticipantByActiveId | ( | $activeId | ) |
$activeId |
Definition at line 74 of file class.ilTestParticipantList.php.
Referenced by getScoredParticipantList().
ilTestParticipantList::getParticipantByUsrId | ( | $usrId | ) |
Definition at line 59 of file class.ilTestParticipantList.php.
ilTestParticipantList::getParticipantsTableRows | ( | ) |
Definition at line 290 of file class.ilTestParticipantList.php.
References $row, $rows, buildFullname(), lookupLastAccess(), and lookupNrOfTries().
ilTestParticipantList::getScoredParticipantList | ( | ) |
Definition at line 219 of file class.ilTestParticipantList.php.
References $DIC, $res, $row, buildScoringsQuery(), getParticipantByActiveId(), and getTestObj().
ilTestParticipantList::getScoringsTableRows | ( | ) |
Definition at line 316 of file class.ilTestParticipantList.php.
References $row, $rows, buildFullname(), and ilObjTest\lookupLastTestPassAccess().
ilTestParticipantList::getTestObj | ( | ) |
Definition at line 38 of file class.ilTestParticipantList.php.
References $testObj.
Referenced by buildFullname(), buildInviteeFullname(), buildScoringsQuery(), getAccessFilteredList(), getScoredParticipantList(), and lookupLastAccess().
ilTestParticipantList::hasScorings | ( | ) |
ilTestParticipantList::hasUnfinishedPasses | ( | ) |
Definition at line 88 of file class.ilTestParticipantList.php.
Referenced by ilTestParticipantsGUI\initToolbarControls().
ilTestParticipantList::initializeFromDbRows | ( | $dbRows | ) |
array[] | $dbRows |
Definition at line 186 of file class.ilTestParticipantList.php.
References addParticipant().
ilTestParticipantList::isActiveIdInList | ( | $activeId | ) |
Definition at line 135 of file class.ilTestParticipantList.php.
ilTestParticipantList::key | ( | ) |
Definition at line 170 of file class.ilTestParticipantList.php.
Referenced by valid().
|
protected |
integer | $activeId |
Definition at line 376 of file class.ilTestParticipantList.php.
References getTestObj().
Referenced by getParticipantsTableRows().
ilTestParticipantList::lookupNrOfTries | ( | $activeId | ) |
integer | $activeId |
Definition at line 360 of file class.ilTestParticipantList.php.
References ilObjTest\_getMaxPass().
Referenced by getParticipantsTableRows().
ilTestParticipantList::next | ( | ) |
Definition at line 166 of file class.ilTestParticipantList.php.
ilTestParticipantList::rewind | ( | ) |
Definition at line 178 of file class.ilTestParticipantList.php.
ilTestParticipantList::setTestObj | ( | $testObj | ) |
ilObjTest | $testObj |
Definition at line 46 of file class.ilTestParticipantList.php.
References $testObj.
ilTestParticipantList::valid | ( | ) |
Definition at line 174 of file class.ilTestParticipantList.php.
References key().
|
protected |
Definition at line 20 of file class.ilTestParticipantList.php.
|
protected |
Definition at line 25 of file class.ilTestParticipantList.php.
Referenced by __construct(), getTestObj(), and setTestObj().