|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilTestEvaluationData:Public Member Functions | |
| __sleep () | |
| __construct (ilObjTest $test=null) | |
| Constructor. More... | |
| getAccessFilteredParticipantList () | |
| setAccessFilteredParticipantList ($accessFilteredParticipantList) | |
| generateOverview () | |
| getTest () | |
| setTest ($test) | |
| setDatasets ($datasets) | |
| getDatasets () | |
| addQuestionTitle ($question_id, $question_title) | |
| getQuestionTitles () | |
| getQuestionTitle ($question_id) | |
| calculateStatistics () | |
| getTotalFinishedParticipants () | |
| getParticipants () | |
| resetFilter () | |
| setFilter ($by, $text) | |
| setFilterArray ($arrFilter) | |
| addParticipant ($active_id, $participant) | |
| getParticipant ($active_id) | |
| participantExists ($active_id) | |
| removeParticipant ($active_id) | |
| getStatistics () | |
| getParticipantIds () | |
Data Fields | |
| $questionTitles | |
| $participants | |
| $statistics | |
| $arrFilter | |
| $datasets | |
Protected Member Functions | |
| checkParticipantAccess ($activeId) | |
| loadRows () | |
Protected Attributes | |
| $accessFilteredParticipantList | |
Private Attributes | |
| $test | |
Definition at line 15 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::__construct | ( | ilObjTest | $test = null | ) |
Constructor.
@access public
Definition at line 73 of file class.ilTestEvaluationData.php.
References $test, generateOverview(), getAccessFilteredParticipantList(), getTest(), setAccessFilteredParticipantList(), and test().
Here is the call graph for this function:| ilTestEvaluationData::__sleep | ( | ) |
Definition at line 63 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::addParticipant | ( | $active_id, | |
| $participant | |||
| ) |
Definition at line 367 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::addQuestionTitle | ( | $question_id, | |
| $question_title | |||
| ) |
Definition at line 235 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::calculateStatistics | ( | ) |
Definition at line 254 of file class.ilTestEvaluationData.php.
|
protected |
Definition at line 106 of file class.ilTestEvaluationData.php.
References getAccessFilteredParticipantList().
Referenced by loadRows().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::generateOverview | ( | ) |
Definition at line 158 of file class.ilTestEvaluationData.php.
References $data, $pass, $row, ilObjTest\_getQuestionCountAndPointsForPassOfParticipant(), addParticipant(), getParticipant(), getTest(), loadRows(), and participantExists().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::getAccessFilteredParticipantList | ( | ) |
Definition at line 93 of file class.ilTestEvaluationData.php.
References $accessFilteredParticipantList.
Referenced by __construct(), and checkParticipantAccess().
Here is the caller graph for this function:| ilTestEvaluationData::getDatasets | ( | ) |
| ilTestEvaluationData::getParticipant | ( | $active_id | ) |
| integer | $active_id |
Definition at line 376 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::getParticipantIds | ( | ) |
Definition at line 396 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getParticipants | ( | ) |
Definition at line 275 of file class.ilTestEvaluationData.php.
References $DIC, $ilDB, $participants, ilObject\_getIdsForTitle(), and ilParticipants\_getMembershipByType().
Here is the call graph for this function:| ilTestEvaluationData::getQuestionTitle | ( | $question_id | ) |
Definition at line 245 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getQuestionTitles | ( | ) |
Definition at line 240 of file class.ilTestEvaluationData.php.
References $questionTitles.
| ilTestEvaluationData::getStatistics | ( | ) |
| ilTestEvaluationData::getTest | ( | ) |
Definition at line 215 of file class.ilTestEvaluationData.php.
References $test.
Referenced by __construct(), generateOverview(), and loadRows().
Here is the caller graph for this function:| ilTestEvaluationData::getTotalFinishedParticipants | ( | ) |
Definition at line 260 of file class.ilTestEvaluationData.php.
|
protected |
Definition at line 115 of file class.ilTestEvaluationData.php.
References $DIC, $query, $result, $row, $rows, checkParticipantAccess(), and getTest().
Referenced by generateOverview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::participantExists | ( | $active_id | ) |
Definition at line 381 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::removeParticipant | ( | $active_id | ) |
Definition at line 386 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::resetFilter | ( | ) |
Definition at line 341 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setAccessFilteredParticipantList | ( | $accessFilteredParticipantList | ) |
| ilTestParticipantList | $accessFilteredParticipantList |
Definition at line 101 of file class.ilTestEvaluationData.php.
References $accessFilteredParticipantList.
Referenced by __construct().
Here is the caller graph for this function:| ilTestEvaluationData::setDatasets | ( | $datasets | ) |
Definition at line 225 of file class.ilTestEvaluationData.php.
References $datasets.
| ilTestEvaluationData::setFilter | ( | $by, | |
| $text | |||
| ) |
Definition at line 352 of file class.ilTestEvaluationData.php.
References $text.
| ilTestEvaluationData::setFilterArray | ( | $arrFilter | ) |
Definition at line 362 of file class.ilTestEvaluationData.php.
References $arrFilter.
| ilTestEvaluationData::setTest | ( | $test | ) |
|
protected |
Definition at line 61 of file class.ilTestEvaluationData.php.
Referenced by getAccessFilteredParticipantList(), and setAccessFilteredParticipantList().
| ilTestEvaluationData::$arrFilter |
Definition at line 50 of file class.ilTestEvaluationData.php.
Referenced by setFilterArray().
| ilTestEvaluationData::$datasets |
Definition at line 56 of file class.ilTestEvaluationData.php.
Referenced by getDatasets(), and setDatasets().
| ilTestEvaluationData::$participants |
Definition at line 36 of file class.ilTestEvaluationData.php.
Referenced by getParticipants().
| ilTestEvaluationData::$questionTitles |
Definition at line 22 of file class.ilTestEvaluationData.php.
Referenced by getQuestionTitles().
| ilTestEvaluationData::$statistics |
Definition at line 43 of file class.ilTestEvaluationData.php.
Referenced by getStatistics().
|
private |
Definition at line 29 of file class.ilTestEvaluationData.php.
Referenced by __construct(), getTest(), and setTest().