Hi,
We are wanting to define another use role that has the additional permissions to award site badges to users.
We tried using the authenticated user as a base role then added in the permissions to award badges:
- Award badge to a user (moodle/badges:awardbadge)
- View available badges without earning them (moodle/badges:viewbadges)
Then set up a site badge that could be manaully awarded by this user role & assigned test user with this system role.
We get a permisison error when using this role to try and award site badges.
Any ideas on how to achieve this?
We would like to develop this role to help shift the sole responsibiity from the site manager, by having dedicated badge issuer users.