love the new quiz format

Submitted by MD396 on November 19, 2024
made a quiz using it, tell me what yall think

Repeated Words - Sudden Death

6 Comments
+1
Level 32
Nov 19, 2024
Very nice idea!
+2
Level 83
Nov 19, 2024
If you want to make it even harder, you could hide the grid until the user starts the quiz. You might need more time on the clock in that case, though, because one minute is not a lot of time. Fun quiz, though! Another quiz with pictures instead of text would be fun, too.
+1
Level 58
Nov 20, 2024
is there even a way to do this?? it would be so cool but I don't know if it's possible
+1
Level 83
Nov 21, 2024
I’m pretty sure there must be a way to just set the display to none for the pre-quiz class. When I’m on a desktop I’ll have a look. 🤔
+1
Level 83
Nov 21, 2024
I figured out how to hide the grid! Putting this in your instructions box below the instructions will make it hide the grid. Just remove the spaces between style and the triangle brackets.

< style >

.pre-quiz .grid-container { display: none; }

< /style >

+1
Level 58
Nov 21, 2024
thank you Dimby! I have updated the quiz to add this!