-
Notifications
You must be signed in to change notification settings - Fork 0
/
LessonList.plist
59 lines (59 loc) · 1.25 KB
/
LessonList.plist
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GettingStarted</key>
<dict>
<key>Lesson0</key>
<dict>
<key>Title</key>
<string>Hello World</string>
<key>Description</key>
<string>The basics for how to do your first test</string>
<key>Explanation</key>
<string>Todo</string>
</dict>
<key>Lesson1</key>
<dict>
<key>Title</key>
<string>Simple Function</string>
<key>Description</key>
<string>The first Functional test</string>
</dict>
</dict>
<key>Beginners</key>
<dict>
<key>Lesson0</key>
<dict>
<key>Title</key>
<string>String Calculator</string>
<key>Description</key>
<string>add description</string>
</dict>
<key>Lesson1</key>
<dict>
<key>Title</key>
<string>isPrime</string>
<key>Description</key>
<string>Todo</string>
</dict>
</dict>
<key>Intermediate</key>
<dict>
<key>Lesson0</key>
<dict>
<key>Title</key>
<string>Todo</string>
<key>Description</key>
<string>todo</string>
</dict>
<key>Lesson1</key>
<dict>
<key>Title</key>
<string>Todo</string>
<key>Description</key>
<string>Todo</string>
</dict>
</dict>
</dict>
</plist>