Hi, may I ask how do you add a working map like that to the quiz? I've been trying to do a similar quiz of my own city with a map like this but I have no idea how to add a map. Could you help me?
Absolutely! Maps like this are SVGs (Scalable Vector Graphics) -- I'd recommend reading the Jetpunk SVG guide to get some great background info: https://www.jetpunk.com/svg-guide/
I use a free application called Inkscape to make these maps (I think this is pretty common for Jetpunk svg maps). I create different objects for the stations and their associated text and assign each one an id and class. When you import the svg map into Jetpunk, you can define answers/hints based on the ids/classes in the svg. One thing that really helped me learn how to create svg maps was by copying featured quizzes and messing around in Inkscape to figure out how the maps were created. It takes some practice for sure, so good luck!
I use a free application called Inkscape to make these maps (I think this is pretty common for Jetpunk svg maps). I create different objects for the stations and their associated text and assign each one an id and class. When you import the svg map into Jetpunk, you can define answers/hints based on the ids/classes in the svg. One thing that really helped me learn how to create svg maps was by copying featured quizzes and messing around in Inkscape to figure out how the maps were created. It takes some practice for sure, so good luck!