Beispiel #1
0
 /**
  * Constructor
  */
 function __construct($a_id = 0, $a_old_nr = 0, $a_prevent_get_id = false, $a_lang = "")
 {
     parent::__construct("lm", $a_id, $a_old_nr, $a_prevent_get_id, $a_lang);
     include_once "./Modules/LearningModule/classes/class.ilObjContentObject.php";
     $this->getPageConfig()->setUseStoredQuestionTries(ilObjContentObject::_lookupStoreTries($this->getPageObject()->getParentId()));
 }