-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeed_extracurricular_full_ho.json
124 lines (124 loc) · 5.18 KB
/
theed_extracurricular_full_ho.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
"https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/contexts/educredential.json"
],
"id": "http://example.com/credentials/crd-A1B2C3",
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
"issuer": {
"id": "https://example.com/issuers/iss-9Z8Y7X",
"type": [
"Profile"
],
"name": "Naboo Theed University",
"otherIdentifier": [
{
"type": "IdentifierEntry",
"identifier": "42NB",
"identifierType": "ext:BRIN"
},
{
"type": "IdentifierEntry",
"identifier": "university.naboo",
"identifierType": "name"
}
],
"address": {
"type": [
"Address"
],
"addressCountry": "Naboo",
"addressCountryCode": "XX",
"addressLocality": "Theed",
"streetAddress": "Jedi Temple 1",
"postalCode": "1337"
}
},
"validFrom": "2024-08-30T00:00:00Z",
"validUntil": "2029-08-30T00:00:00Z",
"credentialSubject": {
"id": "https://example.com/credentials/stu-1A2B3C",
"type": [
"AchievementSubject"
],
"achievement": {
"id": "https://example.com/achievements/ach-33LML",
"type": [
"Achievement",
"EducredentialAchievement"
],
"name": "Lightsaber Dueling Techniques",
"image": {
"id": "https://static.example.com/lightsaber.jpg",
"type": "Image"
},
"description": "# Lightsaber Dueling Techniques\n This badge is awarded for demonstrating proficiency in lightsaber dueling techniques.\n\n\n Below text is dummy text to show all the markdown features.\n\n ## Koptexten\n\n # h1 Koptekst\n\n ## h2 Koptekst\n\n ### h3 Koptekst\n\n #### h4 Koptekst\n\n ##### h5 Koptekst\n\n ###### h6 Koptekst\n\n ## Regelafbrekingen\n\n Hier is een regel voor ons om mee te beginnen.\n >\n\n Deze regel wordt gescheiden van de vorige door een \">\" \n (groter dan teken, zonder de aanhalingstekens) \n zodat het een *aparte paragraaf* wordt.\n >\n >\n >\n Het intikken van meer > tekens levert echter niet meer lege regels op.\n \n ## Nadruk\n\n **Dit is vetgedrukte tekst**\n\n *Dit is cursieve tekst*\n\n ~~Dit is doorgehaalde tekst~~\n\n ## Blockquotes\n\n > Blockquotes kunnen ook genest worden...\n >> ...by using additional greater-than signs right next to each other...\n > > > ...or with spaces between the arrows.\n\n ## Ongeordende lijsten\n\n + Maak een lijst door een regel te beginnen met `+`, `-`, of `*`\n + Sub-lijsten worden gemaakt door 2 spaties in te laten springen:\n - Verandering van markeringsteken forceert start van nieuwe lijst:\n * Ac tristique libero volutpat at\n + Facilisis in pretium nisl aliquet\n - Nulla volutpat aliquam velit\n + Zeer gemakkelijk!\n\n ## Geordende lijsten\n\n 1. Maak een lijst door een regel te beginnen met `1.'\n 2. Tweede item\n 3. Derde item\n 4. Zeer gemakkelijk!\n\n ## Code, Links, Images en Tabellen zijn niet ondersteund",
"criteria": {
"narrative": "To earn this badge, you must demonstrate proficiency in lightsaber dueling techniques."
},
"inLanguage": "en-US",
"timeInvestment": 13,
"participationType": "onsite or blended",
"assessmentType": "application of a skill",
"supervisionType": "onsite with identity verification",
"identityChecked": false,
"alignment": [
{
"type": [
"Alignment"
],
"targetType": "ext:QualityAssurance",
"targetName": "M Performance, Sport and Health",
"targetDescription": "Toets nieuwe opleiding\n**HBO-master**\npresteren, sport en gezondheid",
"targetCode": "AV-1337",
"targetUrl": "https://data.example.com/decisions/AV-1337"
},
{
"type": [
"Alignment"
],
"targetType": "ext:EQF",
"targetName": "EQF level 3",
"targetCode": "3",
"targetUrl": "https://content.example.com/description-eqf-levels"
}
],
"resultDescription": [
{
"id": "https://example.com/results/ects-nl-NL-A1B2C3",
"type": [
"ResultDescription"
],
"valueMax": "10",
"valueMin": "1",
"name": "Final Project Grade",
"requiredValue": "6",
"resultType": "ext:ECTSGradeScore"
}
]
},
"result": [
{
"type": [
"Result"
],
"resultDescription": "https://example.com/results/ects-nl-NL-A1B2C3",
"value": "7.5"
}
]
},
"credentialSchema": [
{
"id": "https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_achievementcredential_schema.json",
"type": "1EdTechJsonSchemaValidator2019"
},
{
"id": "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/schemas/extracurricular.json",
"type": "1EdTechJsonSchemaValidator2019"
}
]
}