Last active
June 21, 2017 16:54
-
-
Save ottonomy/f920ce98aa93c2d60b685461f4bd22ca to your computer and use it in GitHub Desktop.
20170621-badgeclass.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://w3id.org/openbadges/v2", | |
"id": "https://gist.github.com/ottonomy/f920ce98aa93c2d60b685461f4bd22ca/raw", | |
"type": "BadgeClass", | |
"name": "Hosted Bill of Rights", | |
"description": "Description of Bill", | |
"image": "https://api.badgr.io/public/badges/bill-of-rights/image", | |
"criteria": { | |
"id": "https://api.badgr.io/public/badges/bill-of-rights/criteria", | |
"narrative": "some narrative" | |
}, | |
"issuer": "https://gist.github.com/ottonomy/92d945eb61bc820d0954b45fd66836c6/raw", | |
"alignment": [{ | |
"targetName": "CCSS.ELA-Literacy.RST.11-12.3", | |
"targetUrl": "http://www.corestandards.org/ELA-Literacy/RST/11-12/3", | |
"targetDescription": "Follow precisely a complex multistep procedure when carrying out experiments, taking measurements, or performing technical tasks; analyze the specific results based on explanations in the text.", | |
"targetCode": "CCSS.ELA-Literacy.RST.11-12.3" | |
}, | |
{ | |
"targetName": "Problem-Solving", | |
"targetUrl": "https://learning.mozilla.org/en-US/web-literacy/skills#problem-solving", | |
"targetDescription": "Using research, analysis, rapid prototyping, and feedback to formulate a problem and develop, test, and refine the solution/plan.", | |
"targetFramework": "Mozilla 21st Century Skills" | |
} | |
], | |
"tags": [ | |
"Bill of Rights", | |
"Social Studies", | |
"Problem Solving" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment