Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons/en_US/MAKETESTLESSONS
blob: fd7c4c47a3e588b25bee8979f48ba2b21720a783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
../../lessonbuilder --game-lesson \
    --title="Home Row Balloon Practice" \
    --desc="Practice the home row keys in this exciting game!\nDon't let any balloons get by!" \
    --bronze-score=500 --silver-score=1000 --gold-score=1500 \
    --keys="asdfghjkl" \
    --game='balloon' \
    --wordlist=5desk.txt --badwordlist=badwords.txt \
    --order=-2 \
    --output=homerowballoon.lesson

../../lessonbuilder --key-lesson \
    --title="Test lesson" \
    --desc="This lesson exists to test out obscure Typing Turtle features.\nPlease skip it by pressing the arrow button to the right." \
    --keys="æΩABbB" \
    --wordlist=2of12.txt \
    --order=-1 \
    --output=test.lesson