The quiz creator tool is a tool that allows you to create quizzes. We searched and looked at the free tools that existed and that could fit our needs, we did not find a tool flexible enough to meet our needs, so we created one.
Here are the main features of this tool:
Create questions with a single answer or multiple possible answers
Create non-linear quizzes
Create random order for questions and answers
Display lecture suggestions based on answers
Add images in questions or answers
Add images that take up all the space
Create interactive menu in the form of a quiz
Open source and free to use
You can access the quiz creator tool interface on line by clicking here. You can modify the questions templates using this on line tool.
You can download the quiz creator tool here. Unzip the file to get access the quiz creator tool content.
Here are some examples of what you can achieve using this tool:
Summary of the video:
Creator tool interface and documentation
Modify and add a new question to a quiz
File to send in order to share modifications
How do I view my quiz?
Just open the index.html
file.
How to modify and configure my quiz?
You just have to modify the src/config.js
file using the available variables. You can see all the available variables in the src/documentation/readme.html
file.
By modifying the configuration (src/config.js
file), the index.html
file will directly reflect the configuration changes.
Are there any examples of configuration files ready? Examples that I can use as inspiration?
Yes, there are existing configuration files in the src/documentation/config-examples
folder.
To test the configuration files of these folders, you can simply copy their content and paste it in the src/config.js
file.
Contributors
Steward OUADI, AgroParisTech
Olivier VITRAC, INRAE
File created on Wednesday, June 2, 2022. Last modified on Thursday, June 23, 2022.