Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-11-15 04:36:47 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-11-15 04:36:47 (GMT)
commit4d98b02e5566e20e23830231bb7c94456934f2b7 (patch)
tree7e6254da509ce5a8d7a8d2dae408a2df2591c4db /lessons
parentc0a34c580dd4ce5471f32225598ab0a5601c40f9 (diff)
Added a long lesson. Need to do some work to make it function.
Diffstat (limited to 'lessons')
-rw-r--r--lessons/en_US/homerow_intro.lesson16
-rw-r--r--lessons/en_US/long.lesson15
2 files changed, 23 insertions, 8 deletions
diff --git a/lessons/en_US/homerow_intro.lesson b/lessons/en_US/homerow_intro.lesson
index 1e3fd9e..4bc5907 100644
--- a/lessons/en_US/homerow_intro.lesson
+++ b/lessons/en_US/homerow_intro.lesson
@@ -8,20 +8,20 @@
},
"steps": [
{
- "instructions": "Welcome to the first Typing Turtle lesson! Please place your fingers on the keyboard as shown below.\n\nWhen you are ready to begin, press the <b>a</b> key with your left index finger.",
- "text": "a"
+ "instructions": "Welcome to the first Typing Turtle lesson! Please place your fingers on the keyboard.\n\nWhen you are ready to begin, press the <b>f</b> key with your left index finger.",
+ "text": "f"
},
{
- "instructions": "Good job! Now press the <b>s</b> key with your left middle finger.",
- "text": "s"
+ "instructions": "Good job! Now press the <b>d</b> key with your left middle finger.",
+ "text": "d"
},
{
- "instructions": "Now the <b>d</b> key with your left ring finger.",
- "text": "d"
+ "instructions": "Now the <b>s</b> key with your left ring finger.",
+ "text": "s"
},
{
- "instructions": "And the <b>f</b> key with your left pinky finger.",
- "text": "f"
+ "instructions": "And the <b>a</b> key with your left pinky finger.",
+ "text": "a"
},
{
"instructions": "Great work! We will now move on to the right hand. As shown in the picture below, press the <b>j</b> key with your right index finger.",
diff --git a/lessons/en_US/long.lesson b/lessons/en_US/long.lesson
new file mode 100644
index 0000000..47e6c59
--- /dev/null
+++ b/lessons/en_US/long.lesson
@@ -0,0 +1,15 @@
+{
+ "name": "Long Lesson",
+ "description": "Testing for lessons involving multiple pages of text.",
+ "medals": {
+ "bronze": { "wpm": 0, "accuracy": 60 },
+ "silver": { "wpm": 0, "accuracy": 60 },
+ "gold": { "wpm": 0, "accuracy": 90 }
+ },
+ "steps": [
+ {
+ "instructions": "Please copy out the following text.",
+ "text": "It is a truth universally acknowledged, that a single man in posession\nof a good fortune, must be in want of a wife.\n\nHowever little known the feelings or views of such a man may be on his\nfirst entering a neighbourhood, this truth is so well fixed in the minds\nof the surrounding families, that he is considered the rightful property\nof some one or other of their daughters.\n\n\"My dear Mr. Bennet,\" said his lady to him one day, \"have you heard that\nNetherfield Park is let at last?\"\n\nMr. Bennet replied that he had not.\n\n\"But it is,\" returned she; \"for Mrs. Long has just been here, and she told me all about it.\"\n\nMr. Bennet made no answer.\n\n\"Do you not want to know who has taken it?\" cried his wife impatiently.\n\n\"You want to tell me, and I have no objection to hearing it.\"\n\nThis was invitation enough."
+ }
+ ]
+ }