ILIAS  release_8 Revision v8.24
ilCertificateTestObjectHelper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public function getResultPass(int $active_id): ?int
27 {
28 return ilObjTest::_getResultPass($active_id);
29 }
30}
static _getResultPass($active_id)
Retrieves the pass number that should be counted for a given user.