We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am creating an H5P activity and when I choose type content Course Presentation, I got this message:
[field:group:coursepresentation:presentation]
By console show this:
TypeError: Cannot read property 'prototype' of undefined InteractiveVideoEditor.prototype = Object.create(H5P.DragNBar.FormManager.prototype);
My environment: moodle 3.5.6 H5P 1.18
Thanks!
The text was updated successfully, but these errors were encountered:
@jesmarquez have you by any chance found a work around for this?
Sorry, something went wrong.
I've opened an issue on the h5p-course-presentation repo h5p/h5p-course-presentation#130
Hi! Yes I found a solution as follow:
Ready!
No branches or pull requests
Hi,
I am creating an H5P activity and when I choose type content Course Presentation, I got this message:
[field:group:coursepresentation:presentation]
By console show this:
TypeError: Cannot read property 'prototype' of undefined
InteractiveVideoEditor.prototype = Object.create(H5P.DragNBar.FormManager.prototype);
My environment:
moodle 3.5.6
H5P 1.18
Thanks!
The text was updated successfully, but these errors were encountered: