-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlessons.json
70 lines (69 loc) · 2.57 KB
/
lessons.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
{
"title": "Hosting Your Own MOOC with Koseu",
"description" : "This is merely a sample lessons.json borrowed from www.tsugi.org. You should edit this file with your own course materials, LTI tools, and videos.",
"modules": [
{
"title": "Overview of Tsugi",
"anchor": "overview",
"icon" : "fa-clone",
"description": "This gives some context around what Tsugi is and why Tsugi is being developed.",
"slides": "lectures/00-Mini.pptx",
"videos" : [
{
"title" : "Overview of Tsugi",
"youtube" : "OzrlFJNBFqY"
}
]
},
{
"title": "Using Tsugi Apps in a Learning System",
"anchor": "tsugitools",
"icon" : "fa-cloud",
"description": "TsugiCloud provides free hosting for open source Tsugi tools. Teachers can use TsugiCloud tools in their Learning Management Systems (LMS) or Google Classroom for free. Developers can submit their tools to TsugiCloud for free hosting and use by teachers. Developers can also host their own Tsugi app store if they like.",
"videos" : [
{
"title" : "Using TsugiCloud in Google Classroom",
"youtube" : "SeAsoA_fJo0"
},
{
"title" : "Using TsugiCloud in Sakai",
"youtube" : "au2_C_2PgIA"
}
],
"references" : [
{
"title" : "TsugiCloud (free Tsugi Hosting)",
"href" : "https://www.tsugicloud.org/"
},
{
"title" : "Using TsugiCloud with Google Classroom",
"href" : "https://www.tsugicloud.org/about/documentation/howto/classroom"
},
{
"title" : "Using TsugiCloud with Canvas",
"href" : "https://www.tsugicloud.org/about/documentation/howto/canvas"
},
{
"title" : "Using TsugiCloud with Sakai",
"href" : "https://www.tsugicloud.org/about/documentation/howto/sakai"
}
]
},
{
"title": "Pre-Requisite: Learning PHP and MySQL",
"anchor": "wa4e",
"icon" : "fa-clone",
"description": "If you don't know how to use PHP, MySQL, and JavaScript, to build web applications, we recommend you take 'Web Applications for Everybody'. You can earn a certificate on Coursera or take the course at our free online web site.",
"references" : [
{
"title" : "Web Applications for Everybody Specialization (Coursera)",
"href" : "https://www.coursera.org/specializations/web-applications/"
},
{
"title" : "Web Applications for Everybody (WA4E)",
"href" : "https://www.wa4e.com/"
}
]
}
]
}