How to hide the grid of a quiz?

Submitted by akjlddkjslfsd on December 1, 2025
Just a question, how do you hide a quiz's grid from view until the quiz is started (so people don't get to see the questions until they actually start the quiz)?
1 Comments
+3
Level 78
Dec 1, 2025
To hide the grid until the quiz has begun, put the following in your instructions:

< style >

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

< /style >

Don't put the spaces between the < > like I did however.