ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 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().
ilTestStatistics::calculateStatistics | ( | $eval_data | ) |
Instanciates the statistics object.
private
Definition at line 64 of file class.ilTestStatistics.php.
Referenced by __construct().
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.