crossword size (in moodle)
Submitted by JohnyCage on Tue, 11/23/2021 - 22:29
Forums:
Hello, I'm trying to create an H5P crossword puzzle in Moodle. The problem is that nowhere do I see how to set the size of a single cell or an entire crossword puzzle, table. The result is a huge crossword puzzle and I have to scroll to complete it. How can I fix this, please?
otacke
Wed, 11/24/2021 - 01:10
Permalink
Hi JohnyCage!All H5P content
Hi JohnyCage!
All H5P content types always use the full available width, so does Crossword. One thing you could do is put the H5P content into a div container with a fixed width. This is a general tip, and you can find explanations on the forum and on the web.
You could also override the stylesheet and set a maximum width for a cell (this might in fact be a sensible extra setting for Crossword, too). There's documentation on that here on h5p.org.
Both may not be necessary however, because as you add more words, the dimensions of the crossword will grow and the cells shrink in size.
Best,
Oliver