POE Export Plugin — Role Preset Files
======================================

These XML files define the three custom Moodle roles used by the POE Export plugin.

  editingfacilitator.xml  — Facilitator (Editing Teacher archetype)
  assessor.xml            — Assessor   (Non-editing Teacher archetype)
  moderator.xml           — Moderator  (Non-editing Teacher archetype)

HOW TO IMPORT INTO A MOODLE SITE
---------------------------------
1. Log in as a Site Administrator.
2. Go to:  Site Administration → Users → Permissions → Define roles
3. Click "Add a new role".
4. Under "Use a preset", choose the Upload option and select one of the XML files above.
5. Review the settings and click "Create this role".
6. Repeat for each of the three files.

Once imported, go to each course and enrol your Facilitators, Assessors, and Moderators
using these roles.

CONFIGURING THE PLUGIN
-----------------------
The plugin defaults expect these exact shortnames:
  Facilitator → editingfacilitator
  Assessor    → assessor
  Moderator   → moderator

If your site uses different shortnames, update them at:
  Site Administration → Plugins → Local plugins → POE Export

NOTE: These XML files contain only the role name, shortname, description and archetype.
The full set of capability assignments is determined by Moodle from the chosen archetype.
If you need to customise capabilities (e.g. restrict what Assessors can see), do so via
Site Administration → Users → Permissions → Define roles after importing.
