HTMLify

dataset.json
Views: 31 | Author: amar
[
    {
      "title": "Naruto",
      "questions": [
        {
          "question": "What is the name of Naruto’s signature orange outfit?",
          "choices": ["Jump Suit", "Hokage Robe", "Ninja Gear", "Akatsuki Cloak"],
          "answer": "Jump Suit"
        },
        {
          "question": "Who trained Naruto to master the Rasengan?",
          "choices": ["Jiraiya", "Kakashi", "Tsunade", "Iruka"],
          "answer": "Jiraiya"
        },
        {
          "question": "Which clan does Sasuke Uchiha belong to?",
          "choices": ["Hyuga", "Uzumaki", "Uchiha", "Senju"],
          "answer": "Uchiha"
        },
        {
          "question": "What is the name of Kakashi’s ninja dog?",
          "choices": ["Pakkun", "Akamaru", "Gamatatsu", "Bisuke"],
          "answer": "Pakkun"
        },
        {
          "question": "What is the final form of Naruto’s Rasengan?",
          "choices": ["Rasenshuriken", "Big Ball Rasengan", "Planetary Rasengan", "Sage Art Rasengan"],
          "answer": "Rasenshuriken"
        }
      ]
    },
    {
      "title": "Dragon Ball Z",
      "questions": [
        {
          "question": "What is Goku’s Saiyan name?",
          "choices": ["Kakarot", "Vegeta", "Raditz", "Bardock"],
          "answer": "Kakarot"
        },
        {
          "question": "Who is Gohan’s wife?",
          "choices": ["Videl", "Bulma", "Chi-Chi", "Android 18"],
          "answer": "Videl"
        },
        {
          "question": "What is the fusion dance called?",
          "choices": ["Potara Fusion", "Metamoran Fusion", "Dragon Fusion", "Saiyan Fusion"],
          "answer": "Metamoran Fusion"
        },
        {
          "question": "Which villain absorbs Android 18?",
          "choices": ["Cell", "Frieza", "Majin Buu", "Broly"],
          "answer": "Cell"
        },
        {
          "question": "What planet is destroyed by Frieza?",
          "choices": ["Namek", "Vegeta", "Earth", "Sadala"],
          "answer": "Vegeta"
        }
      ]
    },
    {
      "title": "Death Note",
      "questions": [
        {
          "question": "What is Light Yagami’s alias?",
          "choices": ["Kira", "L", "Ryuk", "Near"],
          "answer": "Kira"
        },
        {
          "question": "How does L test Light’s innocence?",
          "choices": ["Surveillance", "Fake Kira Broadcast", "Torture", "Shinigami Eyes"],
          "answer": "Fake Kira Broadcast"
        },
        {
          "question": "What is Misa Amane’s Shinigami’s name?",
          "choices": ["Rem", "Ryuk", "Gelus", "Sidoh"],
          "answer": "Rem"
        },
        {
          "question": "What is the 13-day rule?",
          "choices": ["A Death Note loophole", "A Shinigami law", "A police protocol", "A fake rule"],
          "answer": "A fake rule"
        },
        {
          "question": "Who inherits L’s legacy?",
          "choices": ["Near", "Mello", "Matsuda", "Light"],
          "answer": "Near"
        }
      ]
    },
    {
      "title": "Attack on Titan",
      "questions": [
        {
          "question": "What is Eren’s Titan ability called?",
          "choices": ["Attack Titan", "Founding Titan", "War Hammer Titan", "Beast Titan"],
          "answer": "Attack Titan"
        },
        {
          "question": "Who kills the Colossal Titan?",
          "choices": ["Armin", "Levi", "Mikasa", "Erwin"],
          "answer": "Armin"
        },
        {
          "question": "What is the name of Levi’s squad?",
          "choices": ["Survey Corps", "Special Operations Squad", "Scouting Legion", "Garrison Regiment"],
          "answer": "Special Operations Squad"
        },
        {
          "question": "What is the Beast Titan’s real name?",
          "choices": ["Zeke Yeager", "Reiner Braun", "Bertolt Hoover", "Grisha Yeager"],
          "answer": "Zeke Yeager"
        },
        {
          "question": "What is the name of Mikasa’s clan?",
          "choices": ["Ackerman", "Yeager", "Braun", "Reiss"],
          "answer": "Ackerman"
        }
      ]
    },
    {
      "title": "Fullmetal Alchemist: Brotherhood",
      "questions": [
        {
          "question": "What is Edward’s automail limb made of?",
          "choices": ["Steel", "Silver", "Carbon", "Titanium"],
          "answer": "Steel"
        },
        {
          "question": "Who is the leader of the Homunculi?",
          "choices": ["Father", "Pride", "Envy", "Wrath"],
          "answer": "Father"
        },
        {
          "question": "What is Roy Mustang’s nickname?",
          "choices": ["Flame Alchemist", "Iron Blood Alchemist", "Crimson Alchemist", "Hero of Ishval"],
          "answer": "Flame Alchemist"
        },
        {
          "question": "What does Alphonse trade for his brother’s arm?",
          "choices": ["His soul", "His body", "His memories", "His alchemy"],
          "answer": "His soul"
        },
        {
          "question": "What is the Philosopher’s Stone made of?",
          "choices": ["Human souls", "Gold", "Alchemical energy", "Blood"],
          "answer": "Human souls"
        }
      ]
    },
    {
      "title": "One Piece",
      "questions": [
        {
          "question": "What is Luffy’s signature attack?",
          "choices": ["Gum-Gum Pistol", "Red Hawk", "Elephant Gun", "King Kong Gun"],
          "answer": "Gum-Gum Pistol"
        },
        {
          "question": "Who is Zoro’s mentor?",
          "choices": ["Koushirou", "Mihawk", "Kuina", "Dracule"],
          "answer": "Koushirou"
        },
        {
          "question": "What is the name of Nami’s hometown?",
          "choices": ["Cocoyasi Village", "Foosha Village", "Drum Island", "Alabasta"],
          "answer": "Cocoyasi Village"
        },
        {
          "question": "What is the goal of the Straw Hat Pirates?",
          "choices": ["Find One Piece", "Become Pirate King", "Explore the Grand Line", "All of the above"],
          "answer": "All of the above"
        },
        {
          "question": "Who ate the Hito Hito no Mi fruit?",
          "choices": ["Chopper", "Luffy", "Sengoku", "Kaku"],
          "answer": "Chopper"
        }
      ]
    },
    {
      "title": "Bleach",
      "questions": [
        {
          "question": "What is Ichigo’s Zanpakuto called?",
          "choices": ["Zangetsu", "Tensa Zangetsu", "Shirosaki", "Nozarashi"],
          "answer": "Zangetsu"
        },
        {
          "question": "Who is the captain of Squad 10?",
          "choices": ["Toshiro Hitsugaya", "Byakuya Kuchiki", "Kenpachi Zaraki", "Shunsui Kyoraku"],
          "answer": "Toshiro Hitsugaya"
        },
        {
          "question": "What is Rukia’s brother’s name?",
          "choices": ["Byakuya Kuchiki", "Renji Abarai", "Gin Ichimaru", "Sosuke Aizen"],
          "answer": "Byakuya Kuchiki"
        },
        {
          "question": "What is the name of Ichigo’s Hollow form?",
          "choices": ["Hollow Ichigo", "Vasto Lorde", "White", "Zangetsu"],
          "answer": "Hollow Ichigo"
        },
        {
          "question": "Who betrays Soul Society?",
          "choices": ["Sosuke Aizen", "Gin Ichimaru", "Kaname Tosen", "All of the above"],
          "answer": "All of the above"
        }
      ]
    },

  {
    "title": "My Hero Academia",
    "questions": [
      {
        "question": "What is All Might’s hero name?",
        "choices": ["All Might", "Symbol of Peace", "Toshinori Yagi", "Endeavor"],
        "answer": "All Might"
      },
      {
        "question": "What quirk does Izuku Midoriya inherit?",
        "choices": ["One For All", "All For One", "Explosion", "Half-Cold Half-Hot"],
        "answer": "One For All"
      },
      {
        "question": "Who is Bakugo’s childhood friend?",
        "choices": ["Izuku Midoriya", "Shoto Todoroki", "Ochaco Uraraka", "Tenya Iida"],
        "answer": "Izuku Midoriya"
      },
      {
        "question": "What is the name of UA High’s principal?",
        "choices": ["Nezu", "Recovery Girl", "Eraserhead", "Midnight"],
        "answer": "Nezu"
      },
      {
        "question": "Which villain organization attacks UA in Season 1?",
        "choices": ["League of Villains", "Meta Liberation Army", "Shie Hassaikai", "Villain Factory"],
        "answer": "League of Villains"
      }
    ]
  },
  {
    "title": "Hunter x Hunter",
    "questions": [
      {
        "question": "What is Gon’s primary goal?",
        "choices": ["Find his father", "Become a Hunter", "Defeat Hisoka", "Master Nen"],
        "answer": "Find his father"
      },
      {
        "question": "What is Killua’s family known for?",
        "choices": ["Assassination", "Healing", "Nen Training", "Treasure Hunting"],
        "answer": "Assassination"
      },
      {
        "question": "What type of Nen does Kurapika specialize in?",
        "choices": ["Conjuration", "Manipulation", "Enhancement", "Specialization"],
        "answer": "Conjuration"
      },
      {
        "question": "Who is the chairman of the Hunter Association?",
        "choices": ["Isaac Netero", "Pariston Hill", "Cheadle Yorkshire", "Beyond Netero"],
        "answer": "Isaac Netero"
      },
      {
        "question": "What is Hisoka’s blood type?",
        "choices": ["B", "A", "AB", "O"],
        "answer": "B"
      }
    ]
  },
  {
    "title": "Sword Art Online",
    "questions": [
      {
        "question": "What is the name of the first VRMMO game in SAO?",
        "choices": ["Sword Art Online", "Alfheim Online", "Gun Gale Online", "Underworld"],
        "answer": "Sword Art Online"
      },
      {
        "question": "Who is Kirito’s AI daughter?",
        "choices": ["Yui", "Asuna", "Silica", "Lisbeth"],
        "answer": "Yui"
      },
      {
        "question": "What weapon does Asuna primarily use?",
        "choices": ["Rapier", "Katana", "Bow", "Axe"],
        "answer": "Rapier"
      },
      {
        "question": "Which floor is the final boss of SAO located on?",
        "choices": ["75th", "100th", "50th", "25th"],
        "answer": "75th"
      },
      {
        "question": "What is the name of Kirito’s black sword?",
        "choices": ["Elucidator", "Dark Repulser", "Lambent Light", "Night Sky Sword"],
        "answer": "Elucidator"
      }
    ]
  },
  {
    "title": "Demon Slayer: Kimetsu no Yaiba",
    "questions": [
      {
        "question": "What breathing style does Tanjiro learn first?",
        "choices": ["Water Breathing", "Sun Breathing", "Thunder Breathing", "Flame Breathing"],
        "answer": "Water Breathing"
      },
      {
        "question": "What is Nezuko’s unique ability?",
        "choices": ["Shrinking her body", "Regeneration", "Pyrokinesis", "Hypnosis"],
        "answer": "Shrinking her body"
      },
      {
        "question": "Who is the leader of the Twelve Kizuki?",
        "choices": ["Muzan Kibutsuji", "Kokushibo", "Akaza", "Doma"],
        "answer": "Muzan Kibutsuji"
      },
      {
        "question": "What is Zenitsu’s signature technique?",
        "choices": ["Thunderclap and Flash", "Sixth Sense", "Beast Breathing", "Love Hashira Style"],
        "answer": "Thunderclap and Flash"
      },
      {
        "question": "Which Hashira uses insect breathing?",
        "choices": ["Shinobu Kocho", "Giyu Tomioka", "Kyojuro Rengoku", "Tengen Uzui"],
        "answer": "Shinobu Kocho"
      }
    ]
  },
  {
    "title": "Tokyo Ghoul",
    "questions": [
      {
        "question": "What happens to Kaneki after his encounter with Rize?",
        "choices": ["Becomes a half-ghoul", "Dies", "Joins Aogiri", "Loses his memory"],
        "answer": "Becomes a half-ghoul"
      },
      {
        "question": "What is Touka’s alias at Anteiku?",
        "choices": ["Rabbit", "Owl", "Crow", "Serpent"],
        "answer": "Rabbit"
      },
      {
        "question": "Who is the leader of Aogiri Tree?",
        "choices": ["Eto Yoshimura", "Tatara", "Noro", "Ayato Kirishima"],
        "answer": "Eto Yoshimura"
      },
      {
        "question": "What is a Ghoul’s predatory organ called?",
        "choices": ["Kagune", "Kakuhou", "Rc Cells", "Quinque"],
        "answer": "Kagune"
      },
      {
        "question": "Which CCG investigator wields the Arata armor?",
        "choices": ["Koutarou Amon", "Kishou Arima", "Juuzou Suzuya", "Haise Sasaki"],
        "answer": "Koutarou Amon"
      }
    ]
  },  {
    "title": "One Punch Man",
    "questions": [
      {
        "question": "What is Saitama’s hero rank at the start of Season 1?",
        "choices": ["Class C", "Class B", "Class A", "Class S"],
        "answer": "Class C"
      },
      {
        "question": "Who is Genos’s creator?",
        "choices": ["Dr. Kuseno", "Dr. Genus", "Metal Knight", "Child Emperor"],
        "answer": "Dr. Kuseno"
      },
      {
        "question": "Which hero is known as the 'Caped Baldy'?",
        "choices": ["Saitama", "Mumen Rider", "Silver Fang", "Tanktop Master"],
        "answer": "Saitama"
      },
      {
        "question": "What is the name of the Hero Association’s HQ?",
        "choices": ["A-City", "Z-City", "Hero Tower", "The Base"],
        "answer": "A-City"
      },
      {
        "question": "Who defeats the Deep Sea King?",
        "choices": ["Saitama", "Genos", "Licenseless Rider", "Lightning Max"],
        "answer": "Saitama"
      }
    ]
  },
  {
    "title": "Fairy Tail",
    "questions": [
      {
        "question": "What is Natsu’s signature spell?",
        "choices": ["Fire Dragon’s Roar", "Lightning Body", "Ice Make", "Heavenly Body Magic"],
        "answer": "Fire Dragon’s Roar"
      },
      {
        "question": "Who is the guild master of Fairy Tail?",
        "choices": ["Makarov", "Erza Scarlet", "Laxus Dreyar", "Gildarts Clive"],
        "answer": "Makarov"
      },
      {
        "question": "What is Lucy’s celestial spirit key color for Aquarius?",
        "choices": ["Gold", "Silver", "Blue", "Red"],
        "answer": "Gold"
      },
      {
        "question": "Which arc introduces the Edolas world?",
        "choices": ["Edolas Arc", "Tower of Heaven Arc", "Grand Magic Games Arc", "Tenrou Island Arc"],
        "answer": "Edolas Arc"
      },
      {
        "question": "What is Erza’s nickname?",
        "choices": ["Titania", "The Thunder Legion", "Salamander", "Celestial Mage"],
        "answer": "Titania"
      }
    ]
  },
  {
    "title": "Code Geass",
    "questions": [
      {
        "question": "What is Lelouch’s Geass ability?",
        "choices": ["Absolute Obedience", "Mind Reading", "Time Manipulation", "Telekinesis"],
        "answer": "Absolute Obedience"
      },
      {
        "question": "Who is Lelouch’s sister?",
        "choices": ["Nunnally", "Euphemia", "Cornelia", "C.C."],
        "answer": "Nunnally"
      },
      {
        "question": "What is the name of Lelouch’s alter ego?",
        "choices": ["Zero", "Emperor", "Knight of One", "Mao"],
        "answer": "Zero"
      },
      {
        "question": "Which nation does Lelouch vow to destroy?",
        "choices": ["Britannia", "Japan", "China", "EU"],
        "answer": "Britannia"
      },
      {
        "question": "What is Suzaku’s Knightmare Frame?",
        "choices": ["Lancelot", "Guren", "Gawain", "Sutherland"],
        "answer": "Lancelot"
      }
    ]
  },
 {
    "title": "JoJo's Bizarre Adventure",
    "questions": [
      {
        "question": "What is the name of Jonathan Joestar’s signature technique?",
        "choices": ["Hamon", "Stand", "Spin", "Ripple"],
        "answer": "Hamon"
      },
      {
        "question": "Which JoJo protagonist has the Stand『Star Platinum』?",
        "choices": ["Jotaro Kujo", "Joseph Joestar", "Giorno Giovanna", "Josuke Higashikata"],
        "answer": "Jotaro Kujo"
      },
      {
        "question": "What is Dio Brando’s Stand called?",
        "choices": ["The World", "Za Warudo", "Hermit Purple", "Magician’s Red"],
        "answer": "The World"
      },
      {
        "question": "Which part of JoJo is set in Italy?",
        "choices": ["Part 5: Golden Wind", "Part 3: Stardust Crusaders", "Part 4: Diamond is Unbreakable", "Part 2: Battle Tendency"],
        "answer": "Part 5: Golden Wind"
      },
      {
        "question": "What is Giorno Giovanna’s ultimate goal?",
        "choices": ["Become a Gang-Star", "Destroy Dio", "Protect Morioh", "Master Hamon"],
        "answer": "Become a Gang-Star"
      }
    ]
  },
  {
    "title": "Neon Genesis Evangelion",
    "questions": [
      {
        "question": "What is the name of Shinji’s Eva unit?",
        "choices": ["Eva-01", "Eva-00", "Eva-02", "Eva-03"],
        "answer": "Eva-01"
      },
      {
        "question": "Who pilots the Eva-02?",
        "choices": ["Asuka Langley Soryu", "Rei Ayanami", "Misato Katsuragi", "Mari Makinami"],
        "answer": "Asuka Langley Soryu"
      },
      {
        "question": "What is the Human Instrumentality Project?",
        "choices": ["A plan to merge humanity into one consciousness", "A weapon to destroy Angels", "Shinji’s training program", "NERV’s funding initiative"],
        "answer": "A plan to merge humanity into one consciousness"
      },
      {
        "question": "What is Rei Ayanami’s connection to Lilith?",
        "choices": ["She is a clone of Lilith", "She pilots Lilith", "She destroys Lilith", "She resurrects Lilith"],
        "answer": "She is a clone of Lilith"
      },
      {
        "question": "What iconic phrase does Shinji repeat?",
        "choices": ["I mustn’t run away", "Get in the robot", "You can (not) advance", "I’m so fucked up"],
        "answer": "I mustn’t run away"
      }
    ]
  },
  {
    "title": "Pokémon",
    "questions": [
      {
        "question": "What is Ash’s first Pokémon?",
        "choices": ["Pikachu", "Bulbasaur", "Charmander", "Squirtle"],
        "answer": "Pikachu"
      },
      {
        "question": "Which Pokémon evolves into Raichu?",
        "choices": ["Pikachu", "Pichu", "Eevee", "Marill"],
        "answer": "Pikachu"
      },
      {
        "question": "What type is Misty’s signature Pokémon?",
        "choices": ["Water", "Electric", "Psychic", "Fire"],
        "answer": "Water"
      },
      {
        "question": "What is Team Rocket’s motto?",
        "choices": ["Prepare for trouble...", "To protect the world from devastation...", "Both", "None of the above"],
        "answer": "Both"
      },
      {
        "question": "Which region is featured in Pokémon Diamond and Pearl?",
        "choices": ["Sinnoh", "Hoenn", "Johto", "Unova"],
        "answer": "Sinnoh"
      }
    ]
  },
  {
    "title": "Haikyuu!!",
    "questions": [
      {
        "question": "What position does Hinata Shoyo play?",
        "choices": ["Middle Blocker", "Wing Spiker", "Setter", "Libero"],
        "answer": "Middle Blocker"
      },
      {
        "question": "What is Kageyama’s nickname?",
        "choices": ["King of the Court", "Genius Setter", "Quick Attack", "Little Giant"],
        "answer": "King of the Court"
      },
      {
        "question": "Which team has the 'Guess Monster' blocker?",
        "choices": ["Date Tech", "Aoba Johsai", "Shiratorizawa", "Nekoma"],
        "answer": "Date Tech"
      },
      {
        "question": "What is Nishinoya’s role on the team?",
        "choices": ["Libero", "Captain", "Ace", "Setter"],
        "answer": "Libero"
      },
      {
        "question": "Which school is known as the 'Flightless Crows'?",
        "choices": ["Karasuno", "Nekoma", "Fukurodani", "Inarizaki"],
        "answer": "Karasuno"
      }
    ]
  },
  {
    "title": "The Promised Neverland",
    "questions": [
      {
        "question": "What is the name of the orphanage in Season 1?",
        "choices": ["Grace Field House", "Lambda Plantation", "Goldy Pond", "Glory Bell"],
        "answer": "Grace Field House"
      },
      {
        "question": "Who is the oldest child at Grace Field?",
        "choices": ["Isabella", "Emma", "Norman", "Ray"],
        "answer": "Isabella"
      },
      {
        "question": "What is the children’s ultimate fate if they stay at the orphanage?",
        "choices": ["Be eaten by demons", "Become caretakers", "Join the resistance", "Escape to the human world"],
        "answer": "Be eaten by demons"
      },
      {
        "question": "What is the tattoo on the back of their necks?",
        "choices": ["Tracking device", "Birthdate", "Serial number", "Decoration"],
        "answer": "Tracking device"
      },
      {
        "question": "Who betrays the escape plan in Season 1?",
        "choices": ["Ray", "Norman", "Don", "Gilda"],
        "answer": "Ray"
      }
    ]
  },  {
    "title": "Black Clover",
    "questions": [
      {
        "question": "What is Asta’s grimoire attribute?",
        "choices": ["Anti-Magic", "Fire", "Sword", "None"],
        "answer": "Anti-Magic"
      },
      {
        "question": "Who is the Wizard King at the start of the series?",
        "choices": ["Julius Novachrono", "Yami Sukehiro", "Fuegoleon Vermillion", "Nozel Silva"],
        "answer": "Julius Novachrono"
      },
      {
        "question": "What is Yuno’s wind spirit named?",
        "choices": ["Bell", "Sylph", "Undine", "Gnome"],
        "answer": "Bell"
      },
      {
        "question": "Which squad does Asta join?",
        "choices": ["Black Bulls", "Golden Dawn", "Crimson Lions", "Silver Eagles"],
        "answer": "Black Bulls"
      },
      {
        "question": "What is Liebe’s true identity?",
        "choices": ["Asta’s devil", "Yuno’s brother", "The First Wizard King", "A spirit"],
        "answer": "Asta’s devil"
      }
    ]
  },
  {
    "title": "Re:Zero",
    "questions": [
      {
        "question": "What is Subaru’s ability?",
        "choices": ["Return by Death", "Time Loop", "Immortality", "Teleportation"],
        "answer": "Return by Death"
      },
      {
        "question": "Who is the Witch of Envy?",
        "choices": ["Satella", "Echidna", "Minerva", "Carmilla"],
        "answer": "Satella"
      },
      {
        "question": "What is Puck’s relationship to Emilia?",
        "choices": ["Familiar", "Brother", "Enemy", "Teacher"],
        "answer": "Familiar"
      },
      {
        "question": "Which arc features the White Whale?",
        "choices": ["Arc 3", "Arc 1", "Arc 4", "Arc 2"],
        "answer": "Arc 3"
      },
      {
        "question": "Who says 'I love you' to Subaru in the Sanctuary?",
        "choices": ["Rem", "Emilia", "Ram", "Beatrice"],
        "answer": "Rem"
      }
    ]
  },
  {
    "title": "Mob Psycho 100",
    "questions": [
      {
        "question": "What is Mob’s full name?",
        "choices": ["Shigeo Kageyama", "Arataka Reigen", "Ritsu Kageyama", "Teruki Hanazawa"],
        "answer": "Shigeo Kageyama"
      },
      {
        "question": "What percentage of Mob’s psychic power can he safely use?",
        "choices": ["0%", "10%", "50%", "100%"],
        "answer": "0%"
      },
      {
        "question": "What is Reigen’s profession?",
        "choices": ["Psychic Detective", "Teacher", "Salaryman", "Chef"],
        "answer": "Psychic Detective"
      },
      {
        "question": "Which organization seeks to exploit Mob’s powers?",
        "choices": ["Claw", "Scar", "White Clad", "Espers United"],
        "answer": "Claw"
      },
      {
        "question": "What is Mob’s emotional limit before exploding?",
        "choices": ["100%", "50%", "99%", "0%"],
        "answer": "100%"
      }
    ]
  },
   {
    "title": "Jujutsu Kaisen",
    "questions": [
      {
        "question": "What is Yuji Itadori’s cursed technique?",
        "choices": ["Divergent Fist", "Black Flash", "Cursed Speech", "Limitless"],
        "answer": "Divergent Fist"
      },
      {
        "question": "Who is Sukuna’s vessel?",
        "choices": ["Yuji Itadori", "Megumi Fushiguro", "Aoi Todo", "Kento Nanami"],
        "answer": "Yuji Itadori"
      },
      {
        "question": "What is Gojo Satoru’s signature move?",
        "choices": ["Hollow Purple", "Domain Expansion", "Black Flash", "Reverse Cursed Technique"],
        "answer": "Hollow Purple"
      },
      {
        "question": "Which cursed spirit kills Junpei?",
        "choices": ["Mahito", "Jogo", "Hanami", "Dagon"],
        "answer": "Mahito"
      },
      {
        "question": "What is Megumi’s shikigami dog named?",
        "choices": ["Divine Dog: Totality", "Nue", "Orochi", "Rabbit Escape"],
        "answer": "Divine Dog: Totality"
      }
    ]
  },
  {
    "title": "Dr. Stone",
    "questions": [
      {
        "question": "What is Senku’s goal?",
        "choices": ["Revive civilization", "Rule the stone world", "Find his father", "Destroy Tsukasa"],
        "answer": "Revive civilization"
      },
      {
        "question": "What is the name of Senku’s village?",
        "choices": ["Kingdom of Science", "Ishigami Village", "Tsukasa Empire", "Stone World"],
        "answer": "Kingdom of Science"
      },
      {
        "question": "Who is the Strongest Primate High Schooler?",
        "choices": ["Tsukasa Shishio", "Ukyo Saionji", "Hyoga", "Gen Asagiri"],
        "answer": "Tsukasa Shishio"
      },
      {
        "question": "What is the first invention Senku creates?",
        "choices": ["Gunpowder", "Sulfa drug", "Light bulb", "Cola"],
        "answer": "Sulfa drug"
      },
      {
        "question": "What mineral is used to revive petrified humans?",
        "choices": ["Nitric acid", "Alcohol", "Gold", "Nital"],
        "answer": "Nital"
      }
    ]
  },
  {
    "title": "Assassination Classroom",
    "questions": [
      {
        "question": "What is the name of the teacher in Class 3-E?",
        "choices": ["Koro-sensei", "Principal Asano", "Irina Jelavić", "Tadaomi Karasuma"],
        "answer": "Koro-sensei"
      },
      {
        "question": "What is Koro-sensei’s weakness?",
        "choices": ["Anti-sensei weapons", "Water", "Cold temperatures", "Sunlight"],
        "answer": "Anti-sensei weapons"
      },
      {
        "question": "What reward is offered for killing Koro-sensei?",
        "choices": ["10 billion yen", "A government position", "Fame", "Immortality"],
        "answer": "10 billion yen"
      },
      {
        "question": "Who is the transfer student from the UK?",
        "choices": ["Irina Jelavić", "Nagisa Shiota", "Kaede Kayano", "Rio Nakamura"],
        "answer": "Irina Jelavić"
      },
      {
        "question": "What is Nagisa’s assassination specialty?",
        "choices": ["Stealth", "Poison", "Sniping", "Hand-to-hand combat"],
        "answer": "Stealth"
      }
    ]
  },
  {
    "title": "Vinland Saga",
    "questions": [
      {
        "question": "Who kills Thors, Thorfinn’s father?",
        "choices": ["Askeladd", "Bjorn", "Thorkell", "Floki"],
        "answer": "Askeladd"
      },
      {
        "question": "What is Thorfinn’s primary motivation?",
        "choices": ["Revenge", "Exploration", "Wealth", "Power"],
        "answer": "Revenge"
      },
      {
        "question": "Which historical figure does Askeladd serve?",
        "choices": ["King Canute", "Sweyn Forkbeard", "Leif Erikson", "Harald Hardrada"],
        "answer": "King Canute"
      },
      {
        "question": "What is Thorkell’s nickname?",
        "choices": ["Thorkell the Tall", "Thorkell the Bloody", "Thorkell the Berserker", "Thorkell the Giant"],
        "answer": "Thorkell the Tall"
      },
      {
        "question": "What does 'Vinland' symbolize in the story?",
        "choices": ["A peaceful land", "A battlefield", "A treasure trove", "A cursed place"],
        "answer": "A peaceful land"
      }
    ]
  },
  {
    "title": "Made in Abyss",
    "questions": [
      {
        "question": "What is the name of the abyss’s final layer?",
        "choices": ["The Bottom of the Abyss", "The Capital of the Unreturned", "The Final Maelstrom", "The Netherworld"],
        "answer": "The Bottom of the Abyss"
      },
      {
        "question": "What is Riko’s goal?",
        "choices": ["Find her mother", "Explore the abyss", "Escape the abyss", "Become a White Whistle"],
        "answer": "Find her mother"
      },
      {
        "question": "What is Reg’s true identity?",
        "choices": ["A robot", "A human", "A creature of the abyss", "A relic"],
        "answer": "A robot"
      },
      {
        "question": "What curse affects climbers of the abyss?",
        "choices": ["The Curse of the Abyss", "Bleeding", "Memory loss", "Petrification"],
        "answer": "The Curse of the Abyss"
      },
      {
        "question": "Who is Nanachi’s companion?",
        "choices": ["Mitty", "Prushka", "Ozen", "Bondrewd"],
        "answer": "Mitty"
      }
    ]
  },

  {
    "title": "No Game No Life",
    "questions": [
      {
        "question": "What world do Sora and Shiro get transported to?",
        "choices": ["Disboard", "Alfheim", "Underworld", "The Continent"],
        "answer": "Disboard"
      },
      {
        "question": "What is the One True God’s name?",
        "choices": ["Tet", "Artosh", "Jibril", "Schwi"],
        "answer": "Tet"
      },
      {
        "question": "Which race does Izuna belong to?",
        "choices": ["Werebeast", "Flügel", "Elf", "Dhampir"],
        "answer": "Werebeast"
      },
      {
        "question": "What game do Sora and Shiro play against Jibril?",
        "choices": ["Materialization Shiritori", "Chess", "Poker", "Othello"],
        "answer": "Materialization Shiritori"
      },
      {
        "question": "What is Blank’s motto?",
        "choices": ["空白は無敗です", "All Hail Tet", "We are the losers", "Victory by any means"],
        "answer": "空白は無敗です"
      }
    ]
  },
  {
    "title": "The Rising of the Shield Hero",
    "questions": [
      {
        "question": "What is Naofumi’s legendary weapon?",
        "choices": ["Shield", "Sword", "Spear", "Bow"],
        "answer": "Shield"
      },
      {
        "question": "Who falsely accuses Naofumi of assault?",
        "choices": ["Malty", "Raphtalia", "Filo", "Melty"],
        "answer": "Malty"
      },
      {
        "question": "What is Raphtalia’s race?",
        "choices": ["Demihuman", "Human", "Beast", "Spirit"],
        "answer": "Demihuman"
      },
      {
        "question": "What does the Curse Series represent?",
        "choices": ["Wrath", "Greed", "Pride", "Envy"],
        "answer": "Wrath"
      },
      {
        "question": "Which hero wields the Bow?",
        "choices": ["Itsuki", "Ren", "Motoyasu", "Naofumi"],
        "answer": "Itsuki"
      }
    ]
  },
  {
    "title": "Steins;Gate",
    "questions": [
      {
        "question": "What is Okabe’s alter ego?",
        "choices": ["Hououin Kyouma", "The Mad Scientist", "John Titor", "Lab Member 001"],
        "answer": "Hououin Kyouma"
      },
      {
        "question": "What is the name of the time machine?",
        "choices": ["Phone Microwave", "Time Leap Machine", "D-Mail", "Kerr Black Hole"],
        "answer": "Phone Microwave"
      },
      {
        "question": "Who is the true identity of John Titor?",
        "choices": ["Suzuha Amane", "Makise Kurisu", "Moeka Kiryuu", "Ruka Urushibara"],
        "answer": "Suzuha Amane"
      },
      {
        "question": "What world line does Okabe aim to reach?",
        "choices": ["Steins Gate", "Alpha", "Beta", "Gamma"],
        "answer": "Steins Gate"
      },
      {
        "question": "What does 'El Psy Kongroo' mean?",
        "choices": ["A meaningless phrase", "I agree", "Goodbye", "Help me"],
        "answer": "A meaningless phrase"
      }
    ]
  }
]

Comments