|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
This class calculates statistical data for a test which has to be calculated using all participant datasets (like the median). More...
Collaboration diagram for ilTestStatistics: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 @access public |
Definition at line 29 of file class.ilTestStatistics.php.
References calculateStatistics().
Here is the call graph for this function:| ilTestStatistics::calculateStatistics | ( | $eval_data | ) |
Instanciates the statistics object.
@access private
Definition at line 53 of file class.ilTestStatistics.php.
Referenced by __construct().
Here is the caller graph for this function:| 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.