{
  "1": {
    "type": "A",
    "groupId": 0,
    "parameters": {
      "content": ["boy", "girl", "man", "woman"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "ready_to_learn_some_words",
      "lets_start_with_some_people_words"
    ]
  },
  "2": {
    "type": "A",
    "groupId": 0,
    "parameters": {
      "content": ["walk", "run", "eat", "drink", "jump"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "now_lets_learn_some_words_about_what_people_do"
    ]
  },
  "3": {
    "type": "B",
    "groupId": 0,
    "parameters": {
      "playMatch": true,
      "classes": [
        ["walk", "run", "jump", "eat", "drink"],
        ["boy", "girl", "man", "woman"],
        ["boy_walks",
        "boy_runs",
        "boy_jumps",
        "boy_eats",
        "boy_drinks",
        "girl_walks",
        "girl_runs",
        "girl_jumps",
        "girl_eats",
        "girl_drinks",
        "man_walks",
        "man_runs",
        "man_jumps",
        "man_eats",
        "man_drinks",
        "woman_walks",
        "woman_runs",
        "woman_jumps",
        "woman_eats",
        "woman_drinks"
        ]
      ]
    },
    "introAudio": [
      "this_lesson_is_about_people_doing_things"
    ]  
  },
  "4": {
    "type": "A",
    "groupId": 0,
    "parameters": {
      "content": ["cat", "dog", "cow","horse", "goat", "pig"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "ready_to_learn_some_animal_words"
    ]  
  },
  "5": {
    "type": "B",
    "groupId": 0,
    "parameters": {
      "playMatch": false,
      "classes": [
        ["eat", "drink", "sleep"],
        ["cat", "dog", "cow","horse","goat", "pig"],
        ["cat_eats",
          "cat_drinks",
          "cat_sleeps",
          "dog_eats",
          "dog_drinks",
          "dog_sleeps",
          "cow_eats",
          "cow_drinks",
          "cow_sleeps",
          "horse_eats",
          "horse_drinks",
          "horse_sleeps",
          "goat_eats",
          "goat_drinks",
          "goat_sleeps",
          "pig_eats",
          "pig_drinks",
          "pig_sleeps"
        ]
      ]
    },
    "introAudio": [
      "this_is_a_lesson_on_animals_doing_things"
    ]
  },
  "6": {
    "type": "A",
    "groupId": 1,
    "parameters": {
      "content": ["horse", "bird", "rabbit", "mouse", "sheep"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_more_animal_words"
    ]
  },
  "7": {
    "type": "A",
    "groupId": 1,
    "parameters": {
      "content": ["arm", "ear", "eye", "foot", "hand", "head", "leg", "mouth", "nose"],
      "targetSuccessCount": 1
    },
    "wallOfFameMilestone": {
      "totalWords": 25,
      "badgeColor": "BRONZE"
    },
    "introAudio": [
      "now_well_learn_about_the_parts_of_our_body"
    ]
  },
  "8": {
    "type": "A",
    "groupId": 1,
    "parameters": {
      "content": ["red", "yellow", "green", "blue", "purple", "white", "black", "pink", "brown", "orange_color", "gray"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "do_you_know_your_colors",
      "lets_find_out"
    ]
  },
  "9": {
    "type": "A",
    "groupId": 1,
    "parameters": {
      "content": ["ball", "car", "hat", "shirt","shoe"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_a_few_things_we_often_come_across"
    ]
  },
  "10": {
    "type": "B",
    "groupId": 1,
    "parameters": {
      "playMatch": true,
      "classes": [
        ["red", "yellow", "green", "blue", "white", "black", "brown", "orange_color"],
        ["ball", "car", "hat", "shirt", "chair"],
        [
          "red_shirt", "blue_shirt", "green_shirt", "yellow_shirt", "orange_shirt", "black_shirt", "brown_shirt", "white_shirt",
          "red_chair", "blue_chair", "green_chair", "yellow_chair", "orange_chair", "black_chair", "brown_chair", "white_chair",
          "red_hat", "blue_hat", "green_hat", "yellow_hat", "orange_hat", "black_hat", "brown_hat", "white_hat",
          "red_ball", "blue_ball", "green_ball", "yellow_ball", "orange_ball", "black_ball", "brown_ball", "white_ball",
          "red_car", "blue_car", "green_car", "yellow_car", "orange_car", "black_car", "brown_car", "white_car"
        ]
      ]
    },
    "introAudio": [
      "this_lesson_is_about_things_and_colors"
    ]
  },


  "11": {
    "type": "C3",
    "groupId": 2,
    "parameters": {
      "content": {
        "buh": ["ball", "boy", "bird"],
        "duh": ["dog", "doll", "duck"]
      },
      "targetSoundCount": 3
    },
    "introAudio": [
      "we_have_now_learned_a_few_words",
      "words_are_built_out_of_sounds_so_lets_start_learning_about_sounds"
    ]
  },
  "12": {
    "type": "C3",
    "groupId": 2,
    "parameters": {
      "content": {
        "kuh": ["car", "cat", "kick"],
        "buh": ["ball", "boy", "bird"]
      },
      "targetSoundCount": 3
    }
  },
  "13": {
    "type": "C3",
    "groupId": 2,
    "parameters": {
      "content": {
        "fuh": ["fall", "fox", "foot"],
        "duh": ["dog", "doll", "duck"]
      },
      "targetSoundCount": 3
    },
    "wallOfFameMilestone": {
      "totalWords": 50,
      "badgeColor": "SILVER"
    }
  },
  "14": {
    "type": "C3",
    "groupId": 2,
    "parameters": {
      "content": {
        "kuh": ["car", "cat", "kick"],
        "fuh": ["fall", "fox", "foot"]},
      "targetSoundCount": 3
    }
  },
  "15": {
    "type": "C",
    "groupId": 2,
    "parameters": {
      "content": {
        "buh": {"count": 2, "words": ["ball", "boy", "bird"]},
        "duh": {"count": 2, "words": ["dog", "doll", "duck"]},
        "kuh": {"count": 2, "words": ["car", "cat", "kick"]},
        "fuh": {"count": 2, "words":  ["fox", "foot", "fall"]}
      }
    }
  },

  "16": {
    "type": "A",
    "groupId": 3,
    "parameters": {
      "content": ["ball", "doll", "swings", "slide", "balloon","bat"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_things_we_can_play_with"
    ]
  },
  "17": {
    "type": "A2",
    "groupId": 3,
    "parameters": {
      "content": ["boy", "girl", "ball", "red"]
    },
    "introAudio": [
      "lets_write_some_of_the_words_we_have_learned",
      "well_see_how_each_word_is_built_with_sounds"
    ]
  },
  "18": {
    "type": "A",
    "groupId": 3,
    "parameters": {
      "content": ["kick", "fall", "get up", "jump"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_words_about_what_we_do"
    ]
  },
  "19": {
    "type": "A2",
    "groupId": 3,
    "parameters": {
      "content": ["kick", "run", "walk", "jump"]
    },
    "introAudio": [
      "now_lets_do_some_more_writing"
    ]
  },
  "20": {
    "type": "A",
    "groupId": 3,
    "parameters": {
      "content": ["sun", "tree", "moon", "sky"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_words_about_nature"
    ]
  },
  "21": {
    "type": "A2",
    "groupId": 4,
    "parameters": {
      "content": ["walk", "sun", "bird", "park"]
    },
    "introAudio": [
      "time_to_write_again"
    ]
  },
  "22": {
    "type": "A",
    "groupId": 4,
    "parameters": {
      "content": ["happy", "sad", "angry", "hungry", "thirsty", "sleepy"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_words_about_how_we_feel"
    ]
  },
  "23": {
    "type": "A",
    "groupId": 4,
    "parameters": {
      "content": ["lion", "tiger", "camel", "monkey", "elephant", "pig"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "lets_learn_some_more_animal_words"
    ]
  },
  "24": {
    "type": "A2",
    "groupId": 4,
    "parameters": {
      "content": ["camel", "pig", "cat", "dog"]
    },
    "introAudio": [
      "now_lets_write_some_of_the_animal_words_we_have_learned"
    ]
  },
  "25": {
    "type": "A",
    "groupId": 4,
    "parameters": {
      "content": ["car", "bus", "train", "bicycle", "boat", "plane"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_a_few_things_you_might_ride_to_get_from_one_place_to_another"
    ]
  },
  "26": {
    "type": "C",
    "groupId": 5,
    "parameters": {
      "content": {
        "buh": {"count": 2, "words": ["baby", "ball", "boy", "bird"]},
        "duh": {"count": 2, "words": ["dog", "doll", "duck", "drink"]},
        "kuh": {"count": 2, "words": ["car", "cat", "cow", "kick"]},
        "fuh": {"count": 2, "words": ["foot", "fish", "fall", "fox"]}
      }
    },
    "introAudio": [
      "lets_get_back_to_sounds_now",
      "lets_figure_out_which_sound_a_word_starts_with"
    ]
  },
  "27": {
    "type": "A1",
    "groupId": 5,
    "parameters": {
      "content": ["bird", "cat", "dog", "fox"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "now_lets_see_if_we_can_find_words_that_we_have_learned",
      "ill_give_you_a_clue",
      "look_for_the_sound_the_word_starts_with"
    ]
  },
  "28": {
    "type": "C3",
    "groupId": 5,
    "parameters": {
      "content": {
        "guh": ["girl", "goat", "gold"],
        "huh": ["horse", "hat", "house"]},
      "targetSoundCount": 3
    },
    "introAudio": [
      "now_lets_figure_out_how_to_tell_the_difference_between_two_sounds"
    ]
  },
  "29": {
    "type": "A1",
    "groupId": 5,
    "parameters": {
      "content": ["duck", "fox", "goat", "horse"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "lets_see_if_we_can_find_words_that_we_have_learned",
      "remember_look_for_the_sound_the_word_starts_with"
    ]
  },
  "30": {
    "type": "C",
    "groupId": 5,
    "parameters": {
      "content": {
        "duh": {"count": 1, "words": ["dog", "doll", "duck", "drink"]},
        "fuh": {"count": 1, "words": ["foot", "fish", "fall", "fox"]},
        "guh": {"count": 2, "words": ["girl", "goat", "gold"]},
        "huh": {"count": 2, "words": ["horse", "hat", "house"]}
      }
    },
    "introAudio": [
      "now_lets_work_on_figuring_out_which_sound_a_word_starts_with"
    ]
  },
  "31": {
    "type": "A1",
    "groupId": 6,
    "parameters": {
      "content": ["boy", "girl", "cat", "dog"],
      "targetSuccessCount": 1
    }
  },
  "32": {
    "type": "C3",
    "groupId": 6,
    "parameters": {
      "content": {
        "juh": ["jump", "jacket", "juice"],
        "puh": ["pig", "pot", "pan", "pen"]
      },
      "targetSoundCount": 3
    }
  },
  "33": {
    "type": "A1",
    "groupId": 6,
    "parameters": {
      "content": ["pig", "cow", "bird", "horse"],
      "targetSuccessCount": 1
    }
  },
  "34": {
    "type": "C3",
    "groupId": 6,
    "parameters": {
      "content": {
        "ruh": ["rat", "red", "run"],
        "wuh": ["woman", "walk", "water"]
      },
      "targetSoundCount": 3
    }
  },
  "35": {
    "type": "A1",
    "groupId": 6,
    "parameters": {
      "content": ["run", "walk", "jump", "kick"],
      "targetSuccessCount": 1
    }
  },
  "36": {
    "type": "A3",
    "groupId": 7,
    "parameters": {
      "content": ["bear","giraffe","zebra","horse", "elephant"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "these_are_all_big_animals"
    ]
  },
  "37": {
    "type": "A3",
    "groupId": 7,
    "parameters": {
      "content": ["ant", "bee", "butterfly", "spider"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "lets_learn_some_insect_words"
    ]
  },
  "38": {
    "type": "A3",
    "groupId": 7,
    "parameters": {
      "content": ["rabbit", "squirrel", "mouse","snail","snake"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_more_animal_words"
    ]
  },
  "39": {
    "type": "A3",
    "groupId": 7,
    "parameters": {
      "content": ["shark", "whale","fish", "duck"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "these_animals_like_water"
    ]
  },
  "40": {
    "type": "A3",
    "groupId": 7,
    "parameters": {
      "content": ["book", "pen", "pencil", "paper", "computer","phone"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "lets_learn_about_some_things_we_might_work_with"
    ],
    "wallOfFameMilestone": {
      "totalWords": 100,
      "badgeColor": "GOLD"
    }
  },
  "41": {
    "type": "A3",
    "groupId": 8,
    "parameters": {
      "content":  ["table", "chair", "bed", "sofa","clock"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_things_you_might_find_around_the_house"
    ]
  },
  "42": {
    "type": "A3",
    "groupId": 8,
    "parameters": {
      "content": ["bread", "milk", "juice", "pizza", "rice", "soup", "pasta", "water"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "here_are_some_things_to_eat_and_drink"
    ]
  },
  "43": {
    "type": "A3",
    "groupId": 8,
    "parameters": {
      "content": ["hot", "cold","hungry","thirsty","sleepy"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "lets_learn_some_words_that_say_how_your_body_is_feeling"
    ]
  },
  "44": {
    "type": "A3",
    "groupId": 8,
    "parameters": {
      "content": ["apple", "banana", "orange", "carrot", "lettuce", "onion", "tomato", "potato"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "are_you_having_your_fruits_and_vegetables"
    ]
  },
  "45": {
    "type": "A3",
    "groupId": 8,
    "parameters": {
      "content": ["ship","car","plane","bus"],
      "targetSuccessCount": 1
    },
    "introAudio": [
      "if_you_want_to_go_far_you_might_ride_one_of_these"
    ]
  }
}