June 2017
Beginner to intermediate
368 pages
8h 31m
English
In this section, we quickly run through the other PHP script files we will need to implement in order to make the plugin function.
|
Script file |
Details |
|
/index.php |
Lists all the wavefront modules which have been added to the current course. |
|
/version.php |
Contains version information--not only the current version of the plugin but also the minimum version of Moodle this plugin supports. |
|
/pix/icon.svg |
The plugin's main icon. |
|
lang/en/wavefront.php |
This contains the relevant English language strings and other languages. |
With these files included in the plugin, we now have in place the framework for a working three-dimensional model viewer. In the next section, we will describe the scripts we will need ...
Read now
Unlock full access