| Description: |
Module DescriptionThis module allows you to import questions in the 'elearning.biz' component 'Joomla Quiz Deluxe' from your favorite spreadsheet (csv file). You find in this module a sample for all these type. The module is only in english. - This module allows you to import questions in the 'elearning.biz' component 'Joomla Quiz Deluxe'.
- The data to import come from your favorite spreadsheet (csv file).
- It's a joomla module.
- Comes with english language (my mother language is french, if you understand the english used for this file you understand the texts of the module).
- Allows to choice the quiz category
- Allows to choice the question category
- Supported questions types : 'Multiple Choice', 'Multiple Response', 'True/False', 'Matching Drag&Drop', 'Matching Drop-Down', 'Fill in the blank'.
- Comes with a sample CSV file for all these type.
CSV file column structureThe first line of your CSV file MUST contains titles, and not datas. The titles are free (you can write what you want), but must be present (minimum an empty line)
- Columns order MUST be preserved
- Columns quantity must be preserved
Here you can understand the structure and philosophy of the csv file (not all field are reproduced):
Category | Question | Points | Answer | Right | | my cat | The first question | 5
| | | | | | | Answer 1 for first Q | 1
| | | | | Answer 2 for first Q | 0
| my cat
| The second question | 5
| |
| | | | | Answer 1 for second Q | 1
| | | | | Answer 2 for second Q
| 0
|
Here you find the column structure, data type and a comment for each: COLUMN TITLE | DATA TYPE | COMMENT | | Quiz category | [text]
| real name of the quiz category (Question pool, ...) | | Question category | [text] | real name of the question category | | Question | [text]
| the question, you can use html tags | | Points | [integer] | number of points | | Attempt | [integer] | number of attempts | | Question type | [integer] | id from db for the question type (help button to get your avaible list) | | Feedback true | [text] | text to display if right and if feedback are activated | | Feedback false | [text] | text to display if wrong and if feedback are activated
| Use feedback
| [0/1] | 0=no feedback, 1=use feedback | | Randomize answer | [0/1] | 0=no feedback, 1=use feedback | | Answer | [text or true/false] | The answer, or true or false (if true/false question type), or the first choice for matching question type | | Right answer | [null/1] | 1= this is the right answer | | Feedback if false | [text] | text to display if false | | Answer point | [integer]
| number of points for this answer | | Matching | [text] | the second choice for the matching question type | | EndLine | [empty] | empty column |
Copy-past the content of your csv file into a textarea, and the module check the validity of the csv and if data are ok, then import in database. Limitation- These types are not supported: 'Hotspot', 'Surveys', 'Boilerplate'
Installation Instructions- Install the module with the joomla backend interface.
- Publish the module in the frontend
- Only for special (admin) members acces is an good idea
- That's all !
Warranty and SupportI'm not responsible of the uses you make of this module. I'm not responsible for the damages caused by this module, for the data lose caused by the use of this module. I will attempt to respond to any questions related to errors/bugs with this module. If you buy this module, you are allowed to download all new releases for one year. |