@ -1,7 +1,7 @@
<?php //$id:$
/**
* Defines the AICC class, which is meant to contain the aicc items (nuclear elements)
* @package dokeos.learnpath.aicc
* @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details
*/
* Container for the aiccResource class that deals with elemens from AICC Course Structure file
* @package scorm.learnpath
* Container for the aiccResource class that deals with elemens from AICC Objectives file
* Container for the aiccResource class that deals with elemens from AICC Descriptor file
@ -4,6 +4,7 @@
* version 1.6.3 and 1.8 of Dokeos by loading libraries in a different way.
* The switch is now deprecated and this file will be renamed later on to
* something like lp_includes.inc.php
require_once('../inc/global.inc.php');
require_once(api_get_path(LIBRARY_PATH) . 'events.lib.inc.php');
<?php //$id: $
* Script ...
* @package
* Redirection script
* File containing the declaration of the learnpathList class.
* @package dokeos.learningpath
@ -2,7 +2,7 @@
* Defines the OpenOfficeDocument class, which is meant as a mother class
* to help in the conversion of Office documents to learning paths
* @package dokeos.learnpath.openofficedocument
* @author Eric Marguin <eric.marguin@dokeos.com>
@ -3,7 +3,7 @@
* Defines the OpenOfficeDocument class, which is meant as a conversion
* tool from Office presentations (.ppt, .sxi, .odp, .pptx) to
* learning paths
* tool from Office text documents (.doc, .sxw, .odt, .docx) to
* @license GNU/GPL - See Doke
@ -6,7 +6,7 @@
* Defines the "scorm" child of class "learnpath"
* @package dokeos.learnpath.scorm
require_once('scormItem.class.php');
require_once('scormMetadata.class.php');