Ejemplo n.º 1
0
 public function getCurrentMode()
 {
     if ($this->checkSCORMPreconditions()) {
         return ilLPObjSettings::LP_MODE_SCORM;
     }
     return parent::getCurrentMode();
 }
Ejemplo n.º 2
0
 public function getCurrentMode()
 {
     if ($this->checkObjectives()) {
         return ilLPObjSettings::LP_MODE_OBJECTIVES;
     }
     return parent::getCurrentMode();
 }