I confuse with MIT licenses and wordpress
Submitted by mhpo on Mon, 11/08/2021 - 13:32
Forums:
1) My question is how can use this in online courses interactive video (VIDEOS HOSTED ON YOUTUBE) on wordpress do I need to buy a license to use it commercially?
2) and if it's free to use are there any limitation when using commercially(online courses only)
It's saying commercial use but I just want to make sure.
3) not related question if using WordPress if its a student that doing the interactive test will his result will be saved in the database or soon as he exits it's gone? I want to see the progress of my students and their grades
thank you in advance.
BV52
Tue, 11/09/2021 - 17:14
Permalink
Hi mhpo,1-2) In general most
Hi mhpo,
1-2) In general most of H5P is licensed as MIT, which makes it perfectly viable for commercial use. For more info on licensing see: https://h5p.org/licensing.
3. H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in.
I highly recommend looking through these documentation:
https://h5p.org/documentation/x-api
https://h5p.org/documentation/for-authors/analyzing-results-and-answers
-BV