Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created August 16, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottonomy/9737bfa1eaa11fc5263daf776b13b5e8 to your computer and use it in GitHub Desktop.
Save ottonomy/9737bfa1eaa11fc5263daf776b13b5e8 to your computer and use it in GitHub Desktop.
Example Element
{
"@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