Quiz Extreme provides a mechanism for easily importing user accounts, in bulk, into the system. Using a Comma Separated Values (CSV) file, the administrator can specify a list of any number of user accounts to import. A CSV file can be created using a simple text editor, Microsoft (R) Excel, OpenOffice.org Calc, or using any number of third-party database applications that have CSV export capabilities.
File Format
The first line of the file must contain a list of field header names, each name separated by a comma. Each subsequent line should contain a new user definition where each value is specified separated by commas. For example:
USER_ID, FIRST_NAME, LAST_NAME, PASSWORD
jash, Jeff, Ash, jash123
jdoe, John, Doe, jdoe123
jsmith, Julian, Smith, smithsonian123
Valid Field Names
Include those fields that you require for you specific situation:
| USER_ID | The user ID that the user will use to login to the Quiz Manager (if an administrator) or the Quiz Player (if a student). |
| FIRST_NAME | First name of the user. |
| LAST_NAME | Last name of the user. |
| BIRTH_DATE | User's birth date in the format YYYY-MM-DD. |
| User's email address. | |
| PASSWORD | Initial password the user will use to login to the system. |
Performing The Import
To perform an import:
- Select "Import Wizard..." from the File menu in the Quiz Manager.
- Choose the "Import a list of users from one or more CSV files." option.
- Click the "Add File(s) To Import" link to add a file to the list of import files. Click Next when finished.
- Click Finish




