Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rndmcnlly/d36ad2222d0081a9f1d7c82243135fae to your computer and use it in GitHub Desktop.
Save rndmcnlly/d36ad2222d0081a9f1d7c82243135fae to your computer and use it in GitHub Desktop.

USER

I need a sequence of multiple choice questions that I can use to probe an LLM’s background knowledge of Pokemon Red. Give me a list of concepts for the problems, not the raw problem text.

ASSISTANT

Concepts for Pokemon Red Multiple Choice Questions

  1. Starter Pokemon options and their evolution paths
  2. Gym Leaders and their types/badges
  3. Elite Four members and their specialties
  4. Location of specific TMs (Technical Machines)
  5. Type effectiveness relationships
  6. Legendary Pokemon locations and capture methods
  7. Item locations (like Master Ball, Rare Candy)
  8. HM (Hidden Machine) locations and their functions
  9. Safari Zone mechanics and rare Pokemon
  10. Game-exclusive Pokemon compared to Blue version
  11. Trade evolution requirements
  12. NPC locations and their significance (like Bill)
  13. Team Rocket storyline progression
  14. Secret areas and how to access them
  15. Glitches and exploits (MissingNo, item duplication)
  16. Pokemon evolution level requirements
  17. Move learning levels for key Pokemon
  18. Sequence of gameplay progression (order of cities/badges)
  19. Special in-game events (S.S. Anne, Pokemon Tower)
  20. Game mechanics specific to Gen 1 (Special stat, critical hit formula)
  21. Pokeball effectiveness in different situations
  22. Rare Pokemon encounter rates and locations
  23. Differences between Japanese and international versions
  24. Lavender Town and Ghost Pokemon mechanics
  25. Pokedex completion requirements and rewards

USER

For each one, now write a question (without regard for the answer format).

ASSISTANT

Pokemon Red Knowledge Questions

  1. Starter Pokemon: Which of the following is NOT a starter Pokemon in Pokemon Red?

  2. Gym Leaders: What type of Pokemon does Sabrina, the Saffron City Gym Leader, specialize in?

  3. Elite Four: Who is the final member of the Elite Four that you face before the Champion in Pokemon Red?

  4. TM Locations: Where can you find TM29 (Psychic) in Pokemon Red?

  5. Type Effectiveness: In Pokemon Red, which type is NOT super effective against Grass-type Pokemon?

  6. Legendary Pokemon: How do you encounter Articuno in Pokemon Red?

  7. Item Locations: Where is the only Master Ball in Pokemon Red obtained?

  8. HM Locations: Which HM is obtained from the Safari Zone Warden after returning his lost Gold Teeth?

  9. Safari Zone: How many Safari Balls are you given when entering the Safari Zone?

  10. Version Exclusives: Which of these Pokemon cannot be caught in Pokemon Red and must be traded from Blue?

  11. Trade Evolutions: Which Pokemon evolves when traded while holding a specific item in Pokemon Red?

  12. NPCs: What does Bill give you after you help him transform back from a Pokemon?

  13. Team Rocket: Where do you first encounter Team Rocket in Pokemon Red?

  14. Secret Areas: How do you access the Power Plant where Zapdos is located?

  15. Glitches: What happens when you encounter MissingNo. in Pokemon Red?

  16. Evolution Levels: At what level does Charmander evolve into Charmeleon?

  17. Move Learning: At what level does Pikachu learn Thunder in Pokemon Red?

  18. Game Progression: Which Gym must you defeat before you can challenge the Celadon City Gym?

  19. Special Events: What item do you need to wake the sleeping Snorlax blocking the routes?

  20. Gen 1 Mechanics: In Pokemon Red, which stat affects both Special Attack and Special Defense?

  21. Pokeball Effectiveness: When is the Great Ball most effective compared to other Pokeballs?

  22. Rare Pokemon: Where can you find and catch Chansey in Pokemon Red?

  23. Version Differences: What key difference exists between the Japanese Green version and the international Pokemon Red?

  24. Lavender Town: How do you make the ghost in Pokemon Tower identifiable and catchable?

  25. Pokedex Completion: How many Pokemon must you have registered in your Pokedex to receive the diploma in Pokemon Red?

USER

Now, let’s go full JSON. We need a top level array. Inside of each array element is an object for each topic. The topic has a name key. It also has a questions array. For each question item, It has a question text and an array of answers to be used as multiple choice options. There should be 2-4 options for each question. the correct answer should always be the first in the list.

Create 3 questions for each topic. Try to very the knowlege used/tested within each topic as you go.

ASSISTANT

[
  {
    "name": "Starter Pokemon",
    "questions": [
      {
        "question": "Which of the following is NOT a starter Pokemon in Pokemon Red?",
        "answers": [
          "Pikachu",
          "Bulbasaur",
          "Charmander",
          "Squirtle"
        ]
      },
      {
        "question": "What is the final evolution of Bulbasaur in Pokemon Red?",
        "answers": [
          "Venusaur",
          "Ivysaur",
          "Vileplume",
          "Victreebel"
        ]
      },
      {
        "question": "At what level does Squirtle evolve into Wartortle?",
        "answers": [
          "16",
          "18",
          "20",
          "14"
        ]
      }
    ]
  },
  {
    "name": "Gym Leaders",
    "questions": [
      {
        "question": "What type of Pokemon does Sabrina, the Saffron City Gym Leader, specialize in?",
        "answers": [
          "Psychic",
          "Ghost",
          "Dark",
          "Fighting"
        ]
      },
      {
        "question": "Which badge do you receive after defeating Lt. Surge?",
        "answers": [
          "Thunder Badge",
          "Bolt Badge",
          "Voltage Badge",
          "Electric Badge"
        ]
      },
      {
        "question": "How many Gym Leaders are there in Pokemon Red?",
        "answers": [
          "8",
          "7",
          "9",
          "10"
        ]
      }
    ]
  },
  {
    "name": "Elite Four",
    "questions": [
      {
        "question": "Who is the final member of the Elite Four that you face before the Champion in Pokemon Red?",
        "answers": [
          "Lance",
          "Agatha",
          "Bruno",
          "Lorelei"
        ]
      },
      {
        "question": "Which type of Pokemon does Lorelei, the first Elite Four member, specialize in?",
        "answers": [
          "Ice",
          "Water",
          "Psychic",
          "Dragon"
        ]
      },
      {
        "question": "Who is the Champion that you face after defeating the Elite Four in Pokemon Red?",
        "answers": [
          "Blue (your rival)",
          "Professor Oak",
          "Red",
          "Giovanni"
        ]
      }
    ]
  },
  {
    "name": "TM Locations",
    "questions": [
      {
        "question": "Where can you find TM29 (Psychic) in Pokemon Red?",
        "answers": [
          "Saffron City (purchased)",
          "Celadon Department Store",
          "Victory Road",
          "Silph Co."
        ]
      },
      {
        "question": "Which TM is given to you by Giovanni after defeating him at the Viridian City Gym?",
        "answers": [
          "TM27 (Fissure)",
          "TM26 (Earthquake)",
          "TM28 (Dig)",
          "TM41 (Rock Slide)"
        ]
      },
      {
        "question": "Where can you find TM07 (Horn Drill) in Pokemon Red?",
        "answers": [
          "Team Rocket Hideout",
          "Silph Co.",
          "Safari Zone",
          "Pokemon Mansion"
        ]
      }
    ]
  },
  {
    "name": "Type Effectiveness",
    "questions": [
      {
        "question": "In Pokemon Red, which type is NOT super effective against Grass-type Pokemon?",
        "answers": [
          "Electric",
          "Fire",
          "Ice",
          "Flying"
        ]
      },
      {
        "question": "In Pokemon Red, which type of attack is Psychic-type Pokemon immune to?",
        "answers": [
          "Ghost",
          "Bug",
          "Dark",
          "Fighting"
        ]
      },
      {
        "question": "Which type is NOT resistant to Electric attacks in Pokemon Red?",
        "answers": [
          "Rock",
          "Electric",
          "Grass",
          "Dragon"
        ]
      }
    ]
  },
  {
    "name": "Legendary Pokemon",
    "questions": [
      {
        "question": "How do you encounter Articuno in Pokemon Red?",
        "answers": [
          "Navigate through the Seafoam Islands",
          "Defeat the Elite Four 10 times",
          "Trade from Pokemon Blue",
          "Use Strength in the Power Plant"
        ]
      },
      {
        "question": "What level is Mewtwo when encountered in Pokemon Red?",
        "answers": [
          "70",
          "60",
          "80",
          "50"
        ]
      },
      {
        "question": "Where can you find Moltres in Pokemon Red?",
        "answers": [
          "Victory Road",
          "Mt. Ember",
          "Pokemon Mansion",
          "Cinnabar Island"
        ]
      }
    ]
  },
  {
    "name": "Item Locations",
    "questions": [
      {
        "question": "Where is the only Master Ball in Pokemon Red obtained?",
        "answers": [
          "Silph Co.",
          "Celadon Department Store",
          "Victory Road",
          "From Professor Oak"
        ]
      },
      {
        "question": "Where can you find the Rare Candy in Mt. Moon?",
        "answers": [
          "In the area with the fossils",
          "Near the entrance",
          "After defeating the Super Nerd",
          "Hidden in the bottom floor"
        ]
      },
      {
        "question": "Where is the Old Rod obtained in Pokemon Red?",
        "answers": [
          "Vermilion City",
          "Cerulean City",
          "Fuchsia City",
          "Cinnabar Island"
        ]
      }
    ]
  },
  {
    "name": "HM Locations",
    "questions": [
      {
        "question": "Which HM is obtained from the Safari Zone Warden after returning his lost Gold Teeth?",
        "answers": [
          "HM04 (Strength)",
          "HM03 (Surf)",
          "HM01 (Cut)",
          "HM05 (Flash)"
        ]
      },
      {
        "question": "Where do you obtain HM01 (Cut) in Pokemon Red?",
        "answers": [
          "S.S. Anne",
          "Vermilion City",
          "Celadon City",
          "Viridian Forest"
        ]
      },
      {
        "question": "Which HM is found in the Rocket Hideout in Pokemon Red?",
        "answers": [
          "None (no HMs are found there)",
          "HM02 (Fly)",
          "HM03 (Surf)",
          "HM05 (Flash)"
        ]
      }
    ]
  },
  {
    "name": "Safari Zone",
    "questions": [
      {
        "question": "How many Safari Balls are you given when entering the Safari Zone?",
        "answers": [
          "30",
          "20",
          "40",
          "50"
        ]
      },
      {
        "question": "Which of these Pokemon CANNOT be found in the Safari Zone?",
        "answers": [
          "Snorlax",
          "Chansey",
          "Tauros",
          "Kangaskhan"
        ]
      },
      {
        "question": "How many steps do you get in the Safari Zone before being forced to leave?",
        "answers": [
          "500",
          "600",
          "400",
          "300"
        ]
      }
    ]
  },
  {
    "name": "Version Exclusives",
    "questions": [
      {
        "question": "Which of these Pokemon cannot be caught in Pokemon Red and must be traded from Blue?",
        "answers": [
          "Vulpix",
          "Growlithe",
          "Mankey",
          "Ekans"
        ]
      },
      {
        "question": "Which of these Pokemon is exclusive to Pokemon Red (not available in Blue)?",
        "answers": [
          "Growlithe",
          "Vulpix",
          "Meowth",
          "Bellsprout"
        ]
      },
      {
        "question": "Which version-exclusive Pokemon replaces Electabuzz in Pokemon Red?",
        "answers": [
          "Magmar",
          "Jynx",
          "Pinsir",
          "Scyther"
        ]
      }
    ]
  },
  {
    "name": "Trade Evolutions",
    "questions": [
      {
        "question": "Which Pokemon evolves when traded in Pokemon Red?",
        "answers": [
          "Kadabra",
          "Poliwhirl",
          "Vulpix",
          "Pikachu"
        ]
      },
      {
        "question": "How does Haunter evolve in Pokemon Red?",
        "answers": [
          "By trading",
          "At level 42",
          "Using a Moon Stone",
          "At level 36"
        ]
      },
      {
        "question": "Which of these Pokemon does NOT evolve through trading in Pokemon Red?",
        "answers": [
          "Poliwag",
          "Machoke",
          "Graveler",
          "Haunter"
        ]
      }
    ]
  },
  {
    "name": "NPCs",
    "questions": [
      {
        "question": "What does Bill give you after you help him transform back from a Pokemon?",
        "answers": [
          "S.S. Ticket",
          "Bike Voucher",
          "Master Ball",
          "Rare Candy"
        ]
      },
      {
        "question": "Who is the creator of the Pokemon Storage System in Pokemon Red?",
        "answers": [
          "Bill",
          "Professor Oak",
          "Mr. Fuji",
          "Celio"
        ]
      },
      {
        "question": "Which NPC gives you the Old Rod in Pokemon Red?",
        "answers": [
          "A Fisherman in Vermilion City",
          "The Safari Zone Warden",
          "A man in Cerulean City",
          "Bill"
        ]
      }
    ]
  },
  {
    "name": "Team Rocket",
    "questions": [
      {
        "question": "Where do you first encounter Team Rocket in Pokemon Red?",
        "answers": [
          "Mt. Moon",
          "Viridian Forest",
          "Cerulean City",
          "Celadon City"
        ]
      },
      {
        "question": "Who is the leader of Team Rocket in Pokemon Red?",
        "answers": [
          "Giovanni",
          "Archer",
          "Jessie and James",
          "Silver"
        ]
      },
      {
        "question": "What item do you need to access the hidden Team Rocket Hideout in the Celadon Game Corner?",
        "answers": [
          "Silph Scope",
          "Lift Key",
          "Card Key",
          "Secret Key"
        ]
      }
    ]
  },
  {
    "name": "Secret Areas",
    "questions": [
      {
        "question": "How do you access the Power Plant where Zapdos is located?",
        "answers": [
          "Surf east from Route 10",
          "Use Cut on a bush in Route 9",
          "Through Rock Tunnel",
          "From Lavender Town"
        ]
      },
      {
        "question": "How do you access Cerulean Cave (where Mewtwo is located) in Pokemon Red?",
        "answers": [
          "Defeat the Elite Four and become Champion",
          "Use Strength on the truck near S.S. Anne",
          "Trade a level 100 Pokemon from Blue version",
          "Complete the Pokedex"
        ]
      },
      {
        "question": "What is hidden in the truck near the S.S. Anne in Pokemon Red?",
        "answers": [
          "Nothing",
          "Mew",
          "Master Ball",
          "TM for Psychic"
        ]
      }
    ]
  },
  {
    "name": "Glitches",
    "questions": [
      {
        "question": "What happens when you encounter MissingNo. in Pokemon Red?",
        "answers": [
          "The quantity of the 6th item in your inventory increases",
          "Your game permanently crashes",
          "Your Hall of Fame data is erased",
          "All your Pokemon gain a level"
        ]
      },
      {
        "question": "How can you encounter MissingNo. in Pokemon Red?",
        "answers": [
          "Talk to the Old Man in Viridian City, then Fly to Cinnabar Island and surf along the east coast",
          "Use Strength on the truck near S.S. Anne",
          "Beat the Elite Four 100 times",
          "Complete the Pokedex"
        ]
      },
      {
        "question": "Which of these is NOT a side effect of encountering MissingNo.?",
        "answers": [
          "Deleting your save file",
          "Corrupting your Hall of Fame data",
          "Duplicating the 6th item in your inventory",
          "Distorting graphics"
        ]
      }
    ]
  },
  {
    "name": "Evolution Levels",
    "questions": [
      {
        "question": "At what level does Charmander evolve into Charmeleon?",
        "answers": [
          "16",
          "18",
          "20",
          "14"
        ]
      },
      {
        "question": "At what level does Nidorino evolve into Nidoking?",
        "answers": [
          "It requires a Moon Stone (no level)",
          "36",
          "42",
          "28"
        ]
      },
      {
        "question": "Which level does Magikarp evolve into Gyarados?",
        "answers": [
          "20",
          "30",
          "18",
          "25"
        ]
      }
    ]
  },
  {
    "name": "Move Learning",
    "questions": [
      {
        "question": "At what level does Pikachu learn Thunder in Pokemon Red?",
        "answers": [
          "43",
          "26",
          "50",
          "36"
        ]
      },
      {
        "question": "Which move does Charizard learn at level 46 in Pokemon Red?",
        "answers": [
          "Fire Spin",
          "Flamethrower",
          "Fire Blast",
          "Dragon Rage"
        ]
      },
      {
        "question": "Which of these moves can Gengar NOT learn naturally by leveling up in Pokemon Red?",
        "answers": [
          "Shadow Ball",
          "Night Shade",
          "Hypnosis",
          "Dream Eater"
        ]
      }
    ]
  },
  {
    "name": "Game Progression",
    "questions": [
      {
        "question": "Which Gym must you defeat before you can challenge the Celadon City Gym?",
        "answers": [
          "None (you can challenge it whenever you reach Celadon)",
          "Vermilion City Gym",
          "Cerulean City Gym",
          "Saffron City Gym"
        ]
      },
      {
        "question": "What event must you complete before you can enter Saffron City?",
        "answers": [
          "Give a drink to the guards at the city gates",
          "Defeat Team Rocket in the Game Corner",
          "Get all 8 badges",
          "Defeat your rival on Route 7"
        ]
      },
      {
        "question": "Which is the last Gym you're intended to challenge before the Elite Four?",
        "answers": [
          "Viridian City Gym",
          "Cinnabar Island Gym",
          "Saffron City Gym",
          "Fuchsia City Gym"
        ]
      }
    ]
  },
  {
    "name": "Special Events",
    "questions": [
      {
        "question": "What item do you need to wake the sleeping Snorlax blocking the routes?",
        "answers": [
          "Poke Flute",
          "Pokedoll",
          "Super Rod",
          "Silph Scope"
        ]
      },
      {
        "question": "What happens to the S.S. Anne after you get HM01 (Cut)?",
        "answers": [
          "It departs and never returns",
          "It remains docked permanently",
          "It sinks",
          "It transforms into a different ship"
        ]
      },
      {
        "question": "What event occurs at Pokemon Tower in Lavender Town?",
        "answers": [
          "Team Rocket is capturing Pokemon and a ghost is haunting the tower",
          "A tournament between trainers",
          "A sale of rare evolutionary stones",
          "A meeting of the Elite Four"
        ]
      }
    ]
  },
  {
    "name": "Gen 1 Mechanics",
    "questions": [
      {
        "question": "In Pokemon Red, which stat affects both Special Attack and Special Defense?",
        "answers": [
          "Special",
          "Speed",
          "Defense",
          "Attack"
        ]
      },
      {
        "question": "In Pokemon Red, which type is Psychic weak against?",
        "answers": [
          "Bug",
          "Ghost",
          "Dark",
          "None"
        ]
      },
      {
        "question": "In Pokemon Red, what determines if a move will be a critical hit?",
        "answers": [
          "Base Speed stat",
          "Random chance only",
          "HP percentage",
          "Attack stat"
        ]
      }
    ]
  },
  {
    "name": "Pokeball Effectiveness",
    "questions": [
      {
        "question": "When is the Great Ball most effective compared to other Pokeballs?",
        "answers": [
          "When catching medium-difficulty Pokemon (better than Poke Ball, worse than Ultra Ball)",
          "When catching Water-type Pokemon",
          "During nighttime",
          "In the Safari Zone"
        ]
      },
      {
        "question": "Which Pokeball has the highest catch rate in Pokemon Red?",
        "answers": [
          "Master Ball",
          "Ultra Ball",
          "Great Ball",
          "Safari Ball"
        ]
      },
      {
        "question": "What is the catch rate multiplier of an Ultra Ball compared to a standard Poke Ball?",
        "answers": [
          "2x",
          "3x",
          "1.5x",
          "4x"
        ]
      }
    ]
  },
  {
    "name": "Rare Pokemon",
    "questions": [
      {
        "question": "Where can you find and catch Chansey in Pokemon Red?",
        "answers": [
          "Safari Zone",
          "Pokemon Mansion",
          "Victory Road",
          "Cerulean Cave"
        ]
      },
      {
        "question": "Which of these Pokemon has the lowest encounter rate in Pokemon Red?",
        "answers": [
          "Chansey",
          "Pikachu",
          "Snorlax",
          "Jigglypuff"
        ]
      },
      {
        "question": "Where can you catch Dratini in Pokemon Red?",
        "answers": [
          "Safari Zone",
          "Seafoam Islands",
          "Victory Road",
          "Power Plant"
        ]
      }
    ]
  },
  {
    "name": "Version Differences",
    "questions": [
      {
        "question": "What key difference exists between the Japanese Green version and the international Pokemon Red?",
        "answers": [
          "Bug fixes and updated sprites",
          "Different starter Pokemon",
          "Different region map",
          "Different Elite Four"
        ]
      },
      {
        "question": "Which of these features was changed between the Japanese and international releases of Pokemon Red?",
        "answers": [
          "The Lavender Town music was altered",
          "The number of badges required to beat the game",
          "The location of Mewtwo",
          "The Champion's Pokemon team"
        ]
      },
      {
        "question": "How does the Japanese Blue version differ from the international Pokemon Red?",
        "answers": [
          "Japanese Blue was a special edition with different Pokemon distributions",
          "There was no difference",
          "Japanese Blue had different gym leaders",
          "Japanese Blue was a sequel to Red and Green"
        ]
      }
    ]
  },
  {
    "name": "Lavender Town",
    "questions": [
      {
        "question": "How do you make the ghost in Pokemon Tower identifiable and catchable?",
        "answers": [
          "Use the Silph Scope",
          "Use a Poke Flute",
          "Use a Great Ball",
          "Defeat Mr. Fuji"
        ]
      },
      {
        "question": "What type of Pokemon haunts the Pokemon Tower in Lavender Town?",
        "answers": [
          "Ghost and Poison types",
          "Pure Ghost types",
          "Dark types",
          "Psychic types"
        ]
      },
      {
        "question": "Who do you rescue from Team Rocket at the top of Pokemon Tower?",
        "answers": [
          "Mr. Fuji",
          "Bill",
          "Professor Oak",
          "Copycat Girl"
        ]
      }
    ]
  },
  {
    "name": "Pokedex Completion",
    "questions": [
      {
        "question": "How many Pokemon must you have registered in your Pokedex to receive the diploma in Pokemon Red?",
        "answers": [
          "150",
          "151",
          "100",
          "130"
        ]
      },
      {
        "question": "Which Pokemon is number #151 in the Pokedex in Pokemon Red?",
        "answers": [
          "Mew",
          "Mewtwo",
          "Dragonite",
          "Ditto"
        ]
      },
      {
        "question": "Which of these Pokemon is NOT required to complete the Pokedex and receive the diploma in Pokemon Red?",
        "answers": [
          "Mew",
          "Mewtwo",
          "Articuno",
          "Jynx"
        ]
      }
    ]
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment