Public Member Functions | |
ilLPTestListGUI ($a_obj_id) | |
__readAnonymized () |
Definition at line 38 of file class.ilLPTestListGUI.php.
ilLPTestListGUI::__readAnonymized | ( | ) |
Definition at line 48 of file class.ilLPTestListGUI.php.
References ilObjTest::_lookupTestType(), and ilLPItemListGUI::getId().
Referenced by ilLPTestListGUI().
{ include_once 'assessment/classes/class.ilObjTest.php'; if(ilObjTest::_lookupTestType($this->getId()) == TYPE_SELF_ASSESSMENT) { $this->anonymized = true; } }
ilLPTestListGUI::ilLPTestListGUI | ( | $ | a_obj_id | ) |
Definition at line 40 of file class.ilLPTestListGUI.php.
References __readAnonymized(), and ilLPObjectItemListGUI::ilLPObjectItemListGUI().
{ parent::ilLPObjectItemListGUI($a_obj_id,'tst'); $this->__readAnonymized(); }