Why won't my SVG's light up?

Submitted by PigKat on April 3, 2025
I feel like I am doing everything the guide says; I make the custom paths, I put the paths in the answer column, and when I put the path into the quiz, it marks it as correct, but the SVG doesn't light up. This is a recurring problem for me and I've only ever gotten it to work once. Has anyone else experienced this, and if so how did you fix it?
4 Comments
+1
Level 75
Apr 3, 2025
You could always use css too. That’s what I do it’s way easier.
+1
Level 57
Apr 4, 2025
CSS to do what? They have a problem with IDs, CSS won't help to fix it.
+1
Level 83
Apr 6, 2025
This is an old post, but make sure your hint column matches the class or id of your SVG path. Also, when I have trouble, it sometimes helps to make the hint line up to the path’s id AND add a class that’s the same. So give the path id="cz" AND a class too.
+1
Level 83
Apr 6, 2025
Also, I will stress again, the HINT needs to line up with the path ID, NOT the answers.