Two worded IDs not working.

Submitted by Bean67 on December 8, 2025
I am doing a quiz for counties, and my SVG id is two words. EXAMPLE: golden Valley

When I do the rest of the steps, and I go to type in the answer for it, it doesn't pop up. every single other single worded thing works.

https://www.jetpunk.com/create-quiz/2135607/preview

5 Comments
+5
Level 82
Dec 8, 2025
Never use spaces when assigning ids, directory names, file names etcetera.

Use the underscore character instead (_)

Also I believe all english, canadian and american counties have already their own quizzes here on JP.

+1
Level 73
Dec 9, 2025
Another tip, never capitalise in IDs. It's easy to forget to capitalise, or to capitalise it in the SVG ID but not in the ID of the JetPunk quiz or vice versa.
+1
Level 15
Dec 10, 2025
tried that too
+1
Level 15
Dec 10, 2025
I added underscores and it doesn't recogiize it
+1
Level 73
Dec 13, 2025
Maybe try a hyphen '-'?