Disable solution button on Speak the Words
I'm a teacher and find H5P very strong in teaching. Thank you!
I'm using "Speak the Words Set" as Wordpress plugin, together with MyCred plugin,
so each time a student speak the word using the correct pronunciation - he gets points!
I couldn't find where to disable "Show Solution".
I don't want my students to use this button, otherwise this task has no meaning for them...
I went over H5P Documentation and also searched "show solution" inside files on wordpress plugin folders but only found related language packs/cached files.
I tried to use the display:none settings but it appears that the content embeded as iframe so there is no effect to custom css content.
Will appreciate your help!
BV52
Fri, 12/25/2020 - 17:02
Permalink
Hi qoogle,I'm not 100% sure
Hi qoogle,
I'm not 100% sure if this will work but the easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.
-BV