feat(bigbluebutton-integration): features to support integration with bigbluebutton's recent h5p plugin #156
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduction
Hello guys! I know you are busy so I'm summing up everything that this PR do and if you find it interesting or wants to know more details, I invite you continue the reading.
What does this PR do (Summary)?
saveFunctionCallback
to get the current state of the h5p activity directly;content.json
andh5p.json
as an argument (in a case it is not passed the flow will follow as it was);More
Hello, guys, I am a core developer at Bigbluebutton (an open-source video conferencing system for online learning), and in the past few months we've been developing our plugins system and with that we started making an integration with H5P. So for rendering the activity we decided to use h5p-standalone, but we had to make some changes to it in order to fit some of our needs.
Here we have the work we've done so far, we wanted to share with you so that it would contribute with the h5p community (we tweaked everything in order to fit a more generic purpose and not only ours), and also it would give us some directions whether we are heading the right path, since you are more experienced than us in this matter! (Thanks in advance for whatever comments or suggestions you might do, all are appreciated and welcome).
Thank you all again and if any comments or questions arise, please ping me here in the comments section so we can discuss.