ILIAS
Release_4_0_x_branch Revision 61816
|
This class calculates statistical data for a test which has to be calculated using all participant datasets (like the median). More...
Public Member Functions | |
ilTestStatistics ($eval_data) | |
ilTestStatistics constructor | |
getStatistics () | |
Returns the statistics object. | |
calculateStatistics ($eval_data) | |
Instanciates the statistics object. |
Data Fields | |
$test_id | |
$statistics |
This class calculates statistical data for a test which has to be calculated using all participant datasets (like the median).
Definition at line 36 of file class.ilTestStatistics.php.
ilTestStatistics::calculateStatistics | ( | $eval_data | ) |
Instanciates the statistics object.
private
Definition at line 73 of file class.ilTestStatistics.php.
Referenced by ilTestStatistics().
ilTestStatistics::getStatistics | ( | ) |
Returns the statistics object.
Definition at line 62 of file class.ilTestStatistics.php.
References $statistics.
ilTestStatistics::ilTestStatistics | ( | $eval_data | ) |
ilTestStatistics constructor
The constructor takes the id of an existing test object
integer | $eval_data | Complete test data as ilTestEvaluationData object public |
Definition at line 49 of file class.ilTestStatistics.php.
References calculateStatistics().
ilTestStatistics::$statistics |
Definition at line 39 of file class.ilTestStatistics.php.
Referenced by getStatistics().
ilTestStatistics::$test_id |
Definition at line 38 of file class.ilTestStatistics.php.