ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class calculates statistical data for a test which has to be calculated using all participant datasets (like the median). More...
Public Member Functions | |
__construct ($eval_data) | |
ilTestStatistics constructor More... | |
getStatistics () | |
Returns the statistics object. More... | |
calculateStatistics ($eval_data) | |
Instanciates the statistics object. More... | |
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 16 of file class.ilTestStatistics.php.
ilTestStatistics::__construct | ( | $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 29 of file class.ilTestStatistics.php.
References calculateStatistics().
ilTestStatistics::calculateStatistics | ( | $eval_data | ) |
Instanciates the statistics object.
private
Definition at line 53 of file class.ilTestStatistics.php.
Referenced by __construct().
ilTestStatistics::getStatistics | ( | ) |
Returns the statistics object.
Definition at line 42 of file class.ilTestStatistics.php.
References $statistics.
ilTestStatistics::$statistics |
Definition at line 19 of file class.ilTestStatistics.php.
Referenced by getStatistics().
ilTestStatistics::$test_id |
Definition at line 18 of file class.ilTestStatistics.php.