forked from arborrow/moodle-courseformat_grid
-
Notifications
You must be signed in to change notification settings - Fork 10
PukunuiAustralia/moodle-courseformat_grid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GRID COURSE FORMAT ============================ Package tested in: moodle 2.1+ QUICK INSTALL ============== Download zip package, extract the grid folder and upload this folder into course/format/. ABOUT ============= Developed by: Information in: FILES -------------- * grid/format.php Code that actually displays the course view page. * grid/config.php Configuration file, mainly controlling default blocks for the format. * grid/lang/en/format_grid.php * grid/lang/ru/format_grid.php Language file containing language strings for grid format. Note that existing formats store their language strings in the main moodle.php, which you can also do, but this separate file is recommended for contributed formats. Of course you can have other folders as well as just English and Russian if you want to provide multiple languages. * grid/db/install.xml Database table definitions. * grid/db/upgrade.php Database upgrade instructions. * grid/version.php Required for using database tables. The file provides information about plugin version (update when tables change) and required Moodle version. * grid/styles.css The file include in the CSS Moodle generates. * grid/backuplib.php grid/restorelib.php Backup and restore run automatically when backing up the course. You can't back up the course format data independently. ROADMAP =============
About
Grid course format contributed by Paul Krix
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 87.9%
- JavaScript 12.1%