Scorm Course Addon
Academy LMS
Developer Guide
Copyright 2020 Creativeitem. All rights reserved.
Source Code Structure:
We followed standard MVC structure within powerful Php
Codeigniter framework to develop Academy Scorm course Addon.
Structure of Scorm Course Addon:
Controllers
- Scorm.php : This is the
controller we used for this
addon. As the name suggests, it
controls all the functions.
Models
- Scorm_model.php : All the
functionalities related to the
database are done here.
SQL
- updater.php : If an addon
requires modifications on the
existing database this file comes
to play the role.
Views
- preview_scorm_course.php
- scorm_course_uploading_form
.php
- scorm_curriculum.php
- Scorm_scripts.php
- scorm_course_content_body.p
hp
: These are the view files we used for
this addon.
Config.json : T his is the skeleton of an
addon. It contains the core data. It also
describes all the actions made during
installation. So do not change anything
here.