Crosswords
Submitted by Natalia Rybak on Thu, 02/13/2020 - 20:12
Forums:
Hi! I was wondering whether there is a crossword-like activity I can use. I have tried to do it with word search but can not include the clues.
Thanks in advance
Natalia
BV52
Fri, 02/14/2020 - 17:07
Permalink
Hi Natalia,There is someone
Hi Natalia,
There is someone working on this content type but I am not sure about its status. You can read more about this here.
-BV
AnnabelleEllis
Tue, 08/04/2020 - 15:54
Permalink
Crossword Puzzle
Is there a crossword puzzle content type? I'm not seeing any on h5p.org and the one that I saw from 2015(I think it was), it's not working when I tried to upload. Is there a way to get a crossword puzzle.
BV52
Tue, 08/04/2020 - 19:11
Permalink
Hi AnnabelleEllis,If you are
Hi AnnabelleEllis,
If you are uploading this in H5P.org it will not work. As far as I know this content type is still a prototype. The libraries are not installed in H5P.org which is the reason why you cannot upload it here. However if you use one of the three plugins (Moodle, Wordpress or Drupal) you should be able to use the content type.
-BV
otacke
Mon, 11/02/2020 - 10:49
Permalink
Hi!There's another crossword
Hi!
There's another crossword content type that's in development for H5P and should be done soon, see https://youtu.be/Vown6nidXdk
Best,
Oliver
telugu
Thu, 06/03/2021 - 18:48
Permalink
Crossword in Telugu language
Hi Otacke,
I tried using. Telugu letters (Unicode font) and used phonetic typing tool. But the output. is in English alphabets. Is there any fix to this?
otacke
Thu, 06/03/2021 - 19:04
Permalink
Hi!This most likely depends
Hi!
This most likely depends on the browser's support of providing (or not providing) a unicode symbol for the event.key property, cmp. https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key. Also, Crossword is not using graphemes (= combination of multiple glyphs) to display a symbol, but single characters. That should also need to be changed. That's where you may want to dig into if you want to fix it.
Best,
Oliver