6 ms·
QQuiz, a map quiz where you have a few seconds to click on the correct country. https://qquiz.com/eu_med.html https://qquiz.com/eu_med.html I started off makin
by zeke 6y ago
QQuiz, a map quiz where you have a few seconds to click on the correct country. https://qquiz.com/eu_med.html https://qquiz.com/eu_med.html
I started off making it for maps. Now I am trying to make a more generalized version. This is for learning biology with parts of a cell: https://qquiz.com/cell.html https://qquiz.com/cell.html
With that I am mostly working on a geojson editor for creating and updating quizzes.
- lappet 6y agoI really liked your quiz. Curious - what are you using for maps and data? I have made a geography quiz earlier but its no longer live
- zeke 6y agoThe maps are coming from mapbox. I set up a map style without labels. For the cell image, I cut the image into map tile layers by scripting imagemagick. These tiles are served from my server. For the overlaid areas I use geojson data, which I create and update with a geojson editor I am working on. For actual maps I have https://qquiz.com/makegeo/e.html https://qquiz.com/makegeo/e.html . An example of non-map images, https://qquiz.com/boat1/e.html https://qquiz.com/boat1/e.html . The editor lacks instructions still, but is pretty easy to use.
- lappet 6y agoSorry I missed your response, thank you for the detailed answer.