Questions tagged [openbadge]

Mozilla's Open Badges make it easy for anyone to issue, earn and display badges across the web through a shared infrastructure that's free and open to all.

Mozilla's Open Badges make it easy for anyone to issue, earn and display badges across the web through a shared infrastructure that's free and open to all.

15 questions
2
votes
1 answer

Getting error while trying to install BadgeKit dependencies

I try to install BadgeKit with this manual. npm install dies with next npm-debug.log. npm install --verbose 2>&1 | grep gyp return this. Solution from topic «npm install fails on node-gyp rebuild (using puppet)» don't help me: --unsafe-perm don't…
SilentImp
  • 1,865
  • 1
  • 18
  • 28
2
votes
0 answers

Do Mozilla Open Badges Only work on BackPack

I was going through the Mozilla Open Badges and the idea is to integrate it with my badge issuing system. I do understand the following going through open badge api and docs : I can create my own badges and use Badgekit to do it I can issue badges…
Abhishek Ranjan
  • 911
  • 1
  • 14
  • 29
2
votes
1 answer

How can I query for all available Open Badges?

I'm attempting to make a Challenge Board rails app, which is essentially a search engine for Open Badges. I need to aggregate all of the Open Badges that are available to be earned. I've been looking through the Open Badge code on Github, and I…
1
vote
1 answer

Validating and baking open badges

I've been trying to generate open badges for a while, but so far none of them will validate or bake using the online tools. I've tried a variety of different combinations. Here's the one I'm using currently (sites removed due to being preproduction…
Slereah
  • 257
  • 2
  • 13
1
vote
1 answer

Mozilla Open Badges .png image creation in PHP

I need to create a .png image with the Open Badges assertion metadata embedded in PHP. I have looked around and I have only seen some Mozilla API endpoints, but I need to create the file on my own server. Is there any way to do it by hand, or should…
pr0m3730
  • 25
  • 4
1
vote
1 answer

Use the Mozilla Backpack Connect API with PHP

I would like to issue a badge with the Mozilla Backpack Connect API (check this !). To do so, I have followed this document but I still cannot issue a badge ! I have the exact same problem when I just try to get a new access token using the refresh…
Allan Mermod
  • 806
  • 1
  • 8
  • 16
1
vote
1 answer

getaddrinfo ENOTFOUND with Node.js http.request()

I'm trying to follow the badgekit tutorial here https://github.com/mozilla/badgekit-api/wiki/Using-BadgeKit-API#references However, the error I'm getting is a node error with my syntax (I think). This is what I have in the file…
Michael Andrews
  • 194
  • 6
  • 16
0
votes
1 answer

When I try to sign in to Mozilla's Backpack I get "Could not verify with browserID!" How can I fix this?

I created a backpack account a few days ago. When I try to log in, an external window opens up and 'persona' asks me to sign into backpack as "myemail@example.com." I press "sign in" and I get a message that says "verified!" The external window then…
Avi
  • 507
  • 3
  • 9
  • 26
0
votes
0 answers

nodejs error (nodeproxy.node) setting up Mozilla Open Badges

I've been going through a tutorial for setting up a self hosted version of Mozilla Open Badges using this guide https://github.com/mozilla/openbadges-badgekit/wiki/BadgeKit-Self-Hosting-Guide I've come across many problems with it, under a Windows 7…
Andy F
  • 235
  • 6
  • 16
0
votes
1 answer

How to actually run mozilla openbadges

I'm following this tutorial here. https://github.com/mozilla/openbadges-badgekit/wiki/BadgeKit-Self-Hosting-Guide#badgekit-api-configuration It says, when you run the API use this command source env_local The problem is, I'm new to node and not…
Michael Andrews
  • 194
  • 6
  • 16
0
votes
0 answers

Mozilla Open badges and PHP

I'm trying to use the backpack-connect API to push badges to a user's backpack. The example in the open badges documentation uses node.js. My question is: Do I have to use node.js or is it possible to write something equivalent to this in php? I'm…
user3606161
  • 11
  • 1
  • 3
0
votes
1 answer

Calling javascript function from within code using ClientScriptManager

I have the following script tag included on the _layout page of my MVC application: This is used to issue badges on completion of courses. Thus far I have been issuing badges…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
1 answer

Omitting a field from POCO class serialization for OpenBadge

I have the following POCO class: public class BadgeClass { [Key] [ScriptIgnore()] //Internal ID not used for sending information to the OpenBadges API public int BadgeID { get; set; } //The name of the achievement. …
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
0 answers

Credly API get SDK builder temp_token using ColdFusion

I am trying to get temp_token for credly API's badge builder SDK. I am using ColdFusion as server side language. My code look like,
JS Mitrah
  • 686
  • 5
  • 12
0
votes
2 answers

Signature from my Signed OpenBadge won't validate

I need to be able to issue Mozilla OpenBadges. However, the Validator at http://validator.openbadges.org says that my assertion is invalid and to verify the signature, even though I followed the documentation to the letter. The Mozilla OpenBadges…