Forum Replies Created
-
Is there any option to have H5p use its own inbuilt checking system the same way Learnpress, Learndash, Moodle and the rest implement it?
If I can look at the code for V3, I may also be able to modify it for V4. There’s also threads on here where you have done this for V4 also.
Kind Regards
in reply to: H5P Auto SubmitNot sure I follow
Learnpress uses H5P and uses the submit button to capture the score – only when the button is submitted. WPLMS grabs the result as soon as the last question is completed and hides h5p from view.
It makes h5p unwieldly in this case. The thread above https://wplms.io/support/forums/topic/wplmsh5p-update/ you had a filter to stop this behavior, can you please share the code that would be awesome.
Kind Regards
in reply to: H5P Auto SubmitThis reply has been marked as private.in reply to: H5P Auto SubmitI fixed it by enabling Gutenberg for all Courses, Units and Quizzes and filtering the_content on all the get_the_content functions in all the templates.
The new Front end editor really isn’t up to the level of Gutenberg so definitely consider this proposal: https://wplms.io/support/forums/topic/gutenberg-as-the-front-end-editor/
in reply to: Course Unit ShortcodeA note for anyone else enabling Gutenberg, get_the_content is called in quite a few templates, in order to get Gutenberg to render correctly, the_content needs to be used instead in these templates.
in reply to: Gutenberg as the Front End editor