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.
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.
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.
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.
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.