Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

admin/uploadcourse: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
 
Cap resum de modificació
Línia 4: Línia 4:


as discussed in: http://moodle.org/mod/forum/discuss.php?d=27333
as discussed in: http://moodle.org/mod/forum/discuss.php?d=27333
-------------
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.
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,
though this will not run on your site unless you have similarly named user accounts.
see also TreePrint

Revisió del 04:32, 11 jul 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



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.

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, though this will not run on your site unless you have similarly named user accounts.


see also TreePrint