Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons/en_US/dummy.lesson
blob: f3049eabd637d91f4494fcb789d3f4a33c69a64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  {
    "name": "Dummy",
    "description": "Empty lesson for testing.",
    "medals": {
      "bronze": { "wpm": 0, "accuracy": 60 },
      "silver": { "wpm": 0, "accuracy": 60 },
      "gold":   { "wpm": 0, "accuracy": 90 }
    },
    "steps": [
      {
        "type": "key",
        "instructions": "Type an x.",
        "text": "x"
      }
    ]
  }