Enrol users with CSV

Blocks ::: block_csv_enrol
Maintained by Ted van den Brink
This block allows teachers to enrol users into a course by allowing a teacher to upload an csv file with only email addresses.

Enrol users with CSV 2012061401

Moodle 2.1, 2.2
Released: Tuesday, 19 June 2012, 9:03 PM
##Block CSV Enrol##

Description: This block allows teachers to enrol users into a course by allowing a teacher to upload an csv file with only email addresses.
After running the upload you can download a txt file that contains a log of the enrolled and failed users.

License: GNU General Public License http://www.gnu.org/copyleft/gpl.html

Usage:

The admin user must add this block to the Moodle course page
This block will only be visible for teachers.

Uploading a CSV:
Upload a file using the Manage uploaded files button,
After clicking this button the file manager appears.
Upload the CSV file and click on save changes, wait for Moodle to process it, the CSV gets processed immidiately!

When done you will get a txt file with the log of the enrol results.
[filename] = upload_[date]_[time]

[filename].csv : your uploaded CSV
[filename].log : info on number of adresses processed etc.


Version information

Version build number
2012061401
Can be updated to
2.x (Build 2012061402) (2012102901)
Maturity
Release candidate
MD5 Sum
2eb6787c3487a0eaedf875491571673c
Supported software
Moodle 2.1, PHP 5.3, PHP 5.2, PHP 5.1, PHP 5.4, Moodle 2.2

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.