Procedural File: scorm_view.php
Source Location: /scorm_view.php
Page Details:
This file was origially the copy of document.php, but many modifications happened since then ; the direct file view is not any more needed, if the user uploads a scorm zip file, a directory will be automatically created for it, and the files will be uncompressed there for example ;
Tags:
- author - Roan Embrechts, code improvements and refactoring
- author - Isthvan Mandak, several new features
- author - Denes Nagy, principal author
Includes:
include("../learnpath/learnpath_functions.inc.php")
[line 58]
include_once(
'scorm.lib.php')
[line 59]
include_once(api_get_library_path()."/document.lib.php")
[line 57]
include_once(api_get_library_path()."/fileDisplay.lib.php")
[line 60]
include_once(api_get_library_path().'/events.lib.inc.php')
[line 61]
require('../inc/claro_init_global.inc.php')
[line 49]
Script
require_once(api_get_library_path()."/database.lib.php")
[line 50]
CHECK_FOR_SCORM
[line 70]
CHECK_FOR_SCORM = true
[ Top ]