| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilTestEvaluationData:
 Collaboration diagram for ilTestEvaluationData:| Public Member Functions | |
| __sleep () | |
| ilTestEvaluationData (ilObjTest $test=null) | |
| Constructor. | |
| generateOverview () | |
| 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 () | |
| Data Fields | |
| $questionTitles | |
| $participants | |
| $statistics | |
| $arrFilter | |
| $datasets | |
| Private Attributes | |
| $test | |
Definition at line 35 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::__sleep | ( | ) | 
Definition at line 78 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::addParticipant | ( | $active_id, | |
| $participant | |||
| ) | 
Definition at line 322 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationData::addQuestionTitle | ( | $question_id, | |
| $question_title | |||
| ) | 
Definition at line 204 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::calculateStatistics | ( | ) | 
Definition at line 226 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::generateOverview | ( | ) | 
Definition at line 99 of file class.ilTestEvaluationData.php.
References $data, $pass, $query, $result, $row, ilObjTest\_getQuestionCountAndPointsForPassOfParticipant(), addParticipant(), getParticipant(), getTest(), and participantExists().
Referenced by ilTestEvaluationData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationData::getDatasets | ( | ) | 
Definition at line 199 of file class.ilTestEvaluationData.php.
References $datasets.
| & ilTestEvaluationData::getParticipant | ( | $active_id | ) | 
| integer | $active_id | 
Definition at line 331 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationData::getParticipantIds | ( | ) | 
Definition at line 351 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getParticipants | ( | ) | 
Definition at line 232 of file class.ilTestEvaluationData.php.
References $participants, ilObject\_getIdsForTitle(), and ilParticipants\_getMembershipByType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationData::getQuestionTitle | ( | $question_id | ) | 
Definition at line 214 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::getQuestionTitles | ( | ) | 
Definition at line 209 of file class.ilTestEvaluationData.php.
References $questionTitles.
| & ilTestEvaluationData::getStatistics | ( | ) | 
Definition at line 346 of file class.ilTestEvaluationData.php.
References $statistics.
| ilTestEvaluationData::getTest | ( | ) | 
Definition at line 184 of file class.ilTestEvaluationData.php.
References $test.
Referenced by generateOverview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationData::ilTestEvaluationData | ( | ilObjTest | $test = null | ) | 
Constructor.
public
Definition at line 88 of file class.ilTestEvaluationData.php.
References $test, and generateOverview().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationData::participantExists | ( | $active_id | ) | 
Definition at line 336 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationData::removeParticipant | ( | $active_id | ) | 
Definition at line 341 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::resetFilter | ( | ) | 
Definition at line 296 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setDatasets | ( | $datasets | ) | 
Definition at line 194 of file class.ilTestEvaluationData.php.
References $datasets.
| ilTestEvaluationData::setFilter | ( | $by, | |
| $text | |||
| ) | 
Definition at line 307 of file class.ilTestEvaluationData.php.
| ilTestEvaluationData::setFilterArray | ( | $arrFilter | ) | 
Definition at line 317 of file class.ilTestEvaluationData.php.
References $arrFilter.
| ilTestEvaluationData::setTest | ( | $test | ) | 
Definition at line 189 of file class.ilTestEvaluationData.php.
References $test.
| ilTestEvaluationData::$arrFilter | 
Definition at line 70 of file class.ilTestEvaluationData.php.
Referenced by setFilterArray().
| ilTestEvaluationData::$datasets | 
Definition at line 76 of file class.ilTestEvaluationData.php.
Referenced by getDatasets(), and setDatasets().
| ilTestEvaluationData::$participants | 
Definition at line 56 of file class.ilTestEvaluationData.php.
Referenced by getParticipants().
| ilTestEvaluationData::$questionTitles | 
Definition at line 42 of file class.ilTestEvaluationData.php.
Referenced by getQuestionTitles().
| ilTestEvaluationData::$statistics | 
Definition at line 63 of file class.ilTestEvaluationData.php.
Referenced by getStatistics().
| 
 | private | 
Definition at line 49 of file class.ilTestEvaluationData.php.
Referenced by getTest(), ilTestEvaluationData(), and setTest().