forked from adaptlearning/adapt-contrib-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
31 lines (31 loc) · 1001 Bytes
/
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
// To go in the course.json file
"_resources": {
"title": "Resources",
"description": "Click here to view resources for this course",
"_filterButtons": {
"all": "All",
"document": "PDF",
"media": "Media",
"link": "Link"
},
"_resourcesItems": [
{
"_type":"document",
"title":"Button idea",
"description":"Click here to see a proposed button idea",
"_link":"course/en/pdf/adapt-framework-prototypes-buttons.pdf"
},
{
"_type":"media",
"title":"Adapt Learning YouTube Channel",
"description":"Fancy catching up on some Adapt material",
"_link":"https://www.youtube.com/channel/UCW8SlSFuCc--B66Gf9fAEcQ"
},
{
"_type":"link",
"title":"Community Site",
"description":"Click here to view our community site",
"_link":"https://community.adaptlearning.org"
}
]
}