Note: This documentation is for Moodle 2.7. For up-to-date documentation see Badges FAQ.

Badges FAQ: Difference between revisions

From MoodleDocs
(How can teachers award site badges?)
(→‎See also: blog post link, formatting)
Line 1: Line 1:
{{Badges}}
{{Badges}}
==How can teachers award site badges?==
==How can teachers award site badges?==
By default, teachers can only award course badges. Only users with capabilities to manage badges in the system are able to do this, so if you wish teachers to award site badges you need to create a new, global role.
By default, teachers can only award course badges. Only users with capabilities to manage badges in the system are able to do this, so if you wish teachers to award site badges you need to create a new, global role.
#From Administration>Site administration>Users>Permissions>Define roles
#Go to ''Administration > Site administration > Users > Permissions > Define roles'' and add a new role called for example "Site badge awarder"
#Add a new role called for example "Site badge awarder"
#Add it to the "System" context
#Add it to the "System" context
#Set to "allow"  
#Set the following capabilities to "allow": moodle/badges:awardbadge, moodle/badges:viewbadges, moodle/badges:configurecriteria
**moodle/badges:awardbadge
**moodle/badges:viewbadges
**moodle/badges:configurecriteria
#Assign this role to the teachers you wish to award site badges.
#Assign this role to the teachers you wish to award site badges.


Line 17: Line 12:


* Using Moodle [https://moodle.org/mod/forum/view.php?id=8085 Badges forum]
* Using Moodle [https://moodle.org/mod/forum/view.php?id=8085 Badges forum]
 
* [http://www.somerandomthoughts.com/blog/2013/05/06/open-badges-and-moodle/ Open Badges and Moodle] blog post from Gavin Henrick
{{stub}}


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 07:26, 8 May 2013

How can teachers award site badges?

By default, teachers can only award course badges. Only users with capabilities to manage badges in the system are able to do this, so if you wish teachers to award site badges you need to create a new, global role.

  1. Go to Administration > Site administration > Users > Permissions > Define roles and add a new role called for example "Site badge awarder"
  2. Add it to the "System" context
  3. Set the following capabilities to "allow": moodle/badges:awardbadge, moodle/badges:viewbadges, moodle/badges:configurecriteria
  4. Assign this role to the teachers you wish to award site badges.

The teacher with the role "Site badge awarder" will see a link to Badges in the Administration block.

See also