Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: admin/uploadcourse.

admin/uploadcourse: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 5: Line 5:
as discussed in: http://moodle.org/mod/forum/discuss.php?d=27333
as discussed in: http://moodle.org/mod/forum/discuss.php?d=27333


quoting from the README:


-------------
-------------
Line 12: Line 13:
Bulk course and category creation script using a standard comma separated file (CSV).
Bulk course and category creation script using a standard comma separated file (CSV).
For speed reasons, bypasses ADODB so only works with MySQL.
For speed reasons, bypasses ADODB so only works with MySQL.
Rory Allford (rory@allford.net)
The page itself shows the accepted fields and valid values, and an example CSV file is included.


An example CSV showing the teacher enrollment facility is also provided,
An example CSV showing the teacher enrollment facility is also provided,
Line 22: Line 19:




see also TreePrint
see also [[TreePrint]]

Revision as of 04:33, 11 July 2006

Rory Allford has kindly provided this script for uploading courses as flatfiles to allow mass creation of courses

http://rory.allford.net/uploadcourse.tar.gz

as discussed in: http://moodle.org/mod/forum/discuss.php?d=27333

quoting from the README:


UPLOAD COURSE


Bulk course and category creation script using a standard comma separated file (CSV). For speed reasons, bypasses ADODB so only works with MySQL.

An example CSV showing the teacher enrollment facility is also provided, though this will not run on your site unless you have similarly named user accounts.


see also TreePrint