NAME
add-ixcourse.pl - script to add users to a course.
DESCRIPTION
This script adds users to a course previously setup within the system, based on a CSV style file. File format is:
#First Name, Surname, Email Address, Course ID, Course Title
Test,User,test@example.com,0,Perl 101
The course title must match one that has already been created within the system, unless a courseid is provided.
The user's email address should match a user within the system, unless the 'create' option is used.
USAGE
add-ixcourse.pl [--create] <file>
OPTIONS
- --create
-
If a user is not found by their email address, create a user,and associated keycode, using the data provided for that user.
SEE ALSO
BUGS, PATCHES & FIXES
There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please submit a bug report and/or patch via RT [1], or raise an issue or submit a pull request via GitHub [2]. Note that it helps immensely if you are able to pinpoint problems with examples, or supply a patch.
[1] http://rt.cpan.org/Public/Dist/Display.html?Name=Labyrinth-Plugin-Survey [2] http://github.com/barbie/labyrinth-plugin-survey
Fixes are dependent upon their severity and my availability. Should a fix not be forthcoming, please feel free to (politely) remind me.
AUTHOR
Barbie, <barbie@cpan.org> Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT
Copyright (C) 2006-2014 Barbie for Miss Barbell Productions
All Rights Reserved.
This distribution is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.