-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
68 lines (66 loc) · 1.37 KB
/
example.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
//Added to contentObjects.json
{
"_skillsFramework": {
"aim": "<p>The aim of this content object is ...</p>",
"learningOutcomes": [
{
"outcome": "Specific learning outcome for the content object, not wider course or programme."
},
{
"outcome": "Another one"
}
],
"reflectiveQuestions": [
{
"question": "Specific reflective questions for this content object, not the wider course or programme."
},
{
"question": "Anoter one"
}
]
}
}
// Added to course.json
{
"_globals": {
"_extensions": {
"_skillsFramework": {
"linkText": "Aim/Outcomes",
"titleText": "Aim, outcomes and reflective questions"
}
}
}
},
{
"_skillsFramework": {
"_items": [
{
"title": "Programme title",
"uri": "https://my.programme.uri",
"aim": "<p>Enable you to understand how to use this Adapt Plugin</p>",
"positionDescription": "<p>This content object is the only thing in this programme!</p>",
"learningOutcomes": [
{
"outcome": "Describe what a learning outcome is"
},
{
"outcome": "Write acceptable learning outcomes"
}
],
"reflectiveQuestions": [
{
"question": "Are your own learning outcomes as good as mine?"
},
{
"question": "What recommendations would you make to others?"
}
]
},
{
"title": "Programme title 2",
//...
//...
},
]
}
}