SVG Map Quizzes Suggestion

Submitted by MeMeMe333 on May 6, 2026
I was doing this outstanding Dekkie quiz, studying for a academic competition tomorrow (Likely Machine/Mechanics themed cartography), and upon finishing (failing?) the quiz, I wanted to see where the biggest cities I missed were, on the svg map.

I know hovering over the city dots makes the name appear on the bottom of the map, but could there be a feature where I click on the answer on the answer box, the dot changes colour/enlarges or does something noticable?

Something like that would help a lot! Thanks!!!

4 Comments
+1
Level 73
May 6, 2026
That is possible with CSS, very simple in fact, basically:

give all the cities one class, let's say class 'city', in the CSS of the quiz, write '.post-quiz .city:hover {r: (any number larger);}'

Try asking Dekkie if she can implement this, I'm making an effort to do this in my own quizzes as I agree with your proposal.

+1
Level 73
May 6, 2026
Or if you want blue fill: '.post-quiz .city:hover {fill: #000fff!important;}

You might not need the '!important', but if it doesn't work without it, add it in.

+1
Level 48
May 6, 2026
isnt Dekkie a girl?
+1
Level 73
May 6, 2026
My apologies