Problem with new click map quiz

Submitted by Lindwyrm on July 14, 2025
I'm making a click map quiz (the new mode) but when i preview it every time i click on a correct answer it marks it as incorrect.

I used the correct class (border country [countryname]) for every region in the quiz but it doesnt work?????

5 Comments
+3
Level 78
Jul 14, 2025
It could be that there are transforms which move your paths from their original locations. The click map quizzes require clicking on the un-transformed locations.

If this is the issue you can either:

Try either baking those transforms into the paths

Or

Use an svg flattener which will do the above for you.

+1
Level 83
Jul 14, 2025
Really? Transforms break it? I’m surprised QM didn’t just use event listeners to see if elements were clicked on. I wouldn’t think that’d be affected by transforms.
+1
Level 78
Jul 14, 2025
Yeah, they do. I had initially asked him about the possibility of having moving paths to click on (transformed mid-quiz by css), but that turned out to be too difficult.

I just assumed mentioning this transform issue to him would be caused by the same problem as the css transforms, but now I realize maybe this would an easier fix.

+2
Level 82
Jul 14, 2025
Yep, the issue was transformed paths; it's all good now tho and the quiz's out, thank you for the tip!!!
+2
Level 78
Jul 14, 2025
Glad it’s fixed!