forked from arborrow/moodle-courseformat_grid
-
Notifications
You must be signed in to change notification settings - Fork 10
/
readme.txt
61 lines (39 loc) · 1.43 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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
=============