ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__sleep () | |
__construct (ilObjTest $test=null) | |
Constructor. More... | |
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 15 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::__construct | ( | ilObjTest | $test = null | ) |
Constructor.
public
Definition at line 68 of file class.ilTestEvaluationData.php.
References $test, array, and generateOverview().
ilTestEvaluationData::__sleep | ( | ) |
ilTestEvaluationData::addParticipant | ( | $active_id, | |
$participant | |||
) |
Definition at line 295 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
ilTestEvaluationData::addQuestionTitle | ( | $question_id, | |
$question_title | |||
) |
Definition at line 179 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::calculateStatistics | ( | ) |
Definition at line 198 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::generateOverview | ( | ) |
Definition at line 78 of file class.ilTestEvaluationData.php.
References $data, $ilDB, $pass, $query, $result, $row, ilObjTest\_getQuestionCountAndPointsForPassOfParticipant(), addParticipant(), array, getParticipant(), getTest(), and participantExists().
Referenced by __construct().
ilTestEvaluationData::getDatasets | ( | ) |
ilTestEvaluationData::getParticipant | ( | $active_id | ) |
integer | $active_id |
Definition at line 304 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
ilTestEvaluationData::getParticipantIds | ( | ) |
Definition at line 324 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::getParticipants | ( | ) |
Definition at line 204 of file class.ilTestEvaluationData.php.
References $ilDB, $participants, ilObject\_getIdsForTitle(), ilParticipants\_getMembershipByType(), and array.
ilTestEvaluationData::getQuestionTitle | ( | $question_id | ) |
Definition at line 189 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::getQuestionTitles | ( | ) |
ilTestEvaluationData::getStatistics | ( | ) |
ilTestEvaluationData::getTest | ( | ) |
Definition at line 159 of file class.ilTestEvaluationData.php.
References $test.
Referenced by generateOverview().
ilTestEvaluationData::participantExists | ( | $active_id | ) |
Definition at line 309 of file class.ilTestEvaluationData.php.
Referenced by generateOverview().
ilTestEvaluationData::removeParticipant | ( | $active_id | ) |
Definition at line 314 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::resetFilter | ( | ) |
ilTestEvaluationData::setDatasets | ( | $datasets | ) |
ilTestEvaluationData::setFilter | ( | $by, | |
$text | |||
) |
Definition at line 280 of file class.ilTestEvaluationData.php.
ilTestEvaluationData::setFilterArray | ( | $arrFilter | ) |
ilTestEvaluationData::setTest | ( | $test | ) |
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().