Kumi
5b45d9ea82
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.
10 lines
447 B
PHP
10 lines
447 B
PHP
<?php
|
|
|
|
$string['modulename'] = 'EXP360 Activity';
|
|
$string['modulenameplural'] = 'EXP360 Activities';
|
|
$string['modulename_help'] = 'Use the EXP360 module to embed interactive 360° content.';
|
|
$string['exp360:addinstance'] = 'Add a new EXP360 activity';
|
|
$string['exp360:submit'] = 'Submit EXP360 activity';
|
|
$string['exp360:view'] = 'View EXP360 activity';
|
|
$string['pluginadministration'] = 'EXP360 administration';
|
|
$string['pluginname'] = 'EXP360';
|