cbluesprl / moodle-mod_hva

Designed and developed in partnership between Cblue and Hyperfiction, this plug-in allows you to connect any thick client application running on any type of device (PC, smartphone, virtual reality headset, etc.) to the Moodle platform via Web Services.
0 stars 0 forks source link

backup/restore api incomplete #7

Open danmarsden opened 2 years ago

danmarsden commented 2 years ago

the backup/restore api has not been implmented

please note that backup/restore api implementation is a requirement for approval in the plugins db for activity modules

Lhannecart commented 2 years ago

Hi,

The backup/restore is already set.

. └── moodle2 ├── backup_hva_activity_task.class.php ├── backup_hva_settingslib.php ├── backup_hva_stepslib.php ├── restore_hva_activity_task.class.php └── restore_hva_stepslib.php

1 directory, 5 files

danmarsden commented 2 years ago

backup_hva_stepslib.php is empty. Have you tried doing a course backup and then a restore into a new course to make sure your hva activity is restored?

Lhannecart commented 1 year ago

I fixed the plugin backup and tested on a moodle platform.

The activity was correctly saved and restored with all the notes.