
Quote from ManuGarciaEU on June 5, 2022, 10:59 amBuenos días.
No sé si se habrá preguntado antes... ¿Se puede insertar contenido H5P en VisualNeo Web?
Gracias. Saludos.
Buenos días.
No sé si se habrá preguntado antes... ¿Se puede insertar contenido H5P en VisualNeo Web?
Gracias. Saludos.
Quote from michel.verstrepen on June 5, 2022, 11:17 amH5P (and therefore xAPI) would be a fantastic addition for the digital learning possibilities (scorm ...) of visualneoweb.
H5P (and therefore xAPI) would be a fantastic addition for the digital learning possibilities (scorm ...) of visualneoweb.

Quote from luishp on June 5, 2022, 11:53 am@manugarciaeu @michel-verstrepen it seems you need a pay account to host and distribute H5P content (and it's not cheap).
There is also a free integration for self hosted content creation and content publication using WordPress, Drupal and Moodle...
How do you use H5P exactly?H5P (and therefore xAPI) would be a fantastic addition for the digital learning possibilities (scorm ...) of visualneoweb.
There is already SCORM 1.2 integration in VisualNEO Web, but I don't understand how the whole xAPI thing works.
Thanks!
@manugarciaeu @michel-verstrepen it seems you need a pay account to host and distribute H5P content (and it's not cheap).
There is also a free integration for self hosted content creation and content publication using WordPress, Drupal and Moodle...
How do you use H5P exactly?
H5P (and therefore xAPI) would be a fantastic addition for the digital learning possibilities (scorm ...) of visualneoweb.
There is already SCORM 1.2 integration in VisualNEO Web, but I don't understand how the whole xAPI thing works.
Thanks!


Quote from ManuGarciaEU on June 5, 2022, 12:19 pmBuenas.
Estoy haciendo un curso de H5P impartido por mi centro de trabajo y he visto las posibilidades que tiene... en dicho curso nos explican moodlecloud, eXe y Lumi, precisamente, como formas de integración y generación de contenido H5P. Lumi es gratuito y puede generar archivos H5P y pensaba la forma de integrar estos archivos en VisualNeo Web. Soy informático en un Hospital y una de mis muchas funcionas a partir de este año (ya llevo 3) es desarrollar cursos para todos los profesionales del hospital y de ahí el interés.
Creo que también podemos generar contenido desde www.h5p.org.
Muchas gracias, @luishp, como siempre, por tu pronta respuesta.
Un saludo.
Buenas.
Estoy haciendo un curso de H5P impartido por mi centro de trabajo y he visto las posibilidades que tiene... en dicho curso nos explican moodlecloud, eXe y Lumi, precisamente, como formas de integración y generación de contenido H5P. Lumi es gratuito y puede generar archivos H5P y pensaba la forma de integrar estos archivos en VisualNeo Web. Soy informático en un Hospital y una de mis muchas funcionas a partir de este año (ya llevo 3) es desarrollar cursos para todos los profesionales del hospital y de ahí el interés.
Creo que también podemos generar contenido desde http://www.h5p.org.
Muchas gracias, @luishp, como siempre, por tu pronta respuesta.
Un saludo.

Quote from luishp on June 5, 2022, 12:34 pmLumi es gratuito y puede generar archivos H5P y pensaba la forma de integrar estos archivos en VisualNeo Web
@manugarciaeu no creo que sea posible integrar archivos H5P directamente en VisualNEO Web, pero he visto que Lumi también exporta a HTML, lo cual es mucho más factible de integrar. Necesitaré un poco de tiempo para explorar qué posibilidades hay.
Gracias a ti.
Saludos.
Lumi es gratuito y puede generar archivos H5P y pensaba la forma de integrar estos archivos en VisualNeo Web
@manugarciaeu no creo que sea posible integrar archivos H5P directamente en VisualNEO Web, pero he visto que Lumi también exporta a HTML, lo cual es mucho más factible de integrar. Necesitaré un poco de tiempo para explorar qué posibilidades hay.
Gracias a ti.
Saludos.

Quote from ManuGarciaEU on June 5, 2022, 12:55 pmGracias @luishp
Es cierto, eso nos puede brindar grandes posibilidades, creo.
Saludos.
Gracias @luishp
Es cierto, eso nos puede brindar grandes posibilidades, creo.
Saludos.
Quote from michel.verstrepen on June 5, 2022, 3:59 pmHello Luis, I use h5p intensively with moodle and wordpress but also via lumi and the tools of ladigitale (logiquiz and digiquiz ... https://ladigitale.dev/logiquiz/ ). It is a standard widely used in different European countries (Germany, Denmark, Scotland and France/Belgium for the French-speaking part) and different developers (see github) create new activities (OER ...).
If this is of interest, I can come back to you with a more structured answer.
Hello Luis, I use h5p intensively with moodle and wordpress but also via lumi and the tools of ladigitale (logiquiz and digiquiz ... https://ladigitale.dev/logiquiz/ ). It is a standard widely used in different European countries (Germany, Denmark, Scotland and France/Belgium for the French-speaking part) and different developers (see github) create new activities (OER ...).
If this is of interest, I can come back to you with a more structured answer.

Quote from luishp on June 6, 2022, 10:18 am@michel-verstrepen @manugarciaeu
I have very good news :)
Thanks to this awesome library, from now on it will be possible to load H5P content into VisualNEO Web apps and even get the user results into our application. I have created a new plugin (neoH5P) to load the content and get the user final score.This is how to use it:
1. Rename your *.h5p file to *.zip.
2. Unzip the renamed file into a folder.
3. Include the folder in your project (Project > Properties > Libraries / Files)
4. Use the new command neoH5PStartneoH5PStart "ContainerName" "FolderName" [maxScore] [userScore] "callbackSubroutine"5. Compile.
6. Run your app using a web server as it needs a "secure context" (neoPhp Server will do the job)Please check this sample app:
https://visualneo.com/tutorials/neoh5pLet me know what you think :)
@michel-verstrepen @manugarciaeu
I have very good news :)
Thanks to this awesome library, from now on it will be possible to load H5P content into VisualNEO Web apps and even get the user results into our application. I have created a new plugin (neoH5P) to load the content and get the user final score.
This is how to use it:
1. Rename your *.h5p file to *.zip.
2. Unzip the renamed file into a folder.
3. Include the folder in your project (Project > Properties > Libraries / Files)
4. Use the new command neoH5PStart
neoH5PStart "ContainerName" "FolderName" [maxScore] [userScore] "callbackSubroutine"
5. Compile.
6. Run your app using a web server as it needs a "secure context" (neoPhp Server will do the job)
Please check this sample app:
https://visualneo.com/tutorials/neoh5p
Let me know what you think :)
Quote from michel.verstrepen on June 6, 2022, 5:21 pmSorry for the delay.
It's a great news and i will test it quickly.
Thanks
Sorry for the delay.
It's a great news and i will test it quickly.
Thanks
Quote from michel.verstrepen on June 6, 2022, 5:35 pmThanks Luis, I have already used the standalone versions (tunapanda and its forks) but have no idea how to use the results via neoH5PStart for which I have the greatest interest.
Your example is already impressive.
Would it be possible to test this plugin?
It's a huge step forward (and probably satisfying) even if the xAPI compatibility (to send the results in a CMS or LRS) remains the holy grail.
Thanks Luis, I have already used the standalone versions (tunapanda and its forks) but have no idea how to use the results via neoH5PStart for which I have the greatest interest.
Your example is already impressive.
Would it be possible to test this plugin?
It's a huge step forward (and probably satisfying) even if the xAPI compatibility (to send the results in a CMS or LRS) remains the holy grail.

Quote from luishp on June 6, 2022, 5:44 pm@michel-verstrepen @manugarciaeu
I have sent you both the plugin by email so you can test it.
Please let me know if you have any questions or issues.
Thank you!Regards.
@michel-verstrepen @manugarciaeu
I have sent you both the plugin by email so you can test it.
Please let me know if you have any questions or issues.
Thank you!
Regards.

Quote from michel.verstrepen on June 6, 2022, 6:02 pmThanks a lot.
Scorm is effectively a solution to send data to LMS ...
I will test the plugin.
Thanks a lot.
Scorm is effectively a solution to send data to LMS ...
I will test the plugin.


Quote from luishp on June 6, 2022, 9:29 pm@emmanuel-fernandez te lo acabo de enviar.
Por favor confírmame que consigues hacerlo funcionar sin problema.Gracias!
@emmanuel-fernandez te lo acabo de enviar.
Por favor confírmame que consigues hacerlo funcionar sin problema.
Gracias!

Quote from emo on June 6, 2022, 10:16 pmHola @luishp , funcionando perfectamente en mi localhost con laragon
Hola @luishp , funcionando perfectamente en mi localhost con laragon
Uploaded files: