by Randy Thornton.
Chiara,
You can do this by changing a couple of permissions, specifically:
Backup for import (moodle/backup:backuptargetimport) --> Allow
Restore from files targeted as import (moodle/restore:restoretargetimport) --> Allow
You can do this by changing a couple of permissions, specifically:
Backup for import (moodle/backup:backuptargetimport) --> Allow
Restore from files targeted as import (moodle/restore:restoretargetimport) --> Allow
The first capability allows them to create the backup for the import and
the second one allows them to do the restore from that, because Import
is really a limited type of Backup/Restore process.
If you want all teachers to be able to do this, then you could set those two to Allow for the default Teacher role. That will enable a Taecher to choose to Import from any course.
If you want all teachers to be able to do this, then you could set those two to Allow for the default Teacher role. That will enable a Taecher to choose to Import from any course.
If you only want selected users to be able to do this, rather than all Teachers, then you could create a new role, at the System level, with those two permissions set in it, and then only the users you Assign to that system role would be able to use it.