Adding new quiz libraries
The CSV libraries should be added to the plugin’s data folder…
- wp-content/plugins/WPQuizzer/data/
You may wish to create sub-folders in the data folder to organise your quizzes…
- wp-content/plugins/WPQuizzer/data/ks3
- wp-content/plugins/WPQuizzer/data/ks4
- wp-content/plugins/WPQuizzer/data/ks4/science
Once the CSV libraries have been uploaded they will need to be added to the settings menu on the WordPress dashboard…
- WPQuizzer > Quiz banks
When added the quiz you will need to specify…
- unique slug
- e.g. aqa-biology-foundation
- friendly name
- e.g. 8461 AQA GCSE Biology (Foundation)
- location
- e.g. https://domain.co.uk/wp-content/plugins/WPQuizzer/data/biology/biology-foundation.csv
- description
- e.g. Low stakes high gain quizzing
** Important note **
- Depending on the server hosting your website, the location/address will need to be case-specific and exactly match the folder and file names and their case.
- e.g. The WPQuizzer plugin folder has 3 upper-case letters.
Creating new quiz libraries
Quiz libraries should be saved in a CSV (.csv) file format.
- The layout of the CSV columns should be:
- topic
- question
- response A
- response B
- response C
- response D
- answer
- The answer value must be A, B, C or D.
- If you encounter any issues, please contact us and we’ll send you a template to help you get started.