|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilTestEvaluationData:Public Member Functions | |
| __sleep () | |
| __construct ($test="") | |
| Constructor. | |
| __destruct () | |
| generateOverview () | |
| unsetParticipant ($active_id) | |
| getCompleteDataForParticipant ($active_id) | |
| getTest () | |
| setTest ($test) | |
| setDatasets ($datasets) | |
| getDatasets () | |
| addQuestionTitle ($question_id, $question_title) | |
| getQuestionTitles () | |
| getQuestionTitle ($question_id) | |
| calculateStatistics () | |
| getParticipants () | |
| resetFilter () | |
| setFilter ($by, $text) | |
| setFilterArray ($arrFilter) | |
| addParticipant ($active_id, $participant) | |
| & | getParticipant ($active_id) |
| participantExists ($active_id) | |
| removeParticipant ($active_id) | |
| & | getStatistics () |
| getParticipantIds () | |
Static Public Member Functions | |
| static | _getTimeStatsForParticipant ($active_id, $pass=null) |
| static | _getTimeStatsForTest ($test_id) |
| static | _getTimeStatsForQueryResult ($result) |
Data Fields | |
| $questionTitles | |
| $participants | |
| $statistics | |
| $arrFilter | |
| $datasets | |
Private Attributes | |
| $test | |
Definition at line 34 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::__construct | ( | $test = "" | ) |
Constructor.
public
Definition at line 87 of file class.ilTestEvaluationData.php.
References $test, and generateOverview().
Here is the call graph for this function:| ilTestEvaluationData::__destruct | ( | ) |
Definition at line 98 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::__sleep | ( | ) |
Definition at line 77 of file class.ilTestEvaluationData.php.
|
static |
Definition at line 437 of file class.ilTestEvaluationData.php.
References $ilDB, $pass, and _getTimeStatsForQueryResult().
Here is the call graph for this function:
|
static |
Definition at line 467 of file class.ilTestEvaluationData.php.
References $data, $ilDB, and $row.
Referenced by _getTimeStatsForParticipant(), and _getTimeStatsForTest().
Here is the caller graph for this function:
|
static |
Definition at line 457 of file class.ilTestEvaluationData.php.
References $ilDB, and _getTimeStatsForQueryResult().
Referenced by ilTestEvaluationGUI\singleResults(), and ilTestExport\writeQuestionUsageTimes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::addParticipant | ( | $active_id, | |
| $participant | |||
| ) |
Definition at line 407 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 289 of file class.ilTestEvaluationData.php.
Referenced by getCompleteDataForParticipant().
Here is the caller graph for this function:| ilTestEvaluationData::calculateStatistics | ( | ) |
Definition at line 311 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::generateOverview | ( | ) |
Definition at line 108 of file class.ilTestEvaluationData.php.
References $data, $ilDB, $pass, $row, ilObjTest\_getQuestionCountAndPointsForPassOfParticipant(), addParticipant(), getParticipant(), getTest(), and participantExists().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::getCompleteDataForParticipant | ( | $active_id | ) |
Definition at line 165 of file class.ilTestEvaluationData.php.
References $datasets, $ilDB, $pass, $row, addQuestionTitle(), getParticipant(), and getTest().
Here is the call graph for this function:| ilTestEvaluationData::getDatasets | ( | ) |
Definition at line 284 of file class.ilTestEvaluationData.php.
References $datasets.
| & ilTestEvaluationData::getParticipant | ( | $active_id | ) |
Definition at line 412 of file class.ilTestEvaluationData.php.
Referenced by generateOverview(), and getCompleteDataForParticipant().
Here is the caller graph for this function:| ilTestEvaluationData::getParticipantIds | ( | ) |
Definition at line 432 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getParticipants | ( | ) |
Definition at line 317 of file class.ilTestEvaluationData.php.
References $ilDB, $participants, ilObject\_getIdsForTitle(), and ilParticipants\_getMembershipByType().
Here is the call graph for this function:| ilTestEvaluationData::getQuestionTitle | ( | $question_id | ) |
Definition at line 299 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getQuestionTitles | ( | ) |
Definition at line 294 of file class.ilTestEvaluationData.php.
References $questionTitles.
| & ilTestEvaluationData::getStatistics | ( | ) |
Definition at line 427 of file class.ilTestEvaluationData.php.
References $statistics.
| ilTestEvaluationData::getTest | ( | ) |
Definition at line 269 of file class.ilTestEvaluationData.php.
References $test.
Referenced by generateOverview(), and getCompleteDataForParticipant().
Here is the caller graph for this function:| ilTestEvaluationData::participantExists | ( | $active_id | ) |
Definition at line 417 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::removeParticipant | ( | $active_id | ) |
Definition at line 422 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::resetFilter | ( | ) |
Definition at line 381 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setDatasets | ( | $datasets | ) |
Definition at line 279 of file class.ilTestEvaluationData.php.
References $datasets.
| ilTestEvaluationData::setFilter | ( | $by, | |
| $text | |||
| ) |
Definition at line 392 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setFilterArray | ( | $arrFilter | ) |
Definition at line 402 of file class.ilTestEvaluationData.php.
References $arrFilter.
| ilTestEvaluationData::setTest | ( | $test | ) |
Definition at line 274 of file class.ilTestEvaluationData.php.
References $test.
| ilTestEvaluationData::unsetParticipant | ( | $active_id | ) |
Definition at line 160 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::$arrFilter |
Definition at line 69 of file class.ilTestEvaluationData.php.
Referenced by setFilterArray().
| ilTestEvaluationData::$datasets |
Definition at line 75 of file class.ilTestEvaluationData.php.
Referenced by getCompleteDataForParticipant(), getDatasets(), and setDatasets().
| ilTestEvaluationData::$participants |
Definition at line 55 of file class.ilTestEvaluationData.php.
Referenced by getParticipants().
| ilTestEvaluationData::$questionTitles |
Definition at line 41 of file class.ilTestEvaluationData.php.
Referenced by getQuestionTitles().
| ilTestEvaluationData::$statistics |
Definition at line 62 of file class.ilTestEvaluationData.php.
Referenced by getStatistics().
|
private |
Definition at line 48 of file class.ilTestEvaluationData.php.
Referenced by __construct(), getTest(), and setTest().