I see the hide paths option, but the SVG file is too big. I've seen other quizzes with more answers than mine and they all are invisible, so what's happening?
I don’t see how city dots could make your file too big unless you have a lot of them. Though, I’m not too familiar with making city dots. I’d just make them circle elements, give them all the same class, set that class’s opacity to 0.001 through css style, and turn their opacity to 1 when they have the .correct class added.
If your file is too big, you could try using an SVG compressor. This may mess up your file too much though, so be careful