You can now create super quizzes in our flag and language games by combining questions from multiple pages using the load= parameter in the URL.
How it works:
Add ?load= followed by quiz IDs (separated by commas) to combine them with your current quiz.
Examples:
https://ekvis.com/en/esani02/?load=esani01 – Combines esani02 + esani01
https://ekvis.com/en/esani02/?load=esani01,esbod01 – Combines esani02 + esani01 + esbod01
You can now bookmark the new page or send the url to other players.
The id to use in the load= string comes from the url of the pages. In the url: https://ekvis.com/en/esani02/ the id is the part after en/, so esani02. If you want to add those questions to another quiz, go to the other quiz and add ?load=esani02 to that url
If you want to combine more than two quizzes, use , between the id and no spaces in the list ?load=esani01,esani02
To get a random sample, add all quizzes you want to select from with the load parameter, then limit the length of the quiz with the parameter max by adding &max=(number of questions in the new quiz)
Note that after the last id in the load section, there needs to be an & (ampersand) character before the max=10 or what length you prefer on the new quiz. Example: https://ekvis.com/en/esani02/?load=esani01,esbod01&max=8