Created
August 16, 2017 19:06
-
-
Save ottonomy/9737bfa1eaa11fc5263daf776b13b5e8 to your computer and use it in GitHub Desktop.
Example Element
This file contains 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://example.org/contexts/pathways.json", | |
"@id": "https://example.org/cbu/pathways/korean/basic-korean/elements/basic-korean", | |
"@type": "PathwayElement", | |
"targetName": "Basic Korean", | |
"targetDescription": "Learner demonstrates foundational comprehension of Korean language, including reading, writing, and the essential conversational skills for an extended stay in Korea.", | |
"alignmentUrl": "https://languages.example.com/korean/basic-knowledge", | |
"targetCode": null, | |
"completionBadge": "https://example.org/cbu/badges/korean/basic-korean", | |
"numberBadgesRequired": 1, | |
"requiredBadges": [ | |
"https://issuer.org/badges/123", | |
"https://issuer.org/badges/1234", | |
"https://issuer.org/badges/12345", | |
"https://issuer.org/badges/123456" | |
], | |
"numberChildrenRequired": 4, | |
"children": [ | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/hangul", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/greetings", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/numbers", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/directions", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/shopping" | |
], | |
"numberRequiredPrerequisiteElements": 5, | |
"prerequisiteElements": [ | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/hangul", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/greetings", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/numbers", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/directions", | |
"https://example.org/cbu/pathways/korean/basic-korean/elements/shopping" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment