More than 15 columns in a block?

Submitted by FreeStater on September 22, 2025
Does anybody know a workaround to get more than fifteen columns in a single block? For example, on Stewart's Name 5-Letter Words Containing Each Letter A-Z.
5 Comments
+2
Level 92
Sep 22, 2025
He probably had to do some coding for that or something like that.
+1
Level 16
Sep 22, 2025
Copy the quiz.
+1
Level 68
Sep 22, 2025
it's actually 26 blocks, instead of the hard-code limit of 15. Then I have various CSS stylings in the description of the quiz to make it look like a single block.

Doing it this way also means the answers start with "A..A", "A..B", "A..C" etc... prioritising the start letter and not the contains letter.

+1
Level 81
Sep 22, 2025
I'm assuming you bypassed the limit since you're an administrator, unless there's some kind of trick to do so?
+1
Level 68
Sep 22, 2025
For the number of blocks, you can inspect element and change the "value" of the <option> tag inside the block number select of auto design mode first, then select that option. This allows you to have a custom number of blocks. But unless you have very thin blocks, you're unlikely to need more than 10.

Also as you can see from the Step 4 of my quiz, the design mode will look differently to the actual quiz display due to the CSS in the description.