ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | _lookupStatus (int $a_obj_id, int $a_user_id) |
Lookup current success status (STATUS_NOT_GRADED|STATUS_PASSED|STATUS_FAILED) More... | |
static | _lookupStatusTime (int $a_obj_id, int $a_user_id) |
static | _writeStatus (int $a_obj_id, int $a_user_id, int $a_status) |
Data Fields | |
const | STATUS_NOT_GRADED = 0 |
const | STATUS_PASSED = 1 |
const | STATUS_FAILED = 2 |
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
Definition at line 22 of file class.ilWikiContributor.php.
|
static |
Lookup current success status (STATUS_NOT_GRADED|STATUS_PASSED|STATUS_FAILED)
Definition at line 32 of file class.ilWikiContributor.php.
References $DIC, $ilDB, and null.
Referenced by ilWikiContributorsTableGUI\fillRow(), ilObjWikiGUI\infoScreen(), and ilObjWikiGUI\saveGradingObject().
|
static |
Definition at line 52 of file class.ilWikiContributor.php.
References $DIC, $ilDB, and null.
Referenced by ilWikiContributorsTableGUI\fillRow().
|
static |
int | $status | status: STATUS_NOT_GRADED|STATUS_PASSED|STATUS_FAILED |
Definition at line 75 of file class.ilWikiContributor.php.
References $DIC, $ilDB, and ilUtil\now().
Referenced by ilObjWikiGUI\saveGradingObject().
const ilWikiContributor::STATUS_FAILED = 2 |
Definition at line 26 of file class.ilWikiContributor.php.
Referenced by ilWikiContributorsTableGUI\fillRow(), and ilObjWikiGUI\infoScreen().
const ilWikiContributor::STATUS_NOT_GRADED = 0 |
Definition at line 24 of file class.ilWikiContributor.php.
Referenced by ilWikiContributorsTableGUI\fillRow(), and ilObjWikiGUI\infoScreen().
const ilWikiContributor::STATUS_PASSED = 1 |
Definition at line 25 of file class.ilWikiContributor.php.
Referenced by ilWikiContributorsTableGUI\fillRow(), and ilObjWikiGUI\infoScreen().