Help: Each letter A-Z format

Submitted by CA1EBYT6 on October 11, 2024
I want to make my own "containing each letter A-Z", so I copied this quiz https://www.jetpunk.com/user-quizzes/176412/name-countries-containing-each-letter-a-z by Stewart. I deleted some of the columns and rows because the theme only needs seven of the letters, but now instead of looking like graph paper, it is just multiple separate columns. How can I join everything together to make it look like graph paper again? (I'm relatively new to making custom grids, if I am missing something obvious don't hesitate to tell me)
5 Comments
+2
Level 68
Oct 12, 2024
In Step 4, change the design mode to "Manual" and then manually put each answer on the grid
+1
Level 53
Oct 12, 2024
I copied Stewart's https://www.jetpunk.com/user-quizzes/176412/name-countries-containing-each-letter-a-z so that it already had the design, but removing rows and columns undid that. Manual mode doesn't change anything since it's already in manual and in a grid, just there are gaps between the columns.
+1
Level 53
Oct 12, 2024
I copied Stewart's and it was already in the grid, when I deleted the rows and columns nothing happened in the editor but when I click preview there are gaps between the columns. (Stewart's also has gaps in editor mode, but when clicking preview the gaps go away.)

sorry if this is a double comment jetpunk isn't sending my other one xd

+2
Level 68
Oct 13, 2024
The gaps and display of the grid is done with CSS (that's the code in the instructions which starts with <style>). So as long as you don't clear the instructions that should still work. The only thing you need to change in step 4 is what cells are answer cells (and therefore have a check) and what cells are text cells (and therefore have a cross).

I will warn you though, these quizzes are not exactly simple to make

+1
Level 53
Oct 13, 2024
I had deleted all of the instructions so I went into yours and copied it in again, that worked perfectly. Thanks Stewart! :)