| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 32 of file class.ilTestStatistics.php.
| ilTestStatistics::__construct | ( | $eval_data | ) | 
ilTestStatistics constructor
The constructor takes the id of an existing test object
Definition at line 42 of file class.ilTestStatistics.php.
References calculateStatistics().
 Here is the call graph for this function:| ilTestStatistics::calculateStatistics | ( | $eval_data | ) | 
Instanciates the statistics object.
private
Definition at line 66 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 55 of file class.ilTestStatistics.php.
References $statistics.
| ilTestStatistics::$statistics | 
Definition at line 35 of file class.ilTestStatistics.php.
Referenced by getStatistics().
| ilTestStatistics::$test_id | 
Definition at line 34 of file class.ilTestStatistics.php.