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>2009-01-28 05:23:14 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-28 05:23:14 (GMT)
commit6fb4ec696e195691cc6611b981fc50fbfb5a4f76 (patch)
treec11428fddda13af00a9c9f493fb378253c81c02f /lessons
parent60fb90236061243e9f873e38674d258ffd76a097 (diff)
Add some more game lessons. Fix some bugs. Add a new text lesson type to lessonbuilder.
Diffstat (limited to 'lessons')
-rwxr-xr-xlessons/en_US/MAKELESSONS55
-rwxr-xr-xlessons/en_US/MAKETESTLESSONS10
-rw-r--r--lessons/en_US/bottomrow.lesson5
-rw-r--r--lessons/en_US/bottomrowgame.lesson228
-rw-r--r--lessons/en_US/homerow.lesson3
-rw-r--r--lessons/en_US/homerowballoon.lesson5
-rw-r--r--lessons/en_US/homerowgame.lesson102
-rw-r--r--lessons/en_US/intro.lesson3
-rw-r--r--lessons/en_US/leftcapital.lesson5
-rw-r--r--lessons/en_US/leftcapitalgame.lesson228
-rw-r--r--lessons/en_US/rightcapital.lesson22
-rw-r--r--lessons/en_US/rightcapitalgame.lesson228
-rw-r--r--lessons/en_US/test.lesson84
-rw-r--r--lessons/en_US/toprow.lesson3
-rw-r--r--lessons/en_US/toprowgame.lesson228
15 files changed, 1179 insertions, 30 deletions
diff --git a/lessons/en_US/MAKELESSONS b/lessons/en_US/MAKELESSONS
index 0cca2ee..61c9fb5 100755
--- a/lessons/en_US/MAKELESSONS
+++ b/lessons/en_US/MAKELESSONS
@@ -47,13 +47,13 @@
--output=homerow.lesson
../../lessonbuilder --game-lesson \
- --title="Home Row Balloon Practice" \
+ --title="Home Row Balloons" \
--desc="Practice the home row keys in this exciting game!\nDon't let any balloons get by!" \
--keys="asdfghjkl" \
--game='balloon' \
--wordlist=5desk.txt --badwordlist=badwords.txt \
--order=2 \
- --output=homerowballoon.lesson
+ --output=homerowgame.lesson
../../lessonbuilder --key-lesson \
--title="The Top Row" \
@@ -63,29 +63,64 @@
--order=3 \
--output=toprow.lesson
+../../lessonbuilder --game-lesson \
+ --title="Top Row Balloons" \
+ --desc="Practice the top row keys in this exciting game!\nDon't let any balloons get by!" \
+ --keys="qwertyuiop" --base-keys="asdfghjkl" \
+ --game='balloon' \
+ --wordlist=5desk.txt --badwordlist=badwords.txt \
+ --order=4 \
+ --output=toprowgame.lesson
+
../../lessonbuilder --key-lesson \
--title="The Bottom Row" \
--desc="This lesson teaches you the z, x, c, v, b, n and m keys \non the bottom row of the keyboard." \
--keys="zxcvbnm" --base-keys="asdfghjklqwertyuiop" \
--wordlist=5desk.txt --badwordlist=badwords.txt \
- --order=4 \
+ --order=5 \
--output=bottomrow.lesson
+../../lessonbuilder --game-lesson \
+ --title="Bottom Row Balloons" \
+ --desc="Practice the bottom row keys in this exciting game!\nDon't let any balloons get by!" \
+ --keys="zxcvbnm" --base-keys="asdfghjklqwertyuiop" \
+ --game='balloon' \
+ --wordlist=5desk.txt --badwordlist=badwords.txt \
+ --order=6 \
+ --output=bottomrowgame.lesson
+
# Generate left and right hand capital lessons.
../../lessonbuilder --key-lesson \
--title="Left Hand Capitals" \
--desc="This lesson teaches you the CAPITAL letters which are typed \nby your left hand.\nThese are Q, W, E, R, T, A, S, D, F, G, Z, X, C, V and B." \
- --keys="QWERTASDFGZXCVB" \
- --base-keys="abcdefghijklmnopqrstuvwxyz" \
+ --keys="QWERTASDFGZXCVB" --base-keys="abcdefghijklmnopqrstuvwxyz" \
--wordlist=5desk.txt --badwordlist=badwords.txt \
- --order=5 \
+ --order=7 \
--output=leftcapital.lesson
+../../lessonbuilder --game-lesson \
+ --title="Left Hand Capital Balloons" \
+ --desc="Practice the left hand CAPITAL letters!\nDon't let any balloons get by!" \
+ --keys="QWERTASDFGZXCVB" --base-keys="abcdefghijklmnopqrstuvwxyz" \
+ --game='balloon' \
+ --wordlist=5desk.txt --badwordlist=badwords.txt \
+ --order=8 \
+ --output=leftcapitalgame.lesson
+
../../lessonbuilder --key-lesson \
--title="Right Hand Capitals" \
- --desc="This lesson teaches you the CAPITAL letters which are typed \nby your right hand.\nThese are Y, U, I, O, P, H, J, K, L, B, N, and M." \
- --keys="YUIOPHJKLBNM" \
- --base-keys="abcdefghijklmnopqrstuvwxyzQWERTASDFGZXCVB" \
+ --desc="This lesson teaches you the CAPITAL letters which are typed \nby your right hand.\nThese are Y, U, I, O, P, H, J, K, L, N, and M." \
+ --keys="YUIOPHJKLNM" --base-keys="abcdefghijklmnopqrstuvwxyzQWERTASDFGZXCVB" \
--wordlist=5desk.txt --badwordlist=badwords.txt \
- --order=6 \
+ --order=9 \
--output=rightcapital.lesson
+
+../../lessonbuilder --game-lesson \
+ --title="Right Hand Capital Balloons" \
+ --desc="Practice the right hand CAPITAL letters!\nDon't let any balloons get by!" \
+ --keys="YUIOPHJKLNM" --base-keys="abcdefghijklmnopqrstuvwxyzQWERTASDFGZXCVB" \
+ --game='balloon' \
+ --wordlist=5desk.txt --badwordlist=badwords.txt \
+ --order=10 \
+ --output=rightcapitalgame.lesson
+
diff --git a/lessons/en_US/MAKETESTLESSONS b/lessons/en_US/MAKETESTLESSONS
index 5ae8978..fd7c4c4 100755
--- a/lessons/en_US/MAKETESTLESSONS
+++ b/lessons/en_US/MAKETESTLESSONS
@@ -1,10 +1,12 @@
../../lessonbuilder --game-lesson \
- --title="Balloon game test" \
- --desc="." \
+ --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" \
- --wordlist=2of12.txt \
+ --game='balloon' \
+ --wordlist=5desk.txt --badwordlist=badwords.txt \
--order=-2 \
- --output=balloon-test.lesson
+ --output=homerowballoon.lesson
../../lessonbuilder --key-lesson \
--title="Test lesson" \
diff --git a/lessons/en_US/bottomrow.lesson b/lessons/en_US/bottomrow.lesson
index b4a30b6..830e5f9 100644
--- a/lessons/en_US/bottomrow.lesson
+++ b/lessons/en_US/bottomrow.lesson
@@ -4,21 +4,24 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 25
}
],
"name": "The Bottom Row",
- "order": 4,
+ "order": 5,
"steps": [
{
"instructions": "In this lesson, you will learn the z, x, c, v, b, n and m keys.\n\nPress the ENTER key when you are ready to begin!",
diff --git a/lessons/en_US/bottomrowgame.lesson b/lessons/en_US/bottomrowgame.lesson
new file mode 100644
index 0000000..40984c3
--- /dev/null
+++ b/lessons/en_US/bottomrowgame.lesson
@@ -0,0 +1,228 @@
+{
+ "description": "Practice the bottom row keys in this exciting game!\nDon't let any balloons get by!",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Bottom Row Balloons",
+ "order": 6,
+ "type": "balloon",
+ "words": [
+ "gambol",
+ "modeling",
+ "carol",
+ "directly",
+ "overact",
+ "wand",
+ "bearded",
+ "upland",
+ "siding",
+ "tonight",
+ "perfect",
+ "meddle",
+ "tinny",
+ "lave",
+ "gnomon",
+ "kitsch",
+ "flan",
+ "misguide",
+ "reboot",
+ "minimum",
+ "mot",
+ "ventral",
+ "heavens",
+ "bidding",
+ "parabola",
+ "vocalize",
+ "brawling",
+ "cottar",
+ "cue",
+ "bung",
+ "centred",
+ "bran",
+ "stringer",
+ "harken",
+ "whenever",
+ "telling",
+ "budder",
+ "redesign",
+ "meronymy",
+ "fielding",
+ "bombed",
+ "toolbar",
+ "anise",
+ "clone",
+ "unisex",
+ "bulgy",
+ "stammer",
+ "clamping",
+ "hazer",
+ "delusive",
+ "obsidian",
+ "tankful",
+ "headlamp",
+ "limy",
+ "toxicity",
+ "fleck",
+ "miff",
+ "recall",
+ "screech",
+ "clangour",
+ "verdict",
+ "bud",
+ "clerk",
+ "slattern",
+ "vim",
+ "charcoal",
+ "barker",
+ "icily",
+ "beanpole",
+ "ignition",
+ "abeyant",
+ "windmill",
+ "meekly",
+ "muskoxen",
+ "care",
+ "rubbly",
+ "blandish",
+ "fulvous",
+ "rentable",
+ "stent",
+ "snatcher",
+ "coated",
+ "caret",
+ "nickel",
+ "mutilate",
+ "dative",
+ "catfish",
+ "carpel",
+ "kind",
+ "forsaken",
+ "carburet",
+ "validly",
+ "vulture",
+ "linens",
+ "overrule",
+ "inrush",
+ "cordoba",
+ "gonna",
+ "reflux",
+ "penalty",
+ "byliner",
+ "fever",
+ "salvia",
+ "rudiment",
+ "astatine",
+ "paints",
+ "clement",
+ "marigold",
+ "scleral",
+ "lobbyer",
+ "hint",
+ "assuming",
+ "incur",
+ "unheated",
+ "discord",
+ "delimit",
+ "subhuman",
+ "skeleton",
+ "cerebral",
+ "adverb",
+ "grubbily",
+ "muted",
+ "milling",
+ "acoustic",
+ "coven",
+ "cupful",
+ "millibar",
+ "bawler",
+ "pressing",
+ "kidney",
+ "aniseed",
+ "irons",
+ "bride",
+ "faunal",
+ "blend",
+ "sacral",
+ "clabber",
+ "nobility",
+ "cherry",
+ "dadaism",
+ "escrow",
+ "aground",
+ "blink",
+ "gloomily",
+ "hiccups",
+ "elect",
+ "fen",
+ "merengue",
+ "dazedly",
+ "blindly",
+ "causally",
+ "zenith",
+ "enzyme",
+ "nymphet",
+ "feeding",
+ "ecocidal",
+ "wanna",
+ "divot",
+ "workbook",
+ "servitor",
+ "greeting",
+ "gunman",
+ "frankly",
+ "recovery",
+ "flacon",
+ "besmear",
+ "tractor",
+ "below",
+ "manned",
+ "snarler",
+ "nervily",
+ "forensic",
+ "nettle",
+ "enjoyer",
+ "on",
+ "picked",
+ "forceps",
+ "beatable",
+ "flummox",
+ "reverend",
+ "handle",
+ "beagle",
+ "mailing",
+ "rehandle",
+ "cuspid",
+ "credits",
+ "producer",
+ "busing",
+ "tameness",
+ "denims",
+ "cutesie",
+ "bodily",
+ "softness",
+ "marksman",
+ "hunker",
+ "rumour",
+ "monogamy",
+ "birdseed",
+ "smallish",
+ "exile"
+ ]
+} \ No newline at end of file
diff --git a/lessons/en_US/homerow.lesson b/lessons/en_US/homerow.lesson
index ef0fcce..da3c28a 100644
--- a/lessons/en_US/homerow.lesson
+++ b/lessons/en_US/homerow.lesson
@@ -4,16 +4,19 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 25
}
],
diff --git a/lessons/en_US/homerowballoon.lesson b/lessons/en_US/homerowballoon.lesson
index 504201d..1d1c991 100644
--- a/lessons/en_US/homerowballoon.lesson
+++ b/lessons/en_US/homerowballoon.lesson
@@ -4,21 +4,24 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 500,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 1000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 1500,
"wpm": 25
}
],
"name": "Home Row Balloon Practice",
- "order": 2,
+ "order": -2,
"type": "balloon",
"words": [
"haj",
diff --git a/lessons/en_US/homerowgame.lesson b/lessons/en_US/homerowgame.lesson
new file mode 100644
index 0000000..2dee888
--- /dev/null
+++ b/lessons/en_US/homerowgame.lesson
@@ -0,0 +1,102 @@
+{
+ "description": "Practice the home row keys in this exciting game!\nDon't let any balloons get by!",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Home Row Balloons",
+ "order": 2,
+ "type": "balloon",
+ "words": [
+ "algal",
+ "ska",
+ "gag",
+ "alga",
+ "gaga",
+ "ash",
+ "as",
+ "ha",
+ "fall",
+ "half",
+ "salsa",
+ "skald",
+ "dahl",
+ "jag",
+ "ah",
+ "sh",
+ "alas",
+ "lad",
+ "flak",
+ "ask",
+ "gash",
+ "lash",
+ "shh",
+ "dada",
+ "sag",
+ "falls",
+ "ala",
+ "shag",
+ "saga",
+ "ad",
+ "dash",
+ "sash",
+ "fa",
+ "slag",
+ "haj",
+ "alfalfa",
+ "shah",
+ "flag",
+ "hajj",
+ "halala",
+ "hall",
+ "gad",
+ "shall",
+ "gall",
+ "has",
+ "hah",
+ "gas",
+ "sass",
+ "gala",
+ "shad",
+ "sal",
+ "fag",
+ "flash",
+ "hag",
+ "halal",
+ "flask",
+ "gaff",
+ "had",
+ "slash",
+ "glass",
+ "add",
+ "hash",
+ "la",
+ "lass",
+ "gal",
+ "ssh",
+ "dad",
+ "fad",
+ "sad",
+ "glad",
+ "all",
+ "salad",
+ "aha",
+ "lag"
+ ]
+} \ No newline at end of file
diff --git a/lessons/en_US/intro.lesson b/lessons/en_US/intro.lesson
index d909720..10e6dbf 100644
--- a/lessons/en_US/intro.lesson
+++ b/lessons/en_US/intro.lesson
@@ -4,16 +4,19 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 0
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 0
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 0
}
],
diff --git a/lessons/en_US/leftcapital.lesson b/lessons/en_US/leftcapital.lesson
index 8a9ad64..8f0e504 100644
--- a/lessons/en_US/leftcapital.lesson
+++ b/lessons/en_US/leftcapital.lesson
@@ -4,21 +4,24 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 25
}
],
"name": "Left Hand Capitals",
- "order": 5,
+ "order": 7,
"steps": [
{
"instructions": "In this lesson, you will learn the Q, W, E, R, T, A, S, D, F, G, Z, X, C, V and B keys.\n\nPress the ENTER key when you are ready to begin!",
diff --git a/lessons/en_US/leftcapitalgame.lesson b/lessons/en_US/leftcapitalgame.lesson
new file mode 100644
index 0000000..47c8d94
--- /dev/null
+++ b/lessons/en_US/leftcapitalgame.lesson
@@ -0,0 +1,228 @@
+{
+ "description": "Practice the left hand CAPITAL letters!\nDon't let any balloons get by!",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Left Hand Capital Balloons",
+ "order": 8,
+ "type": "balloon",
+ "words": [
+ "Colleen",
+ "Shepard",
+ "Quaker",
+ "Ards",
+ "Beecher",
+ "Craig",
+ "World",
+ "Cowpens",
+ "Barbudan",
+ "Etruscan",
+ "Damascus",
+ "Stella",
+ "Seville",
+ "Bultmann",
+ "Domitian",
+ "Bonita",
+ "Betsey",
+ "Faust",
+ "Tolstoi",
+ "Christly",
+ "Coolidge",
+ "Vesta",
+ "Tlingit",
+ "Zimbabwe",
+ "Draco",
+ "Curtiss",
+ "Regis",
+ "Azores",
+ "Foster",
+ "Benny",
+ "Foucault",
+ "Dollfuss",
+ "Stilton",
+ "Romanov",
+ "Belarus",
+ "Fresno",
+ "Qabalah",
+ "Woodhull",
+ "Baudouin",
+ "Claudine",
+ "Furies",
+ "Stone",
+ "Amanda",
+ "Troy",
+ "Vespucci",
+ "Savaii",
+ "Wharton",
+ "Curie",
+ "Attila",
+ "Beryl",
+ "Cairene",
+ "Deanne",
+ "Serene",
+ "Wilton",
+ "Clive",
+ "Biafran",
+ "Vaughan",
+ "Carreras",
+ "Aalborg",
+ "Ginger",
+ "Bechuana",
+ "Tanzania",
+ "Dottie",
+ "Willie",
+ "Swiss",
+ "Goldman",
+ "Romblon",
+ "Tarot",
+ "Tom",
+ "Valkyrie",
+ "Adonai",
+ "Auden",
+ "Sinai",
+ "Bering",
+ "Stacy",
+ "Assembly",
+ "Bulgaria",
+ "Carter",
+ "Tibesti",
+ "Alfonso",
+ "Chaucer",
+ "Viking",
+ "Surrey",
+ "Teflon",
+ "Baikal",
+ "Bangkok",
+ "Wilber",
+ "Biafra",
+ "Reynold",
+ "Gaul",
+ "Xhosa",
+ "Edson",
+ "Dresden",
+ "Taft",
+ "Djibouti",
+ "Quilmes",
+ "Tacitus",
+ "Ealing",
+ "Sweden",
+ "Chimera",
+ "Antigua",
+ "Druid",
+ "Quito",
+ "Teddy",
+ "Baky",
+ "Campeche",
+ "Clara",
+ "Taiwan",
+ "Saarland",
+ "Barnett",
+ "Cyprus",
+ "Alvin",
+ "Agatha",
+ "Rwandan",
+ "Taegu",
+ "Tobago",
+ "Grenada",
+ "Soho",
+ "Black",
+ "Endymion",
+ "Shinto",
+ "Vonnegut",
+ "Church",
+ "Derby",
+ "Attica",
+ "Sahelian",
+ "Truman",
+ "Boadicea",
+ "Behan",
+ "Sulawesi",
+ "Godthab",
+ "Roentgen",
+ "Granada",
+ "Gullah",
+ "Dayton",
+ "Varanasi",
+ "Aquarius",
+ "Eve",
+ "Tyrol",
+ "Trudy",
+ "Disciple",
+ "Diann",
+ "Stuart",
+ "Winnie",
+ "Steichen",
+ "Afro",
+ "EQ",
+ "Eurobond",
+ "Sybil",
+ "Webster",
+ "Crockett",
+ "Alva",
+ "Basilan",
+ "Scotia",
+ "Requiem",
+ "Sondra",
+ "Garrett",
+ "Rama",
+ "Tunisian",
+ "Sikhism",
+ "Roberto",
+ "Ceuta",
+ "Gus",
+ "Shikoku",
+ "Aorangi",
+ "Bertram",
+ "Fredric",
+ "Val",
+ "Giselle",
+ "Gladys",
+ "Bunyan",
+ "Torres",
+ "Dwight",
+ "Goa",
+ "Futurism",
+ "Bolshoi",
+ "Daley",
+ "Cali",
+ "Waspy",
+ "Bunche",
+ "Ernie",
+ "Serra",
+ "Crimean",
+ "Grey",
+ "Siberian",
+ "Vickie",
+ "Volos",
+ "Georgina",
+ "Booth",
+ "Fourier",
+ "Clement",
+ "Graham",
+ "Alma",
+ "Dubcek",
+ "Casper",
+ "Emmet",
+ "Balkans",
+ "Dumas",
+ "Ranchi",
+ "Wheeling"
+ ]
+} \ No newline at end of file
diff --git a/lessons/en_US/rightcapital.lesson b/lessons/en_US/rightcapital.lesson
index 7b656b3..a160621 100644
--- a/lessons/en_US/rightcapital.lesson
+++ b/lessons/en_US/rightcapital.lesson
@@ -1,27 +1,30 @@
{
- "description": "This lesson teaches you the CAPITAL letters which are typed \nby your right hand.\nThese are Y, U, I, O, P, H, J, K, L, B, N, and M.",
+ "description": "This lesson teaches you the CAPITAL letters which are typed \nby your right hand.\nThese are Y, U, I, O, P, H, J, K, L, N, and M.",
"medals": [
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 25
}
],
"name": "Right Hand Capitals",
- "order": 6,
+ "order": 9,
"steps": [
{
- "instructions": "In this lesson, you will learn the Y, U, I, O, P, H, J, K, L, B, N and M keys.\n\nPress the ENTER key when you are ready to begin!",
+ "instructions": "In this lesson, you will learn the Y, U, I, O, P, H, J, K, L, N and M keys.\n\nPress the ENTER key when you are ready to begin!",
"mode": "key",
"text": "\n"
},
@@ -71,11 +74,6 @@
"text": "L"
},
{
- "instructions": "Press and hold the SHIFT key with your right little finger, then press the B key with your left index finger.",
- "mode": "key",
- "text": "B"
- },
- {
"instructions": "Press and hold the SHIFT key with your left little finger, then press the N key with your right index finger.",
"mode": "key",
"text": "N"
@@ -88,22 +86,22 @@
{
"instructions": "You did it! Practice typing the keys you just learned.",
"mode": "text",
- "text": "II BB LL OO NN NN MM NN LL YY KK PP UU MM JJ YY PP OO II YY HH HH NN JJ OO PP PP UU YY UU JJ II LL NN JJ HH NN OO YY UU NN KK HH BB HH LL UU BB LL KK HH II HH HH MM OO HH HH MM HH"
+ "text": "II NN LL OO NN NN MM NN LL YY JJ OO UU MM JJ YY PP OO II YY HH HH NN JJ OO PP PP UU YY UU HH UU KK NN JJ PP NN OO YY UU NN JJ HH LL PP KK UU LL LL JJ HH II PP PP MM OO HH HH MM HH"
},
{
"instructions": "Nice work. Now put the keys together into pairs.",
"mode": "text",
- "text": "PU OU HM MI MP PU LO MI BB MI IJ PO LP MO OB IP BB BO PI PO MI MI BB MH BO IJ BL LI OP KP MP HM UI MI HI LO IO OM PN PN HU IP IJ HU KP II UI KO PM KP BH BO OU OL IN PU UI BI HI BH"
+ "text": "UI PI KP MI MH UI OK MI II MI KO PU YM LI OM HI II IN PO PU MI MI II LI IN KO IO LO PI MO MH KP IJ OL MP OK HM OU PU PU MP HI ML MO MH IU IJ LP PO MO IP IN PI OL HM UI IJ IO KP IP"
},
{
"instructions": "Nice work. Now practice all the keys you know.",
"mode": "text",
- "text": "BL Os Ur AN SI IQ eP LA PO BH Uz PA NE LT Ix eP TH Hi PG EB Mi BD Ku Mc Ug Ol HM UI Om JA Ob Ip ID IV Ji Lv Br Or Us Nu Hu DJ Lv OP RL FO Oe OP Mu Ot RO My TK Um Ig RN ID Nu Iq Lh"
+ "text": "BI Mc Yo AN PE IW cJ Ms PM EN Uf Ia NT LO HD cJ Um Ki PD DH Ka BL Ly Py NA Yo HU UF Ut MP OS Im CO IV Ib LP He Is Ps Om Mu DP LP OP SO Ub OS OP Or It SI Py TK Uk ID Pt CO Om Iq Lj"
},
{
"instructions": "Wonderful! Time to type real words.",
"mode": "text",
- "text": "Yuma Janette Lisbon Ipswich Jake Mexico Leland Mays Hindi Mike Jeanne Belgium Lapland Lome Helsinki Nicobar Lear Plautus Orion Mia Kananga Javanese Hirohito Yosemite Mia Managua Mongol Oder Bradford Lerwick Loyalist Judean Kirk Helene Malaysia Boswell Burnside Plath Mogilyov Boadicea Humboldt Orrin Burundi Unionism Judy Lloyd Kleenex Babylon Julian Kirby Pristina Nolan Pearl Bruneian Bhutan Imogen PCP Master Montcalm Pinter"
+ "text": "Molucca Mbini Harrow Ipswich Kanpur Ophelia Parkman Yafo Isabel Lori Marconi Herschel Jacky Lome Long Nehemiah Knox Howrah Marcia Jere LVN Orville Hounslow Loafer Psalms Martian Poznan Lapland Plato Kenton Hutu Judean Lamb Izmir Kepler Hazel Mainz Mortimer Mozart Hopper Kremlin Kampala Laplace Mendel Humanism Iowan Judith Yoruban Kevlar Moravian Hassid Owens Kroc Islamic Libyan Macaulay Hellene Levis Karelian Ming"
},
{
"instructions": "$report",
diff --git a/lessons/en_US/rightcapitalgame.lesson b/lessons/en_US/rightcapitalgame.lesson
new file mode 100644
index 0000000..3db35f1
--- /dev/null
+++ b/lessons/en_US/rightcapitalgame.lesson
@@ -0,0 +1,228 @@
+{
+ "description": "Practice the right hand CAPITAL letters!\nDon't let any balloons get by!",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Right Hand Capital Balloons",
+ "order": 10,
+ "type": "balloon",
+ "words": [
+ "Heller",
+ "Nemesis",
+ "Hadrian",
+ "Haiphong",
+ "Nixon",
+ "Lewisham",
+ "Lorene",
+ "Mohegan",
+ "Latvian",
+ "Muzak",
+ "Hamhung",
+ "Napoleon",
+ "Jonathan",
+ "Malory",
+ "Ludhiana",
+ "Malacca",
+ "AWOL",
+ "Humphrey",
+ "Napier",
+ "Leipzig",
+ "Patrick",
+ "Kitty",
+ "Peale",
+ "Jamie",
+ "Malta",
+ "Mitty",
+ "Mexican",
+ "Karen",
+ "Lamb",
+ "Host",
+ "Pegasus",
+ "IOU",
+ "Punjabi",
+ "Kibo",
+ "Islam",
+ "GI",
+ "Poole",
+ "Preston",
+ "Madam",
+ "Yukon",
+ "Pueblo",
+ "Luke",
+ "Nilgiri",
+ "Pepin",
+ "Mendel",
+ "Perkins",
+ "PBX",
+ "Logan",
+ "Lyons",
+ "Jeremy",
+ "Mahatma",
+ "Marietta",
+ "Obadiah",
+ "Perry",
+ "Mohammed",
+ "Nanette",
+ "Kamet",
+ "Procyon",
+ "Proteus",
+ "Judaea",
+ "AIDS",
+ "Ionian",
+ "Plovdiv",
+ "Main",
+ "Pius",
+ "Istrian",
+ "Kim",
+ "Picasso",
+ "Hydra",
+ "Peel",
+ "Yorktown",
+ "Potomac",
+ "Pliny",
+ "STOL",
+ "Keller",
+ "Patti",
+ "Yangon",
+ "Palomar",
+ "Junior",
+ "Lamaist",
+ "Ouija",
+ "Mervin",
+ "Harare",
+ "Yokosuka",
+ "Mason",
+ "No",
+ "Pisan",
+ "Manama",
+ "Mahican",
+ "Melinda",
+ "Iasi",
+ "Minorcan",
+ "Jersey",
+ "Langley",
+ "Latakia",
+ "Oakland",
+ "Peruvian",
+ "Masai",
+ "Powys",
+ "Owen",
+ "Jonson",
+ "Makarios",
+ "Lela",
+ "Milicent",
+ "Moselle",
+ "Mariana",
+ "Marcia",
+ "Mulroney",
+ "Permian",
+ "Perceval",
+ "Jacuzzi",
+ "Hiram",
+ "Lon",
+ "IUD",
+ "Omagh",
+ "Ibo",
+ "Julia",
+ "Mali",
+ "Nabatea",
+ "Menotti",
+ "Hopkins",
+ "Pattie",
+ "FM",
+ "Leonard",
+ "GIGO",
+ "Patmos",
+ "Marconi",
+ "Japanese",
+ "Laverne",
+ "Nikolaev",
+ "Peshawar",
+ "Umbrian",
+ "Jezebel",
+ "Nobelist",
+ "Haydn",
+ "Ligurian",
+ "Ocean",
+ "Hogarth",
+ "Linnaeus",
+ "Megrez",
+ "Mabel",
+ "Piura",
+ "Limavady",
+ "Newark",
+ "McLuhan",
+ "Kirin",
+ "IV",
+ "Orpheus",
+ "ATP",
+ "Nannette",
+ "June",
+ "Nazism",
+ "Hanuka",
+ "Lily",
+ "Lucian",
+ "Iacocca",
+ "Hasidic",
+ "Lionel",
+ "Nashua",
+ "Odin",
+ "Moldova",
+ "Midas",
+ "Heep",
+ "Lorenzo",
+ "Leona",
+ "Po",
+ "Lublin",
+ "Metairie",
+ "Yoruba",
+ "Parian",
+ "Ithaki",
+ "Om",
+ "Kabbalah",
+ "Kirby",
+ "Oneida",
+ "Homicide",
+ "Huron",
+ "Iqaluit",
+ "Pepysian",
+ "Phidias",
+ "Moore",
+ "HUD",
+ "Pope",
+ "Hathaway",
+ "Kweiyang",
+ "Hodgkin",
+ "Maya",
+ "Honduras",
+ "Mercury",
+ "Ivorian",
+ "Nagasaki",
+ "Jessie",
+ "Jute",
+ "Lane",
+ "Hasidim",
+ "Langland",
+ "Union",
+ "Kaiserin",
+ "Leighton",
+ "SLR"
+ ]
+} \ No newline at end of file
diff --git a/lessons/en_US/test.lesson b/lessons/en_US/test.lesson
index 6b2421b..5162947 100644
--- a/lessons/en_US/test.lesson
+++ b/lessons/en_US/test.lesson
@@ -1 +1,83 @@
-{"steps":[{"text":"\n","mode":"key","instructions":"In this lesson, you will learn the æ, Ω, A, B, b and B keys.\n\nPress the ENTER key when you are ready to begin!"},{"text":"æ","mode":"key","instructions":"Press and hold the ALTGR key, then press the æ key with your left little finger."},{"text":"Ω","mode":"key","instructions":"Press and hold the ALTGR and SHIFT keys, then press the Ω key with your left little finger."},{"text":"A","mode":"key","instructions":"Press and hold the SHIFT key with your right little finger, then press the A key with your left little finger."},{"text":"B","mode":"key","instructions":"Press and hold the SHIFT key with your right little finger, then press the B key with your left index finger."},{"text":"b","mode":"key","instructions":"Press the b key with your left index finger."},{"text":"B","mode":"key","instructions":"Press and hold the SHIFT key with your right little finger, then press the B key with your left index finger."},{"text":"ΩΩ bb bb ΩΩ BB BB BB BB bb ææ BB AA ææ BB BB ææ AA ΩΩ ΩΩ ææ AA AA BB BB ΩΩ AA AA ææ ææ ææ BB ΩΩ bb BB BB AA BB ΩΩ ææ ææ","mode":"text","instructions":"You did it! Practice typing the keys you just learned."},{"text":"BB BB AA bb AA bb ææ bb bb BB AA ΩΩ AA AA BB ΩΩ AA AA BB AA bb bb BB ΩΩ BB AA bb AA BB ææ BB bb bb BB AA BB ΩΩ ææ ææ BB","mode":"text","instructions":"Keep practicing the new keys."},{"text":"bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb","mode":"text","instructions":"Nice work. Now put the keys together into pairs."},{"text":"bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb","mode":"text","instructions":"Keep practicing key pairs."},{"text":"bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb","mode":"text","instructions":"Almost done. Keep practicing key pairs."},{"text":"BBΩA BΩΩb BBAB bAæb bBΩΩ æBBA BBAB BΩbA ABBB ΩAΩæ bæΩB æΩBB ææAb BBΩæ bBbæ ΩBbB æbΩB AbBB bbAA Ωbæb bBææ ABbæ ΩæBb AæAA BΩΩΩ BBAΩ BBæb BAbB BBBA ΩΩbB BBæB BbAb ABBæ BBAB Ωæææ ΩΩBb bbæΩ bæBæ AæAB BbæB ΩbAB BbAb æΩAB ΩbBæ AbBb AæbA bæAB bAbA ABæB BBæΩ BææB æΩBΩ BBæB bΩbb BbBA ΩBbB æBBæ AAAb AæBb ΩBBB bΩbB Ωæbæ AΩbΩ BbBA ΩæAΩ Bæææ BBΩb ABΩA ΩΩAB bBbB AææΩ Ωbbb BAbA BæBΩ ΩAΩB BBBæ æBΩæ BBæA ΩAbA ΩæbΩ BbAB æBbæ ææΩB AΩAB æBbB æbBB ABΩæ BΩbB bAAΩ æbBb BΩBB bbBA ΩABB bΩAæ bBæb BBΩæ AbΩæ æBæB æBΩb bΩBB","mode":"text","instructions":"Good job. Time to type jumbles."},{"text":"æbBΩ BBæA ΩΩæB ΩbΩB ΩBΩΩ AΩΩΩ BBBA ΩABæ Bbbæ ææAA BABB AæBB BBΩB æBææ bΩæA BbΩb bbAb BæAB BbBæ bBBB BæbB BBæb ΩAΩA æAbb BABB bABΩ BæΩB BBBb ææBB BbAB æBΩΩ bæΩA ææΩA ΩΩbB BBæB ABæB ΩΩBA AbAB BBæΩ ΩBæb ΩæAΩ BææB AAæB BæΩæ BbbB ææBæ bbBB BΩæΩ ΩBBB BBæΩ ΩΩBb bAAb BΩBæ bΩBb ΩBæB Bbæb BæBb ΩΩΩb æBΩΩ bBbB BBBb BΩbΩ BBBæ ΩæΩæ BBΩb BbBb bææb æΩΩb bBAb AΩBæ bΩΩΩ æbAB bBBæ æBBb ΩæBæ BBBb bæBΩ AAæA æBAæ BBΩB ΩΩBb bAæΩ bAΩb BbΩΩ æAææ AææA BææB BBΩA AΩbB ABBΩ bΩbB bAææ bAæΩ bΩBB BAAB bbBΩ bbBΩ ABBB Ωææb bæBæ","mode":"text","instructions":"Keep practicing these jumbles."},{"text":"BΩAB AΩbA æAΩæ bBAΩ AbbΩ Ωæbæ BæBB BBbb BBΩb AæΩA BAΩb BABb ææBB BBBæ æΩbΩ bBBB æΩbA BAAA BbæB BBbA BBBΩ ΩΩΩb bΩBB æbæA BbBb ΩBBæ BBBΩ ΩææΩ BBBb AæBA AABb BbbΩ æbBæ ΩbΩB BbbB ΩbΩB BBBΩ BBbA ΩæBæ BæΩB æΩBb bΩAB BæBæ ABBΩ æBæb BBæA æABΩ æBæb bææΩ AbAA ABbb ΩΩæA BΩbA Bæbæ BAbb AbbA ææBΩ BΩææ ΩΩæB bΩæA BBbB BæBæ BBBB BΩΩB bBbB BBΩB bbAΩ æAΩΩ AbΩb Bæbæ ΩæBb BΩBb æbBB AΩbA BbBB BææA ΩæBΩ BΩbB ΩBAB ΩBBB æBbB ΩBæΩ æBæB æBBæ bBΩæ bbΩB ΩBbΩ BΩæA BbAæ ΩBBB bΩBA ΩABΩ ΩΩAæ ΩBBb BbBB ABΩæ ABΩA bæbA bææΩ BæAB","mode":"text","instructions":"Almost finished. Try to type as quickly and accurately as you can!"},{"text":" ","mode":"key","instructions":"$report"}],"order":-1,"type":"normal","name":"Test lesson","description":"This lesson exists to test out obscure Typing Turtle features.\nPlease skip it by pressing the arrow button to the right."} \ No newline at end of file
+{
+ "description": "This lesson exists to test out obscure Typing Turtle features.\nPlease skip it by pressing the arrow button to the right.",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Test lesson",
+ "order": -1,
+ "steps": [
+ {
+ "instructions": "In this lesson, you will learn the \u00e6, \u03a9, A, B, b and B keys.\n\nPress the ENTER key when you are ready to begin!",
+ "mode": "key",
+ "text": "\n"
+ },
+ {
+ "instructions": "Press and hold the ALTGR key, then press the \u00e6 key with your left little finger.",
+ "mode": "key",
+ "text": "\u00e6"
+ },
+ {
+ "instructions": "Press and hold the ALTGR and SHIFT keys, then press the \u03a9 key with your left little finger.",
+ "mode": "key",
+ "text": "\u03a9"
+ },
+ {
+ "instructions": "Press and hold the SHIFT key with your right little finger, then press the A key with your left little finger.",
+ "mode": "key",
+ "text": "A"
+ },
+ {
+ "instructions": "Press and hold the SHIFT key with your right little finger, then press the B key with your left index finger.",
+ "mode": "key",
+ "text": "B"
+ },
+ {
+ "instructions": "Press the b key with your left index finger.",
+ "mode": "key",
+ "text": "b"
+ },
+ {
+ "instructions": "Press and hold the SHIFT key with your right little finger, then press the B key with your left index finger.",
+ "mode": "key",
+ "text": "B"
+ },
+ {
+ "instructions": "You did it! Practice typing the keys you just learned.",
+ "mode": "text",
+ "text": "\u03a9\u03a9 bb bb \u03a9\u03a9 BB BB BB BB bb \u00e6\u00e6 BB AA \u00e6\u00e6 BB BB \u00e6\u00e6 AA \u03a9\u03a9 \u03a9\u03a9 \u00e6\u00e6 AA AA BB BB \u03a9\u03a9 AA AA \u00e6\u00e6 \u00e6\u00e6 \u00e6\u00e6 BB \u03a9\u03a9 bb BB BB AA BB \u03a9\u03a9 \u00e6\u00e6 \u00e6\u00e6 BB BB AA bb AA bb \u00e6\u00e6 bb bb BB AA \u03a9\u03a9 AA AA BB \u03a9\u03a9 AA AA BB AA"
+ },
+ {
+ "instructions": "Nice work. Now put the keys together into pairs.",
+ "mode": "text",
+ "text": "bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb"
+ },
+ {
+ "instructions": "Nice work. Time to type jumbles.",
+ "mode": "text",
+ "text": "\u00e6bbA B\u00e6AA \u03a9\u00e6Bb \u03a9\u03a9\u00e6A BB\u03a9\u00e6 B\u00e6Bb bb\u00e6\u03a9 b\u00e6AB BAbA BBBb B\u00e6A\u03a9 \u03a9BA\u03a9 BbBb ABBB BbA\u03a9 Bb\u03a9B \u00e6A\u00e6b BAAb BB\u00e6B \u03a9bB\u00e6 b\u03a9\u03a9b \u03a9bB\u03a9 BBAb bAB\u00e6 \u00e6\u03a9bb \u00e6BB\u03a9 \u03a9A\u03a9\u03a9 \u03a9Ab\u00e6 \u00e6BB\u03a9 \u00e6A\u03a9\u00e6 \u03a9B\u03a9\u00e6 \u00e6bBb BB\u03a9\u03a9 \u00e6AbB AbbB \u03a9b\u03a9A \u03a9ABb bbbB \u03a9\u03a9\u03a9A \u00e6\u00e6\u00e6\u03a9 BB\u03a9A B\u03a9\u03a9b BBAB bA\u00e6b bB\u03a9\u03a9 \u00e6BBA BBAB B\u03a9bA ABBB \u03a9A\u03a9\u00e6 b\u00e6\u03a9B \u00e6\u03a9BB \u00e6\u00e6Ab BB\u03a9\u00e6 bBb\u00e6 \u03a9BbB \u00e6b\u03a9B AbBB bbAA \u03a9b\u00e6b"
+ },
+ {
+ "instructions": "$report",
+ "mode": "key",
+ "text": " "
+ }
+ ],
+ "type": "normal"
+} \ No newline at end of file
diff --git a/lessons/en_US/toprow.lesson b/lessons/en_US/toprow.lesson
index deb58ed..9804dd1 100644
--- a/lessons/en_US/toprow.lesson
+++ b/lessons/en_US/toprow.lesson
@@ -4,16 +4,19 @@
{
"accuracy": 70,
"name": "bronze",
+ "score": 4000,
"wpm": 15
},
{
"accuracy": 80,
"name": "silver",
+ "score": 6000,
"wpm": 20
},
{
"accuracy": 90,
"name": "gold",
+ "score": 10000,
"wpm": 25
}
],
diff --git a/lessons/en_US/toprowgame.lesson b/lessons/en_US/toprowgame.lesson
new file mode 100644
index 0000000..ce6f444
--- /dev/null
+++ b/lessons/en_US/toprowgame.lesson
@@ -0,0 +1,228 @@
+{
+ "description": "Practice the top row keys in this exciting game!\nDon't let any balloons get by!",
+ "medals": [
+ {
+ "accuracy": 70,
+ "name": "bronze",
+ "score": 4000,
+ "wpm": 15
+ },
+ {
+ "accuracy": 80,
+ "name": "silver",
+ "score": 6000,
+ "wpm": 20
+ },
+ {
+ "accuracy": 90,
+ "name": "gold",
+ "score": 10000,
+ "wpm": 25
+ }
+ ],
+ "name": "Top Row Balloons",
+ "order": 4,
+ "type": "balloon",
+ "words": [
+ "skate",
+ "fortieth",
+ "rush",
+ "regatta",
+ "flushed",
+ "tragedy",
+ "pilfer",
+ "goggly",
+ "papoose",
+ "wraith",
+ "sprawl",
+ "dug",
+ "litre",
+ "lid",
+ "areolate",
+ "whish",
+ "fit",
+ "thyroid",
+ "haole",
+ "sateless",
+ "thready",
+ "phallus",
+ "lagger",
+ "furrow",
+ "lares",
+ "park",
+ "graffiti",
+ "adequate",
+ "fell",
+ "pulpit",
+ "though",
+ "thereto",
+ "dally",
+ "health",
+ "pouter",
+ "gradual",
+ "appalled",
+ "surly",
+ "owlet",
+ "holiday",
+ "rehire",
+ "repay",
+ "tattered",
+ "titlist",
+ "stupefy",
+ "wild",
+ "deflated",
+ "foyer",
+ "thru",
+ "spy",
+ "swart",
+ "story",
+ "dahlia",
+ "flog",
+ "tailgate",
+ "preterit",
+ "purity",
+ "defy",
+ "pastil",
+ "ileal",
+ "fridge",
+ "pal",
+ "laity",
+ "tore",
+ "rope",
+ "total",
+ "wellhead",
+ "pesewa",
+ "hail",
+ "pedestal",
+ "shekels",
+ "twirly",
+ "twittery",
+ "quarter",
+ "prolate",
+ "despair",
+ "resale",
+ "rallier",
+ "pother",
+ "forefoot",
+ "digress",
+ "filthily",
+ "playful",
+ "gelid",
+ "geyser",
+ "soft",
+ "flooded",
+ "tolerate",
+ "tallowy",
+ "desk",
+ "wake",
+ "reggae",
+ "freakish",
+ "worship",
+ "roast",
+ "sweetly",
+ "droop",
+ "outhit",
+ "athirst",
+ "ease",
+ "foresee",
+ "threader",
+ "repute",
+ "karate",
+ "rales",
+ "parasol",
+ "tot",
+ "fire",
+ "gulf",
+ "data",
+ "piked",
+ "wooled",
+ "astride",
+ "truffle",
+ "thwart",
+ "hog",
+ "wisp",
+ "eared",
+ "par",
+ "old",
+ "periwig",
+ "leaded",
+ "rug",
+ "reshow",
+ "pleased",
+ "eats",
+ "grouser",
+ "farer",
+ "waiter",
+ "equalise",
+ "flier",
+ "drafty",
+ "pilaster",
+ "pith",
+ "lessee",
+ "fried",
+ "prose",
+ "wattage",
+ "rewire",
+ "waggle",
+ "futilely",
+ "yodeller",
+ "idealise",
+ "outside",
+ "sweep",
+ "striated",
+ "gagger",
+ "yourself",
+ "dowse",
+ "squire",
+ "spiel",
+ "hothead",
+ "shod",
+ "arrester",
+ "dowdy",
+ "desire",
+ "putt",
+ "jihad",
+ "fail",
+ "perjurer",
+ "polypoid",
+ "lustily",
+ "upstate",
+ "reaper",
+ "rapidly",
+ "eureka",
+ "wight",
+ "dire",
+ "to",
+ "grouter",
+ "toil",
+ "softie",
+ "spree",
+ "outsold",
+ "testes",
+ "weakfish",
+ "pupil",
+ "yapper",
+ "hug",
+ "prod",
+ "torero",
+ "hightail",
+ "helpless",
+ "tree",
+ "reap",
+ "stoker",
+ "oestrous",
+ "sepal",
+ "traitor",
+ "fretted",
+ "reeky",
+ "foothill",
+ "lour",
+ "fig",
+ "floppy",
+ "dystopia",
+ "afield",
+ "fireside",
+ "upswept",
+ "drily"
+ ]
+} \ No newline at end of file