|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class calculates statistical data for a test which has to be calculated using all participant datasets (like the median).
Definition at line 30 of file class.ilTestStatistics.php.
| ilTestStatistics::__construct | ( | $eval_data | ) |
ilTestStatistics constructor
The constructor takes the id of an existing test object
Definition at line 40 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 64 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 53 of file class.ilTestStatistics.php.
References $statistics.
| ilTestStatistics::$statistics |
Definition at line 33 of file class.ilTestStatistics.php.
Referenced by getStatistics().
| ilTestStatistics::$test_id |
Definition at line 32 of file class.ilTestStatistics.php.