disable spellcheck in dictation
Submitted by SALLE34 on Wed, 11/13/2019 - 17:22
Forums:
speelcheck in browser is not disabled in dictation... My students love that !
An update would be great, so they can no longer cheat :-)
speelcheck in browser is not disabled in dictation... My students love that !
An update would be great, so they can no longer cheat :-)
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
otacke
Wed, 11/13/2019 - 23:38
Permalink
Hi Salle34!I am not sure if
Hi Salle34!
I am not sure if that's possible at all, but I will have a look.
Update: Will be changed in the next release.
Best,
Oliver
SALLE34
Fri, 11/15/2019 - 18:43
Permalink
Hi, Thank you for your answer
Hi,
Thank you for your answer.
If it helps, it works with my own exercises (done with hotpotatoes). I use JQUERY when the page is loaded:
$('input').attr('spellcheck','false');//remove speelcheck
$('input').attr('autocomplete','off');//remove autocomplete
You can see an example on my website: https://www.salle34.net/dictee-du-brevet-2019-metropole/
Chris. Salle34
otacke
Fri, 11/15/2019 - 22:56
Permalink
I aready changed that
I aready changed that yesterday. https://github.com/otacke/h5p-dictation/commit/933e5d2426d8831491181a834ce33cb75e5b47a6