|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilTestEvaluationData:Public Member Functions | |
| __sleep () | |
| ilTestEvaluationData ($test="") | |
| Constructor. | |
| generateOverview () | |
| getTest () | |
| setTest ($test) | |
| setDatasets ($datasets) | |
| getDatasets () | |
| addQuestionTitle ($question_id, $question_title) | |
| getQuestionTitles () | |
| getQuestionTitle ($question_id) | |
| calculateStatistics () | |
| getParticipants () | |
| resetFilter () | |
| setFilter ($by, $text) | |
| addParticipant ($active_id, $participant) | |
| & | getParticipant ($active_id) |
| participantExists ($active_id) | |
| removeParticipant ($active_id) | |
| & | getStatistics () |
| getParticipantIds () | |
Data Fields | |
| $questionTitles | |
| $participants | |
| $statistics | |
| $filterby | |
| $filtertext | |
| $datasets | |
Private Member Functions | |
| getMembershipByType ($a_usr_id, $a_type) | |
Private Attributes | |
| $test | |
Definition at line 34 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::__sleep | ( | ) |
Definition at line 84 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::addParticipant | ( | $active_id, | |
| $participant | |||
| ) |
Definition at line 309 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 179 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::calculateStatistics | ( | ) |
Definition at line 201 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::generateOverview | ( | ) |
Definition at line 105 of file class.ilTestEvaluationData.php.
References $data, $ilLog, $pass, $result, ilObjTest\_getQuestionCountAndPointsForPassOfParticipant(), addParticipant(), DB_FETCHMODE_ASSOC, getParticipant(), getTest(), and participantExists().
Referenced by ilTestEvaluationData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationData::getDatasets | ( | ) |
Definition at line 174 of file class.ilTestEvaluationData.php.
References $datasets.
|
private |
Definition at line 207 of file class.ilTestEvaluationData.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by getParticipants().
Here is the caller graph for this function:| & ilTestEvaluationData::getParticipant | ( | $active_id | ) |
Definition at line 314 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::getParticipantIds | ( | ) |
Definition at line 334 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getParticipants | ( | ) |
Definition at line 229 of file class.ilTestEvaluationData.php.
References $participants, $result, DB_FETCHMODE_ASSOC, and getMembershipByType().
Here is the call graph for this function:| ilTestEvaluationData::getQuestionTitle | ( | $question_id | ) |
Definition at line 189 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getQuestionTitles | ( | ) |
Definition at line 184 of file class.ilTestEvaluationData.php.
References $questionTitles.
| & ilTestEvaluationData::getStatistics | ( | ) |
Definition at line 329 of file class.ilTestEvaluationData.php.
References $statistics.
| ilTestEvaluationData::getTest | ( | ) |
Definition at line 159 of file class.ilTestEvaluationData.php.
References $test.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::ilTestEvaluationData | ( | $test = "" | ) |
Constructor.
public
Definition at line 94 of file class.ilTestEvaluationData.php.
References $test, and generateOverview().
Here is the call graph for this function:| ilTestEvaluationData::participantExists | ( | $active_id | ) |
Definition at line 319 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
Here is the caller graph for this function:| ilTestEvaluationData::removeParticipant | ( | $active_id | ) |
Definition at line 324 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::resetFilter | ( | ) |
Definition at line 291 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setDatasets | ( | $datasets | ) |
Definition at line 169 of file class.ilTestEvaluationData.php.
References $datasets.
| ilTestEvaluationData::setFilter | ( | $by, | |
| $text | |||
| ) |
Definition at line 303 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setTest | ( | $test | ) |
Definition at line 164 of file class.ilTestEvaluationData.php.
References $test.
| ilTestEvaluationData::$datasets |
Definition at line 82 of file class.ilTestEvaluationData.php.
Referenced by getDatasets(), and setDatasets().
| ilTestEvaluationData::$filterby |
Definition at line 69 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::$filtertext |
Definition at line 76 of file class.ilTestEvaluationData.php.
| 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 getTest(), ilTestEvaluationData(), and setTest().