Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons/INDEX
diff options
context:
space:
mode:
Diffstat (limited to 'lessons/INDEX')
-rw-r--r--lessons/INDEX19
1 files changed, 10 insertions, 9 deletions
diff --git a/lessons/INDEX b/lessons/INDEX
index 384006f..27f9f73 100644
--- a/lessons/INDEX
+++ b/lessons/INDEX
@@ -2,14 +2,15 @@
{
"name": "Basic Lesson",
"description": "Teaches basic skills like the home row, proper posture, etc.",
- "content": "<span foreground='#ff0000'>(This lesson text is placeholder)</span><br>Welcome to the basic lesson!<delay 5><p>This lesson teaches the fundamental keyboarding skills that every typist must know.<p>Please type the following letters without moving your fingers from the keys:\n\na s d f j k l ;<p>Good job!! Now type the following letters, leaving your fingers on the home row:<p>qweruiop<p>Great! You're really getting the hang of it."
- },
- {
- "name": "Intermediate Lesson",
- "description": "Mixes letters with numbers and punctuation."
- },
- {
- "name": "Advanced Lesson",
- "description": "Tests all keyboard skills."
+ "steps": [
+ {
+ "instructions": "Welcome to the basic lesson. This lesson teaches the fundamental keyboarding skills that every typist must know. Please type the following letters.",
+ "text": "asdfjkl;"
+ },
+ {
+ "instructions": "Good job!! Now typing the following letters, moving only one finger at a time.",
+ "text": "qwertyuiop"
+ }
+ ]
}
]