jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
100 stars 88 forks source link

Import and export VPL activity #75

Closed dluschan closed 6 years ago

dluschan commented 6 years ago

Hello @jcrodriguez-dis.

Can I import and export VPL activity using JSON and/or XML format, how can I do it?

Thanks for you response.

jcrodriguez-dis commented 6 years ago

Hello Dmitry, We are not planning to add a specific import/export features in JSON or XML format. The import/export in XML format is included in the standard backup/restore feature of Moodle. The backup files of Moodle are a zip format file with the extension ".mbz". Uncompress the backup file and you get the complete information of VPL instances on files with path "activities/vpl_#/vpl.xml".

Hope that helps.

Best regards, Juan Carlos.

dluschan commented 6 years ago

Hello @jcrodriguez-dis! It's best news! Thanks for your answer. It will help me a lot.

Best regards, Dmitry Luschan.