Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stackable badges #28

Open
polygirl opened this issue Oct 5, 2018 · 0 comments
Open

Stackable badges #28

polygirl opened this issue Oct 5, 2018 · 0 comments

Comments

@polygirl
Copy link

polygirl commented Oct 5, 2018

I'm not sure if this discussion repo is still alive. If not, can someone please point me to the right place?

Similar to the discussion around learning pathways I am wondering whether the 2.0 standard could support stackable badges using the evidence fields? Has anyone tried this?

The top stack criteria for earning a badge would include links to the criteria the contained badges. The evidence URL's would include the earner's badge links - i.e.

{
  "@context": "https://w3id.org/openbadges/v2",
  "id": "https://example.org/beths-robotics-badge.json",
  "narrative": "This student invented her own type of robot. This included: \n\n  * Working robot arms\n  * Working robot legs",
  "evidence": [
    {
      "id": "public_badgeURL_1",
      "name": "Robot Arms and Legs Badge"
      "description": "A badge for building robot arms and legs"
      "genre": "Robotics"
    },
    {
      "id": "public_badge_URL_2",
      "name": "Robot Body Badge",
      "description": "A badge for building a robot torso and head."
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant