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

Badges FAQ: Difference between revisions

From MoodleDocs
(badge criteria by grade forum post)
m (Added another free badge design service)
 
(17 intermediate revisions by 4 users not shown)
Line 17: Line 17:
|[[File:collections.png|thumb|Drag badges into a new collection to display on Moodle]]
|[[File:collections.png|thumb|Drag badges into a new collection to display on Moodle]]
|}
|}
==How can I change the badge image size?==
==What size is a badge?==
Badges are by default 90 x 90 pixels but you can change the default size if you wish by editing the code according to this [https://moodle.org/mod/forum/discuss.php?d=230591#p1001383 forum post]
 
A badge is displayed with dimensions 100 X 100 pixels. However, a larger image may be uploaded, which will then be cropped to be a square, and then resized.
 
See also [https://moodle.org/mod/forum/discuss.php?d=230591 Badge image size] discussion.


==Can I award a badge based on a specific grade?==
==Can I award a badge based on a specific grade?==
See the forum post  [https://moodle.org/mod/forum/discuss.php?d=232499&parent=1011235#p1011335 Badge criteria by grade]for a workaround.
 
There are two ways of awarding a badge based on a specific grade.
 
Method 1:
 
Set a passing grade for the quiz in the gradebook, as explained in section 1.3 of [[Activity completion settings]].
 
Method 2:
 
# Create a page resource and set the restrict access conditions so that it only appears if the user obtains a certain grade in the quiz or assignment
# Set the activity completion for the page as "view"
# Set the badge criteria such that the page has to be completed (i.e. viewed)
 
==Do I have to use my Moodle email for my backpack?==
No, but you have to log in via your Persona account to authenticate via your backpack, in order to ensure you are only displaying badges belonging to you.
 
==Which roles can see which badges?==
See this [https://moodle.org/mod/forum/discuss.php?d=234155&parent=1017187#p1017363 forum post on viewing badges]
 
==Can I change a badge images once awarded?==
The short answer is 'no', but see this forum post on [https://moodle.org/mod/forum/discuss.php?d=228553 changing badge images] for more information.
 
==Can I revoke a badge once it has been awarded?==
See the section on deleting badges in [[Managing badges]]
 
==How can I get badges with participants' profiles like on Moodle.org?==
[[File:profilebadges.png|thumb|500px|center]]
 
These are not badges. These are group avatars/pictures. When you create a group in your course - see the documentation on [[Groups]] - you can add a picture to represent that group. In places such as forums this picture is then displayed for each participant. If they are a member of several groups then several pictures will be displayed.
 


==See also==
==See also==


* Using Moodle [https://moodle.org/mod/forum/view.php?id=8085 Badges forum]
* Moodle in English [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
* [http://www.somerandomthoughts.com/blog/2013/05/06/open-badges-and-moodle/ Open Badges and Moodle] blog post from Gavin Henrick
* [http://badg.us/en-US/ badg.us] - a service for creating and issuing badges
* [http://badg.us/en-US/ badg.us] - a service for creating and issuing badges
* [https://p2pu.org/en/groups/how-do-i-make-a-badge/ P2PU Badge Maker] - a step by step guide on how to make a badge  
* [https://p2pu.org/en/groups/how-do-i-make-a-badge/ P2PU Badge Maker] - a step by step guide on how to make a badge  
* [https://www.openbadges.me/ OpenBadges.me] - An open-access image creator from MyKnowledgeMap to support all of your Open Badge building needs.
* [https://www.openbadges.me/ OpenBadges.me] - An open-access image creator from MyKnowledgeMap to support all of your Open Badge building needs.
* [https://badge.design/] - A free, open access badge designer.
* [http://moodlebadges.com/ Badges For Your Moodle] - CC-licensed badges available for free download
* [http://moodlebadges.com/ Badges For Your Moodle] - CC-licensed badges available for free download
Forum discussions:
* [https://moodle.org/mod/forum/discuss.php?d=252377 Badges Backup Requires "Include Enrolled Users"?]


[[Category:FAQ]]
[[Category:FAQ]]
[[es:Insignias FAQ]]
[[ja:バッジFAQ]]

Latest revision as of 19:58, 13 February 2018

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.

Can more than one teacher in a course award the same badge?

(copied from MDL-39189) It's not the user who issues the badge, but a role. Users with multiple roles will have an option to use both of them to issue badges. If the badge is awarded twice by different roles, both roles are displayed and criteria (ALL/ANY) is given. In some cases it will be required for a badge to be awarded by several different roles. When there are, let's say, three teachers in the course and they go to award a badge as a teacher, each of them will see the list of users who already got the badge from a teacher, so they won't need to award the badge again.

What's the difference between a backpack and a collection?

When you upload a badge to the Openbadges site you are adding it to your backpack, which is the general area you put your badges in. (Like a backpack!) You then organise them into collections (like separate little bags in your backpack) and you choose which to display on your Moodle profile. So a badge may be in your backpack and not in a collection, but it must be in your backpack before it can be in a collection. (Note the 'public' box must be ticked too.) Collections allow you to control which badges you share with people.

A users's online backpack
Drag badges into a new collection to display on Moodle

What size is a badge?

A badge is displayed with dimensions 100 X 100 pixels. However, a larger image may be uploaded, which will then be cropped to be a square, and then resized.

See also Badge image size discussion.

Can I award a badge based on a specific grade?

There are two ways of awarding a badge based on a specific grade.

Method 1:

Set a passing grade for the quiz in the gradebook, as explained in section 1.3 of Activity completion settings.

Method 2:

  1. Create a page resource and set the restrict access conditions so that it only appears if the user obtains a certain grade in the quiz or assignment
  2. Set the activity completion for the page as "view"
  3. Set the badge criteria such that the page has to be completed (i.e. viewed)

Do I have to use my Moodle email for my backpack?

No, but you have to log in via your Persona account to authenticate via your backpack, in order to ensure you are only displaying badges belonging to you.

Which roles can see which badges?

See this forum post on viewing badges

Can I change a badge images once awarded?

The short answer is 'no', but see this forum post on changing badge images for more information.

Can I revoke a badge once it has been awarded?

See the section on deleting badges in Managing badges

How can I get badges with participants' profiles like on Moodle.org?

profilebadges.png

These are not badges. These are group avatars/pictures. When you create a group in your course - see the documentation on Groups - you can add a picture to represent that group. In places such as forums this picture is then displayed for each participant. If they are a member of several groups then several pictures will be displayed.


See also

Forum discussions: