No description
Find a file
Kumi 5b45d9ea82
feat(exp360): add EXP360 module for embedding 360° content
Introduce the EXP360 activity module to embed interactive 360° content
in Moodle. This update includes:

- Database schema for the exp360 table.
- Language support for the module.
- Frontend form to create exp360 activities.
- Script to handle 360° content embedding within a modal.
- Two new PHP scripts to display and serve 360° content.
- Version and plugin initialization.

These changes allow users to seamlessly integrate and interact with
360° content within Moodle courses.
2024-07-05 11:13:58 +02:00
db feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
lang/en feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
global.js feat: enhance quiz submit handling and hide back buttons 2024-07-05 10:10:58 +02:00
mod_form.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
script.js feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
test.html feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
version.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
view.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
view_content.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00