-
Notifications
You must be signed in to change notification settings - Fork 15
/
example.json
33 lines (33 loc) · 2.01 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
// To go in the course.json file
"_glossary": {
"_isEnabled": true,
"_drawerOrder": 1,
"title": "Glossary",
"description": "Select here to view the glossary for this course",
"clearSearch": "Clear search",
"searchItemsAlert": "{{filteredItems.length}} found",
"searchPlaceholder": "Search",
"searchWithInDescriptionLabel": "Search within Description",
"itemNotFoundMessage": "No results found",
"_isIndexEnabled": true,
"_isGroupHeadersEnabled": true,
"_isSearchEnabled": true,
"_glossaryItems": [
{
"term": "Adapt Framework",
"description": "The Adapt Framework is an open-source, reusable codebase for creating responsive e-learning courses.<br/>The Adapt Framework is designed to work with the Adapt Authoring Tool but can also be used in isolation."
},
{
"term": "Adapt Authoring Tool",
"description": "The Adapt authoring tool allows you to quickly build content using the Adapt Framework. You can create an account, log in, create courses, add interactive elements then preview and publish your content."
},
{
"term": "Responsive e-learning design",
"description": "Responsive e-learning design takes its inspiration from responsive web design; an approach that ensures a single version of a website or an e-learning course can provide a viewing experience optimised for different devices, from desktop to tablet to smartphone."
},
{
"term": "Open source",
"description": "Open-source software (OSS) is computer software with its source code made available with a license in which the copyright holder provides the rights to study, change, and distribute the software to anyone and for any purpose. Source: <a href='https://en.wikipedia.org/wiki/Open-source_software' target='_blank'>Wikipedia</a>"
}
]
}