{
  "name": "DrawWaldoWorlds Benchmark",
  "description": "Tiered prompts and VQA-style evaluation questions for interaction-centric multi-person text-to-image generation.",
  "sample_count": 272,
  "index_range": [
    0,
    271
  ],
  "schema": {
    "samples[].index": "Integer sample index used by the evaluation viewer.",
    "samples[].tiers.A.prompt": "Tier A interaction-focused prompt.",
    "samples[].tiers.A.question": "Single yes/no evaluation question for Tier A.",
    "samples[].tiers.B.prompt": "Tier B moderately detailed prompt.",
    "samples[].tiers.B.question": "Single yes/no evaluation question for Tier B.",
    "samples[].tiers.C.questions": "List of decomposed yes/no evaluation questions for Tier C."
  },
  "notes": [
    "Tier A and Tier B use one yes/no verification question each.",
    "Tier C uses multiple decomposed yes/no questions that target fine-grained people, actions, and interactions.",
    "The previous full evaluation viewer stores Tier C decomposed questions but not a separate full Tier C prompt string; this JSON therefore exposes the reliable Tier C question list."
  ],
  "samples": [
    {
      "index": 0,
      "tiers": {
        "A": {
          "prompt": "Two men are participating in a religious hand-washing ceremony together.",
          "question": "Does this image show \"Two men are participating in a religious hand-washing ceremony together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside a church, a priest in white ceremonial robes performs a hand-washing ritual while an assistant in black helps by pouring water from a jug into a basin to complete the rite.",
          "question": "Does this image show \"Inside a church, a priest in white ceremonial robes performs a hand-washing ritual while an assistant in black helps by pouring water from a jug into a basin to complete the rite.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a priest in white and gold robes performing a ritual hand-washing while holding both hands together above a basin to receive the water?",
            "Is there an assistant dressed in a black robe and viewed from behind carefully pouring water from a jug to wash the priest's hands?",
            "Are the priest and the assistant standing near the altar facing each other during the hand-washing?"
          ]
        }
      }
    },
    {
      "index": 1,
      "tiers": {
        "A": {
          "prompt": "Two uniformed military officers stand side by side, saluting with each other during a ceremony.",
          "question": "Does this image show \"Two uniformed military officers stand side by side, saluting with each other during a ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A naval officer in white and an army officer in a dark dress uniform stand shoulder to shoulder, saluting with their right hands raised to their caps in front of ceremonial flags.",
          "question": "Does this image show \"A naval officer in white and an army officer in a dark dress uniform stand shoulder to shoulder, saluting with their right hands raised to their caps in front of ceremonial flags.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two high-ranking military officers standing side by side and saluting in unison during a formal ceremony?",
            "Is the officer on the left in a white uniform raising the right hand to salute?",
            "Is the officer on the right wearing a dark uniform while raising the right hand in a salute?"
          ]
        }
      }
    },
    {
      "index": 2,
      "tiers": {
        "A": {
          "prompt": "Two men are swearing in while a woman stands between them holding a book to support the ceremony.",
          "question": "Does this image show \"Two men are swearing in while a woman stands between them holding a book to support the ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three people are gathered in a formal setting for a swearing-in ceremony. Two men stand facing each other with their right hands raised as they take the oath, while the woman between them holds an open book for the ceremony as one of the men reads from a sheet of paper.",
          "question": "Does this image show \"Three people are gathered in a formal setting for a swearing-in ceremony. Two men stand facing each other with their right hands raised as they take the oath, while the woman between them holds an open book for the ceremony as one of the men reads from a sheet of paper.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a formal swearing-in ceremony with three people standing close together: a man in a dark suit on the left taking an oath, a woman in the center holding a large book, and a man in a gray suit on the right administering the oath?",
            "Is there a man in a dark suit standing on the left who raises his right hand to take the oath while placing his left hand on a book held by the woman in the center?",
            "Is there a woman in the center dressed in a black suit with white trim who supports the ceremony by holding a book with both hands?",
            "Is there a man in a gray suit standing on the right who faces the other two, raises his right hand, and holds a sheet of paper as he administers the oath?"
          ]
        }
      }
    },
    {
      "index": 3,
      "tiers": {
        "A": {
          "prompt": "A smiling woman says goodbye to a French general in uniform near a doorway.",
          "question": "Does this image show \"A smiling woman says goodbye to a French general in uniform near a doorway.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Standing by an open doorway, a woman lifts her hands in an open-handed farewell to a French general in a light-colored uniform to say goodbye. The general smiles back as he turns toward the exit, while another uniformed officer stands to the side, observing the moment.",
          "question": "Does this image show \"Standing by an open doorway, a woman lifts her hands in an open-handed farewell to a French general in a light-colored uniform to say goodbye. The general smiles back as he turns toward the exit, while another uniformed officer stands to the side, observing the moment.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a woman in a black suit smiling broadly and extending both hands in a friendly parting gesture toward a French general in a uniform?",
            "Is the French general facing the woman with a big smile while angling his body toward the open doorway as if about to head out?",
            "Is a second officer in a uniform standing just behind the woman, watching with a pleasant expression?"
          ]
        }
      }
    },
    {
      "index": 4,
      "tiers": {
        "A": {
          "prompt": "Two women are wrestling with each other on the mat.",
          "question": "Does this image show \"Two women are wrestling with each other on the mat.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a competition mat, a woman in red is wrestling with a woman in a dark singlet, both crouched low and locked in a close clinch as they fight for position.",
          "question": "Does this image show \"On a competition mat, a woman in red is wrestling with a woman in a dark singlet, both crouched low and locked in a close clinch as they fight for position.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two female wrestlers close together and grappling on a mat in a tense contest?",
            "Is the wrestler in red crouched low with one hand pressed to the mat, the other hand gripping the opponent's arm, and the wrestler's head tucked beneath the opponent's shoulder while driving forward?",
            "Is the wrestler in blue leaning in from the side with one knee on the mat and the other leg stretched wide for balance while wrapping the right arm tightly around the opponent's torso to gain control?"
          ]
        }
      }
    },
    {
      "index": 5,
      "tiers": {
        "A": {
          "prompt": "Three soccer players are posing together on the field before a match, standing shoulder to shoulder.",
          "question": "Does this image show \"Three soccer players are posing together on the field before a match, standing shoulder to shoulder.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the field, three players stand shoulder by shoulder for a photo; the one in the center is putting his arms on the shoulders of the two beside him, and they face forward, close together.",
          "question": "Does this image show \"On the field, three players stand shoulder by shoulder for a photo; the one in the center is putting his arms on the shoulders of the two beside him, and they face forward, close together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three soccer players standing shoulder to shoulder on a sunlit soccer field while posing before a match?",
            "Are all three players wearing light blue and white striped jerseys tucked into dark shorts?",
            "Is the player in the center standing with both arms resting on the shoulders of the two teammates on his two sides?",
            "Do the two players standing at the sides each drape one arm around the center player's back while standing close to the center player?"
          ]
        }
      }
    },
    {
      "index": 6,
      "tiers": {
        "A": {
          "prompt": "A soldier shows another man how to operate an unmanned vehicle using a handheld controller.",
          "question": "Does this image show \"A soldier shows another man how to operate an unmanned vehicle using a handheld controller.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A uniformed military member leans in and points to the buttons on a wired handheld controller while showing a man in a white shirt and cap how to operate an unmanned vehicle.",
          "question": "Does this image show \"A uniformed military member leans in and points to the buttons on a wired handheld controller while showing a man in a white shirt and cap how to operate an unmanned vehicle.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a soldier in a camouflage uniform and cap standing on the left who leans slightly toward a man on the right while pointing to a handheld controller and explaining its functions?",
            "Is the man on the right in a white dress shirt, a dark tie holding a wired remote with both hands?",
            "Is the man on the right looking down at the remote attentively as he listens to the soldier's instructions?",
            "Are the soldier on the left and the man on the right collaborating on a demonstration of how to operate an unmanned vehicle?"
          ]
        }
      }
    },
    {
      "index": 7,
      "tiers": {
        "A": {
          "prompt": "A woman is sitting and talking with a man.",
          "question": "Does this image show \"A woman is sitting and talking with a man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In two adjacent armchairs, a woman in a white-and-blue sari sits talking with a man in a light-colored kurta. They face each other with a small table between them.",
          "question": "Does this image show \"In two adjacent armchairs, a woman in a white-and-blue sari sits talking with a man in a light-colored kurta. They face each other with a small table between them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two adults seated opposite each other and talking in a room?",
            "Is the woman in a white sari with pale blue patterns turning toward the man and speaking with both hands clasped in her lap?",
            "Is the man in a light brown kurta sitting on a chair talking to the woman with folded arms and one leg crossed?"
          ]
        }
      }
    },
    {
      "index": 8,
      "tiers": {
        "A": {
          "prompt": "Two uniformed men are escorting two suited men between an honor cordon in the falling snow.",
          "question": "Does this image show \"Two uniformed men are escorting two suited men between an honor cordon in the falling snow.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two uniformed service members walk alongside two men in dark suits, each holding an umbrella to shield the man beside them as they walk together on the wet stone steps.",
          "question": "Does this image show \"Two uniformed service members walk alongside two men in dark suits, each holding an umbrella to shield the man beside them as they walk together on the wet stone steps.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are there four people walking together in the falling snow, with two escorts on either side holding umbrellas to shield the two men walking in the middle, each covering one of them respectively?",
            "Are there two men in dark suits and ties walking side by side in the center on wet stone steps as light snow falls?",
            "Is a uniformed escort positioned to the left of the two men in dark suits, walking slightly ahead while holding an umbrella angled over the younger man on the middle left?",
            "Is another uniformed escort on the right following behind and holding an umbrella over the older man on the middle right?"
          ]
        }
      }
    },
    {
      "index": 9,
      "tiers": {
        "A": {
          "prompt": "A crowd listens to an old man give a speech at a rally.",
          "question": "Does this image show \"A crowd listens to an old man give a speech at a rally.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "An older man speaks at a podium into a microphone while people around him listen attentively, some holding protest signs and facing the speaker.",
          "question": "Does this image show \"An older man speaks at a podium into a microphone while people around him listen attentively, some holding protest signs and facing the speaker.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there an elderly man in a dark suit at the center standing at a podium, leaning toward the microphone while pointing forward with one hand and holding the podium with the other as he gives a speech?",
            "Is a crowd gathered closely around the podium, listening and focused on the speaker?",
            "On the far left, is a woman holding a large sign with both hands while facing the audience?",
            "To the right of the elderly man at the podium, is there a man who lifts a sign with one hand while facing the audience?",
            "On the far right, is there a man holding a megaphone in one hand while facing the audience?",
            "In the foreground, is an audience member seen only from behind, with the back of the head visible while facing toward the podium?"
          ]
        }
      }
    },
    {
      "index": 10,
      "tiers": {
        "A": {
          "prompt": "A woman is showing a man a moon stone.",
          "question": "Does this image show \"A woman is showing a man a moon stone.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing each other, a woman in a black dress holds up a transparent container with a moon stone, presenting it to a man in a suit. He smiles and looks closely at the specimen as she displays it between them.",
          "question": "Does this image show \"Facing each other, a woman in a black dress holds up a transparent container with a moon stone, presenting it to a man in a suit. He smiles and looks closely at the specimen as she displays it between them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man on the left wearing a suit who turns toward the woman on the right with a broad smile while focusing on the object in the woman's hands?",
            "Are both the woman on the right and the man on the left shown from the waist up in an indoor setting?",
            "Are the two people facing each other as the woman on the right presents the display case with the moon stone toward the man on the left?"
          ]
        }
      }
    },
    {
      "index": 11,
      "tiers": {
        "A": {
          "prompt": "A military officer speaks to a line of soldiers, praising their courage.",
          "question": "Does this image show \"A military officer speaks to a line of soldiers, praising their courage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A senior officer at the left addresses a row of soldiers standing at attention, many with rifles and medals on their uniforms, praising their courage as they listen.",
          "question": "Does this image show \"A senior officer at the left addresses a row of soldiers standing at attention, many with rifles and medals on their uniforms, praising their courage as they listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a uniformed officer in camouflage and a cap standing on the left with the right hand on the chest while speaking to a line of soldiers to express respect and praise?",
            "Are seven soldiers standing in a single line on the right, all wearing matching camouflage uniforms and caps, listening to the uniformed officer speaking on the left?",
            "Do several soldiers have rifles slung across the chest?"
          ]
        }
      }
    },
    {
      "index": 12,
      "tiers": {
        "A": {
          "prompt": "Two women are laughing with each other while taking part in a cooking activity at an event.",
          "question": "Does this image show \"Two women are laughing with each other while taking part in a cooking activity at an event.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A woman in a red dress and a chef in a white coat and hat laugh with each other as they look at a sheet of paper beside a cooking table with cups.",
          "question": "Does this image show \"A woman in a red dress and a chef in a white coat and hat laugh with each other as they look at a sheet of paper beside a cooking table with cups.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a woman on the left in an orange dress in the foreground who holds a piece of paper with both hands while turning toward a chef?",
            "Is there a chef facing the woman in the orange dress while smiling broadly and holding a pen with both hands?",
            "Are the woman in the orange dress and the chef standing close together, laughing together as they talk?",
            "In the background to the right behind the woman in the orange dress and the chef in the white coat, are a little girl and another young girl standing at the table and looking down amid cups and supplies?"
          ]
        }
      }
    },
    {
      "index": 13,
      "tiers": {
        "A": {
          "prompt": "A player in white is contesting the ball with a player in black and yellow during an AFL match.",
          "question": "Does this image show \"A player in white is contesting the ball with a player in black and yellow during an AFL match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A white-and-black player bends to reach a yellow football while a black-and-yellow opponent grabs him from the side; the two are contesting the ball with teammates closing in.",
          "question": "Does this image show \"A white-and-black player bends to reach a yellow football while a black-and-yellow opponent grabs him from the side; the two are contesting the ball with teammates closing in.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a foreground player in a white and black jersey bending low toward a ball and reaching out to gain possession?",
            "Is an opponent in a black and yellow uniform lunging from behind and wrapping arms around the waist of the foreground player in a white and black jersey in an attempt to tackle?",
            "Are the player in a white and black jersey who is reaching for the ball and the opponent in a black and yellow uniform visibly struggling for control with tense, intertwined movements?",
            "Is there another player in a white and black jersey just behind the tackle, running toward the two players with eyes fixed on the ball?"
          ]
        }
      }
    },
    {
      "index": 14,
      "tiers": {
        "A": {
          "prompt": "Two astronauts pilot a space shuttle together from the cockpit.",
          "question": "Does this image show \"Two astronauts pilot a space shuttle together from the cockpit.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the shuttle's flight deck, two astronauts sit side by side at the controls, jointly piloting the vehicle?one works the console while the other checks a procedure list.",
          "question": "Does this image show \"On the shuttle's flight deck, two astronauts sit side by side at the controls, jointly piloting the vehicle?one works the console while the other checks a procedure list.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two astronauts sitting side by side at the flight controls inside a space shuttle cockpit?",
            "Is the astronaut on the left seated with his back partly toward the camera, glancing over his shoulder while holding a device in one hand near the console?",
            "Is the astronaut on the right facing the instrument panels while turning his head to smile toward the camera?"
          ]
        }
      }
    },
    {
      "index": 15,
      "tiers": {
        "A": {
          "prompt": "A man is giving an award to a woman.",
          "question": "Does this image show \"A man is giving an award to a woman.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man in a dark suit is giving an award to a woman in a dark jacket, presenting a framed certificate as they stand together.",
          "question": "Does this image show \"A man in a dark suit is giving an award to a woman in a dark jacket, presenting a framed certificate as they stand together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a formal award ceremony where a man on the left presents a framed certificate to a woman on the right?",
            "Is the woman on the right smiling warmly as she accepts the framed certificate with both hands visible?",
            "Are the man on the left and the woman on the right both facing forward during the certificate presentation?",
            "Are the man on the left and the woman on the right each holding one side of the framed certificate with both hands?"
          ]
        }
      }
    },
    {
      "index": 16,
      "tiers": {
        "A": {
          "prompt": "A man is lecturing to a group of seated participants.",
          "question": "Does this image show \"A man is lecturing to a group of seated participants.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At the front of a small room, a man holds a microphone and lectures to a row of seated participants, who watch him and look over papers.",
          "question": "Does this image show \"At the front of a small room, a man holds a microphone and lectures to a row of seated participants, who watch him and look over papers.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a white shirt standing on the right in a meeting room, holding a microphone as he speaks to an audience?",
            "Is the man in the white shirt shown in profile while gesturing with his free hand as he speaks?",
            "Are a group of men seated in a row, listening and taking notes as a speaker addresses them?",
            "Among the men seated at the table, is there one who looks directly at the speaker with his hands clasped?",
            "Among the men seated at the table, is there one who is reviewing papers in his lap?",
            "Among the men seated at the table, is there one who is gazing attentively toward the front of the room?"
          ]
        }
      }
    },
    {
      "index": 17,
      "tiers": {
        "A": {
          "prompt": "Two wrestlers are wrestling in the ring as one drives a forearm into a kneeling opponent.",
          "question": "Does this image show \"Two wrestlers are wrestling in the ring as one drives a forearm into a kneeling opponent.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a wrestling ring, a wrestler in yellow and black steps forward and drives his forearm into his opponent, who's wearing gray and green tights and drops to one knee, wincing as the blow lands.",
          "question": "Does this image show \"In a wrestling ring, a wrestler in yellow and black steps forward and drives his forearm into his opponent, who's wearing gray and green tights and drops to one knee, wincing as the blow lands.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two wrestlers inside a ring engaged in an intense exchange?",
            "Is the wrestler on the left wearing a yellow and black outfit swinging his forearm into the opponent's upper body as if executing a spinning backfist?",
            "Is the opponent wearing gray and green pants dropping to one knee while bracing against the impact of the strike?"
          ]
        }
      }
    },
    {
      "index": 18,
      "tiers": {
        "A": {
          "prompt": "Two men are shaking hands in front of a group of photographers.",
          "question": "Does this image show \"Two men are shaking hands in front of a group of photographers.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "One man steps out of a car and shakes hands with another man by the building steps while several photographers and videographers point their cameras at them.",
          "question": "Does this image show \"One man steps out of a car and shakes hands with another man by the building steps while several photographers and videographers point their cameras at them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in dark suits exchanging smiles as they clasp hands in a warm, formal handshake?",
            "Is a man in a dark suit and glasses standing beside an open car door extending his hand to greet another man in a dark suit standing on the steps?",
            "Is there a photographer standing nearby holding a camera at chest level?",
            "Is there a photographer aiming a camera from the side of the scene?",
            "Is there a camera operator positioned higher on the steps using a shoulder-mounted camera?"
          ]
        }
      }
    },
    {
      "index": 19,
      "tiers": {
        "A": {
          "prompt": "A show car driver is talking with a man near a racing car.",
          "question": "Does this image show \"A show car driver is talking with a man near a racing car.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A show car driver in a team shirt stands by the open door of a racing car, holding a steering wheel as he talks with a man in a beige sweater. They face each other and smile next to the car.",
          "question": "Does this image show \"A show car driver in a team shirt stands by the open door of a racing car, holding a steering wheel as he talks with a man in a beige sweater. They face each other and smile next to the car.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the race car driver in a team uniform standing next to the racing car while holding a steering wheel and resting the other hand on the open door frame of the racing car?",
            "Is the man in a beige sweater standing near the car, smiling and gesturing with his hands as he chats with the race car driver?",
            "Is the race car driver looking toward the man in the beige sweater as they stand beside the car and chatting?"
          ]
        }
      }
    },
    {
      "index": 20,
      "tiers": {
        "A": {
          "prompt": "A man is showing a plaque to a woman.",
          "question": "Does this image show \"A man is showing a plaque to a woman.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing each other, a man in a dark suit presents a framed plaque to a smiling woman in a bright blue coat, pointing something out on it as she holds the frame. A uniformed man watches nearby.",
          "question": "Does this image show \"Facing each other, a man in a dark suit presents a framed plaque to a smiling woman in a bright blue coat, pointing something out on it as she holds the frame. A uniformed man watches nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a bald man in a dark suit leaning forward to present a framed plaque to an elderly woman in a blue coat?",
            "Is the man in the dark suit holding the plaque frame with one hand while using the other hand to point at a specific detail on the plaque during an explanation to the elderly woman?",
            "Is the elderly woman in the blue coat smiling attentively while holding the opposite side of the framed plaque with both hands?",
            "On the right side of the image, is a uniformed man standing slightly behind the man in the dark suit and the elderly woman while holding a cap and watching the exchange?",
            "Are the man in the dark suit and the elderly woman in the bright blue coat jointly holding the same framed plaque between them during the presentation?"
          ]
        }
      }
    },
    {
      "index": 21,
      "tiers": {
        "A": {
          "prompt": "A wrestler is posing in wrestling gear with another wrestler.",
          "question": "Does this image show \"A wrestler is posing in wrestling gear with another wrestler.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two wrestlers pose in wrestling gear with each other indoors; one adjusts his mask while the other stands with hands on his hips, both in black trunks and boots.",
          "question": "Does this image show \"Two wrestlers pose in wrestling gear with each other indoors; one adjusts his mask while the other stands with hands on his hips, both in black trunks and boots.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in wrestling gear standing side by side in an indoor corridor while posing together?",
            "Is the man on the left wearing a silver-and-black mask with a spiked shoulder piece and lifting his hands to adjust the mask while facing forward?",
            "Is the man on the right wearing bold face paint and a strappy black outfit, standing in a wide stance with hands on his hips and a black jacket draped from one hand?"
          ]
        }
      }
    },
    {
      "index": 22,
      "tiers": {
        "A": {
          "prompt": "A baseball player gives his teammates a high five in the dugout.",
          "question": "Does this image show \"A baseball player gives his teammates a high five in the dugout.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Wearing a helmet and gray uniform, a player heads to the dugout and high-fives a teammate as others nearby smile and reach out, waiting for their turn to join the celebration.",
          "question": "Does this image show \"Wearing a helmet and gray uniform, a player heads to the dugout and high-fives a teammate as others nearby smile and reach out, waiting for their turn to join the celebration.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a jubilant batter in a gray uniform and dark helmet at the dugout rail leaning forward with a wide grin while raising the right arm high in celebration?",
            "Is the batter stretching toward a teammate on the left, ready to exchange a high five?",
            "Is another teammate standing between the batter and the teammate on the left, facing away from the camera, with a raised left hand angled forward while waiting for the incoming high five?",
            "Is a man in a baseball uniform further behind the batter smiling and looking toward the group at the edge of the field?"
          ]
        }
      }
    },
    {
      "index": 23,
      "tiers": {
        "A": {
          "prompt": "Two cyclists are bicycling with each other along a winding road while support cars follow behind.",
          "question": "Does this image show \"Two cyclists are bicycling with each other along a winding road while support cars follow behind.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A pair of helmeted riders in rain gear are bicycling with each other in a tight line on a damp, curving road, trailed by vehicles carrying spare bikes on their roofs.",
          "question": "Does this image show \"A pair of helmeted riders in rain gear are bicycling with each other in a tight line on a damp, curving road, trailed by vehicles carrying spare bikes on their roofs.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two helmeted cyclists in jackets riding together on a wet, tree-lined bend in the foreground?",
            "Is the front cyclist in dark gear gripping the handlebars while a second cyclist rides close on the wheel behind?",
            "Are several support cars loaded with bicycles following behind the two cyclists?",
            "Is there a person by the roadside gesturing as the two cyclists pass?"
          ]
        }
      }
    },
    {
      "index": 24,
      "tiers": {
        "A": {
          "prompt": "A player in white is pushing past a defender during a basketball game.",
          "question": "Does this image show \"A player in white is pushing past a defender during a basketball game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a basketball game, a player in a white uniform drives hard with the ball, pushing past a defender in a maroon jersey who tries to block his path as other players move around them.",
          "question": "Does this image show \"In a basketball game, a player in a white uniform drives hard with the ball, pushing past a defender in a maroon jersey who tries to block his path as other players move around them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a one-on-one battle for control of the ball at center court between a player in a white uniform and a maroon-clad defender?",
            "Is the player in a white uniform gripping the ball tightly against the body and twisting the torso to shield the ball with the shoulder and back?",
            "Is the maroon-clad defender extending the left arm against the back of the player in white while reaching forward with the right hand to try to steal the ball?"
          ]
        }
      }
    },
    {
      "index": 25,
      "tiers": {
        "A": {
          "prompt": "The person in the center is handing a prize to the person on the right while a third person stands by watching.",
          "question": "Does this image show \"The person in the center is handing a prize to the person on the right while a third person stands by watching.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three people stand against a plain wall: the person in the center holds out a small trophy, handing the prize to the person on the right who reaches to accept it, while the person on the left watches with a stack of papers in hand.",
          "question": "Does this image show \"Three people stand against a plain wall: the person in the center holds out a small trophy, handing the prize to the person on the right who reaches to accept it, while the person on the left watches with a stack of papers in hand.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the person in the center with long hair and a headband extending both hands to hand a small plaque-like trophy to the person on the right, who leans in and accepts it with both hands?",
            "Is the person on the left holding a few sheets of paper while watching the trophy exchange and focusing on the award as it changes hands?",
            "Are three adults gathered on a simple indoor stage during an award handoff between the person in the center and the person on the right?"
          ]
        }
      }
    },
    {
      "index": 26,
      "tiers": {
        "A": {
          "prompt": "A man and a woman shake hands in an indoor setting.",
          "question": "Does this image show \"A man and a woman shake hands in an indoor setting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a room, a man in a dark blazer reaches out and shakes hands with a woman who holds a newspaper against her chest, while a few other people stand nearby.",
          "question": "Does this image show \"In a room, a man in a dark blazer reaches out and shakes hands with a woman who holds a newspaper against her chest, while a few other people stand nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a short-haired man in a dark blazer and light shirt in the foreground leaning forward to shake hands with a woman in a patterned top while they make eye contact and the woman holds a folded newspaper against her chest with her left arm?",
            "Are three people standing close together in the background, watching and talking as they look toward the handshake between the man in the dark blazer and the woman in the patterned top?"
          ]
        }
      }
    },
    {
      "index": 27,
      "tiers": {
        "A": {
          "prompt": "A singer is performing music with a bass guitarist on a stage.",
          "question": "Does this image show \"A singer is performing music with a bass guitarist on a stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A vocalist in black sings into a microphone while performing music with a bassist standing beside him, on an outdoor stage with a drum set nearby.",
          "question": "Does this image show \"A vocalist in black sings into a microphone while performing music with a bassist standing beside him, on an outdoor stage with a drum set nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a black shirt standing at a microphone, singing and smiling?",
            "Is a man in a dark suit positioned to the right of the man in a black shirt at the microphone while holding and playing a light-colored electric bass with a strap over the shoulder?",
            "Are the man singing at the microphone and the man playing the light-colored electric bass performing together on an outdoor stage, with a drum kit off to the left and stage lights and a few seated onlookers behind the performers?"
          ]
        }
      }
    },
    {
      "index": 28,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is shaking hands with a man in white robes while a third man looks on.",
          "question": "Does this image show \"A man in a suit is shaking hands with a man in white robes while a third man looks on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the left, a man in a blue suit shakes hands with the man on the right, who wears a white robe and headscarf, while another man in similar white attire stands between them, smiling.",
          "question": "Does this image show \"On the left, a man in a blue suit shakes hands with the man on the right, who wears a white robe and headscarf, while another man in similar white attire stands between them, smiling.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left wearing a navy suit leaning in and shaking hands with the man on the right dressed in a white robe and headscarf?",
            "Is the man in the center, dressed in white and wearing glasses, facing the two men who are shaking hands and smiling warmly?",
            "Are the three men standing together in a friendly, formal greeting centered on the handshake?"
          ]
        }
      }
    },
    {
      "index": 29,
      "tiers": {
        "A": {
          "prompt": "A woman making a press statement with a man at twin podiums.",
          "question": "Does this image show \"A woman making a press statement with a man at twin podiums.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal setup with microphones and flags, a woman is making a press statement with a man as they stand at separate podiums under an official seal and glance toward each other.",
          "question": "Does this image show \"At a formal setup with microphones and flags, a woman is making a press statement with a man as they stand at separate podiums under an official seal and glance toward each other.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two officials standing at separate podiums beneath a large seal, with flags hanging on either side and a pair of microphones on each podium?",
            "Is the man in a light formal shirt at one podium holding papers while speaking?",
            "Is the woman in a dark patterned jacket at the other podium turned toward the man in the light formal shirt as she listens?"
          ]
        }
      }
    },
    {
      "index": 30,
      "tiers": {
        "A": {
          "prompt": "A player is practicing basketball with a teammate.",
          "question": "Does this image show \"A player is practicing basketball with a teammate.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two smiling teammates practice basketball with each other; one in a light-blue long-sleeve shirt holds an orange ball while the other in a white top stands beside him, watching.",
          "question": "Does this image show \"Two smiling teammates practice basketball with each other; one in a light-blue long-sleeve shirt holds an orange ball while the other in a white top stands beside him, watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a young man in a light-blue long-sleeve shirt holding an orange basketball in both hands at his waist while grinning?",
            "Is a taller young man in a white long-sleeve shirt standing just to the side of the young man in the light-blue long-sleeve shirt, smiling and looking at him?",
            "Are two young men practicing basketball together and smiling, with blurred bystanders and rows of small lights on a metal structure in the background?"
          ]
        }
      }
    },
    {
      "index": 31,
      "tiers": {
        "A": {
          "prompt": "A man is posing for a photo with a wax figure.",
          "question": "Does this image show \"A man is posing for a photo with a wax figure.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A smiling man in casual clothes poses playfully with a wax figure in a yellow jumpsuit, raising his fist while the figure strikes a martial arts stance.",
          "question": "Does this image show \"A smiling man in casual clothes poses playfully with a wax figure in a yellow jumpsuit, raising his fist while the figure strikes a martial arts stance.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a navy blue T-shirt smiling at the camera while raising his right arm in a playful boxing pose?",
            "Is there a wax figure dressed in a bright yellow jumpsuit that in a martial arts stance with one hand extended forward?",
            "Are the man in the navy blue T-shirt and the wax figure in the bright yellow jumpsuit standing close together and angled toward each other as they pose for a lighthearted photo?"
          ]
        }
      }
    },
    {
      "index": 32,
      "tiers": {
        "A": {
          "prompt": "A woman gives a uniformed man a present.",
          "question": "Does this image show \"A woman gives a uniformed man a present.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a bright room, a woman in a white sari hands a pink-wrapped gift to a smiling military officer while another uniformed man stands nearby watching.",
          "question": "Does this image show \"In a bright room, a woman in a white sari hands a pink-wrapped gift to a smiling military officer while another uniformed man stands nearby watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman in a white-and-gold sari facing a military officer while extending both hands to pass a shiny pink-wrapped present?",
            "Is the military officer with medals on his chest and around his neck leaning forward with his hands out to receive the present from the woman in the white-and-gold sari?",
            "Is another uniformed man standing just behind the military officer, smiling as he observes the exchange between the woman in a white-and-gold sari and the military officer?"
          ]
        }
      }
    },
    {
      "index": 33,
      "tiers": {
        "A": {
          "prompt": "A uniformed man is blessing a rider and his motorcycle.",
          "question": "Does this image show \"A uniformed man is blessing a rider and his motorcycle.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At an outdoor gathering, a man in a tan uniform sprinkles water while facing a man in a bright shirt by his motorcycle, blessing the rider and his bike as two other uniformed men look on.",
          "question": "Does this image show \"At an outdoor gathering, a man in a tan uniform sprinkles water while facing a man in a bright shirt by his motorcycle, blessing the rider and his bike as two other uniformed men look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the rider in a bright shirt and bandana standing on the left beside the motorcycle's windshield and handlebars?",
            "Is a man in a tan uniform on the right lifting a small sprinkler and flicking droplets toward the rider and the motorcycle in a blessing gesture?",
            "Are two men in darker uniforms positioned between the rider and the man in tan, watching attentively and helping form a small circle around the motorcycle?",
            "Are four men gathered closely around the front of a motorcycle?"
          ]
        }
      }
    },
    {
      "index": 34,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member gives a certificate of appreciation to a woman as they shake hands.",
          "question": "Does this image show \"A uniformed service member gives a certificate of appreciation to a woman as they shake hands.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a meeting room, a man in military camouflage is giving a certificate of appreciation to a woman in a patterned dress; they face the camera, smiling, while shaking hands and holding the document between them.",
          "question": "Does this image show \"In a meeting room, a man in military camouflage is giving a certificate of appreciation to a woman in a patterned dress; they face the camera, smiling, while shaking hands and holding the document between them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a camouflage uniform on the right presenting a certificate to a woman on the left wearing a dark patterned dress with a white lace collar?",
            "Are the man in camouflage and the woman in the dark patterned dress each holding one side of the certificate, with the man holding it toward the camera?",
            "Are the man in camouflage and the woman in the dark patterned dress shaking hands with their other hands while smiling?"
          ]
        }
      }
    },
    {
      "index": 35,
      "tiers": {
        "A": {
          "prompt": "One man gives another man an award and shakes his hand.",
          "question": "Does this image show \"One man gives another man an award and shakes his hand.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man in a dark coat gives the man in a green flight suit an award plaque and shakes his hand while several people stand behind them.",
          "question": "Does this image show \"A man in a dark coat gives the man in a green flight suit an award plaque and shakes his hand while several people stand behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the right in a dark coat and tie presenting an open award plaque with a gold emblem to the smiling man on the left in a green flight suit?",
            "Are the man on the right in a dark coat and tie and the man on the left in a green flight suit shaking hands during the award presentation?",
            "Are several people in uniform watching from the background?"
          ]
        }
      }
    },
    {
      "index": 36,
      "tiers": {
        "A": {
          "prompt": "Two players are competing for the football during a football match.",
          "question": "Does this image show \"Two players are competing for the football during a football match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In the middle of the match, a player in a white uniform leans forward to grab a bouncing yellow football as a navy-and-yellow defender lunges from behind, wrapping her up in a tackle and knocking the ball loose while teammates move in to contest the play.",
          "question": "Does this image show \"In the middle of the match, a player in a white uniform leans forward to grab a bouncing yellow football as a navy-and-yellow defender lunges from behind, wrapping her up in a tackle and knocking the ball loose while teammates move in to contest the play.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a player in a white uniform moving left across the frame, leaning forward with eyes fixed on a football bouncing just ahead?",
            "Is a player in a navy and yellow uniform lunging from behind and wrapping arms around the torso of the white-uniformed player in a strong tackle?",
            "While still holding on, does the navy-and-yellow tackler extend the left arm around the opponent's side toward the loose ball?",
            "Is another player in a white uniform running in from the left, ready to contest possession near the loose ball?"
          ]
        }
      }
    },
    {
      "index": 37,
      "tiers": {
        "A": {
          "prompt": "A group of football players are colliding at the line of scrimmage during an intense play.",
          "question": "Does this image show \"A group of football players are colliding at the line of scrimmage during an intense play.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a football game, players from both teams collide at the line of scrimmage as the red ball carrier pushes forward behind his blocker. Clutching the football tightly, he drives ahead while white-uniformed defenders close in from both sides, and a red teammate crashes into an opposing player nearby to shield him and clear the path.",
          "question": "Does this image show \"In a football game, players from both teams collide at the line of scrimmage as the red ball carrier pushes forward behind his blocker. Clutching the football tightly, he drives ahead while white-uniformed defenders close in from both sides, and a red teammate crashes into an opposing player nearby to shield him and clear the path.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing red and white team players colliding along the line of scrimmage on a football field?",
            "At center-left, is a red lineman crouched low and driving left while leaning hard into a white defender who pushes back, trying to break through toward the runner?",
            "Just to the right of the center-left block, is a red ball carrier charging forward behind the block while gripping the football tightly under the ball carrier's right arm, and bending the ball carrier's left arm upward to fend off contact?",
            "Is a white defender closing in from the right side of the red ball carrier, bending toward the red ball carrier with both arms outstretched toward the football?"
          ]
        }
      }
    },
    {
      "index": 38,
      "tiers": {
        "A": {
          "prompt": "Two soccer players are competing for a soccer ball.",
          "question": "Does this image show \"Two soccer players are competing for a soccer ball.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two soccer players compete for the ball on the grass: the green-uniformed player swings a kick while the blue-uniformed opponent steps in to challenge.",
          "question": "Does this image show \"Two soccer players compete for the ball on the grass: the green-uniformed player swings a kick while the blue-uniformed opponent steps in to challenge.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a green uniform swinging one leg high to strike the ball while keeping the other foot planted beside the ball during the follow-through of the kick?",
            "Is an opposing player in dark blue rushing in from the side with a slight forward lean and arms spread for balance to block or intercept the ball?",
            "Are the player in a bright green uniform and the opposing player in dark blue both looking at the ball on the ground near the players' feet?",
            "Are the two players moving sharply and in sync during a fast, competitive exchange for possession of the ball?"
          ]
        }
      }
    },
    {
      "index": 39,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member is talking and smiling with a man in a black shirt and cap.",
          "question": "Does this image show \"A uniformed service member is talking and smiling with a man in a black shirt and cap.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a bright indoor room, a service member in camouflage on the left is talking and smiling with a man in a black polo and green cap on the right, both leaning toward each other with grins while another uniformed person stands blurred behind them.",
          "question": "Does this image show \"In a bright indoor room, a service member in camouflage on the left is talking and smiling with a man in a black polo and green cap on the right, both leaning toward each other with grins while another uniformed person stands blurred behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are the man on the left in a digital-camouflage uniform and the man on the right in a black long-sleeve polo with an olive cap facing each other closely while smiling and talking?",
            "Are the man on the left in a digital-camouflage uniform and the man on the right in a black long-sleeve polo sharing eye contact with their shoulders angled inward toward each other?",
            "Is there a third person in a digital-camouflage uniform standing out of focus in the background?"
          ]
        }
      }
    },
    {
      "index": 40,
      "tiers": {
        "A": {
          "prompt": "Two astronauts are participating in a press conference together.",
          "question": "Does this image show \"Two astronauts are participating in a press conference together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two astronauts in blue flight suits are participating in a press conference; the one on the left speaks into a microphone while the other listens attentively.",
          "question": "Does this image show \"Two astronauts in blue flight suits are participating in a press conference; the one on the left speaks into a microphone while the other listens attentively.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two astronauts seated side by side at a press conference while wearing blue flight suits?",
            "Is the astronaut on the left holding a microphone in the right hand and raising the left hand to emphasize a point while speaking animatedly toward the audience?",
            "Is the astronaut on the right smiling broadly and lifting the right hand in a light gesture while joining the discussion?"
          ]
        }
      }
    },
    {
      "index": 41,
      "tiers": {
        "A": {
          "prompt": "Two uniformed men are sitting and talking with each other in an office.",
          "question": "Does this image show \"Two uniformed men are sitting and talking with each other in an office.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated across from one another on separate chairs, a man in a light uniform is sitting and talking with a man in a darker uniform with a turban, facing each other in conversation.",
          "question": "Does this image show \"Seated across from one another on separate chairs, a man in a light uniform is sitting and talking with a man in a darker uniform with a turban, facing each other in conversation.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two uniformed men in an office facing each other across a low table while conversing?",
            "Is the man on the left, wearing a light short-sleeved shirt and dark trousers, leaning on the sofa arm as he speaks?",
            "Is the man in a dark uniform and a black-and-red turban reclining in a leather chair with his legs crossed while holding a small item and watching and listening?"
          ]
        }
      }
    },
    {
      "index": 42,
      "tiers": {
        "A": {
          "prompt": "A man interviews another man across a small table.",
          "question": "Does this image show \"A man interviews another man across a small table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside an airplane cabin, the man with glasses takes notes on a yellow pad while interviewing the man seated opposite across the table.",
          "question": "Does this image show \"Inside an airplane cabin, the man with glasses takes notes on a yellow pad while interviewing the man seated opposite across the table.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a bald man with glasses in a striped shirt seated by an airplane window, leaning forward over a table while writing on a yellow notepad with a pen?",
            "In a small airplane cabin, is a bald man in a striped shirt facing a white-haired man across the table while they maintain eye contact and talk?"
          ]
        }
      }
    },
    {
      "index": 43,
      "tiers": {
        "A": {
          "prompt": "A musician is performing music with another beside him on stage.",
          "question": "Does this image show \"A musician is performing music with another beside him on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two seated performers are performing music with each other: the one on the left plays a harmonica while holding an acoustic guitar, and the one on the right sings into a microphone as he strums his guitar.",
          "question": "Does this image show \"Two seated performers are performing music with each other: the one on the left plays a harmonica while holding an acoustic guitar, and the one on the right sings into a microphone as he strums his guitar.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two musicians sitting on stools with microphones and acoustic guitars, performing together as a duo on a dim stage?",
            "Is the performer on the left leaning into his microphone while cupping a harmonica in both hands, with his guitar resting across his lap?",
            "Is the musician on the right strumming his guitar and singing toward his microphone with his mouth open mid-lyric?"
          ]
        }
      }
    },
    {
      "index": 44,
      "tiers": {
        "A": {
          "prompt": "Several players are grappling over the ball during an AFL Women's match.",
          "question": "Does this image show \"Several players are grappling over the ball during an AFL Women's match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a tight AFL Women's match, a white-uniformed player dives forward to grab a loose yellow football as two opponents in yellow and navy close in from both sides, wrapping around her in a fierce struggle while a teammate rushes in to help.",
          "question": "Does this image show \"In a tight AFL Women's match, a white-uniformed player dives forward to grab a loose yellow football as two opponents in yellow and navy close in from both sides, wrapping around her in a fierce struggle while a teammate rushes in to help.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a player in a white uniform at the center lunging forward toward a football with both arms outstretched and eyes focused on the bouncing ball?",
            "Is there an opponent in a yellow and navy uniform on the right side of the white-uniformed player, facing the white-uniformed player and reaching in with a right arm to wrap around the white-uniformed player's body?",
            "Is there another opponent in a yellow and navy uniform pressing close behind on the left side of the white-uniformed player, wrapping both arms around the white-uniformed player's torso in a tight hold?",
            "Is there a white-clad teammate at the left edge of the frame running toward the contest for the ball, seen from behind with bent arms?",
            "Are the players' arms visibly tangled as the white-uniformed player and two yellow-and-navy opponents scramble for the football?"
          ]
        }
      }
    },
    {
      "index": 45,
      "tiers": {
        "A": {
          "prompt": "A soldier is shaking another soldier's hand.",
          "question": "Does this image show \"A soldier is shaking another soldier's hand.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In an indoor gathering of service members, a soldier in a black brimmed hat shakes a smiling soldier's hand at the front of a line while others in camouflage uniforms stand nearby.",
          "question": "Does this image show \"In an indoor gathering of service members, a soldier in a black brimmed hat shakes a smiling soldier's hand at the front of a line while others in camouflage uniforms stand nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two uniformed soldiers facing each other and shaking hands?",
            "On the left, is a uniformed soldier wearing a black brimmed hat and glasses extending his hand for the handshake?",
            "On the right, is a short-haired uniformed soldier with a strap across his chest smiling as he returns the handshake?",
            "Behind the two soldiers shaking hands, are several other soldiers in matching camouflage standing shoulder to shoulder in a loose line, watching the exchange?"
          ]
        }
      }
    },
    {
      "index": 46,
      "tiers": {
        "A": {
          "prompt": "Several military officials are slicing a big cake together.",
          "question": "Does this image show \"Several military officials are slicing a big cake together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A row of uniformed service members, joined by suited dignitaries, lean over a long ceremonial cake and slice the cake with a shared knife, each placing a hand on it together.",
          "question": "Does this image show \"A row of uniformed service members, joined by suited dignitaries, lean over a long ceremonial cake and slice the cake with a shared knife, each placing a hand on it together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a dark suit and four men in military dress uniforms standing shoulder to shoulder while leaning forward together to cut a large rectangular cake?",
            "Is the man in the dark suit positioned at the center and gripping the cake knife firmly with both hands?",
            "Are the four uniformed men flanking the suited man on both sides and placing a hand over or beside his on the knife handle so that their hands overlap?",
            "Do the five men form a tight semicircle around the cake as they bend slightly toward it?",
            "Are all five men smiling as they perform the shared cake-cutting gesture?"
          ]
        }
      }
    },
    {
      "index": 47,
      "tiers": {
        "A": {
          "prompt": "A player in white is playing soccer with a goalkeeper in blue near the goal.",
          "question": "Does this image show \"A player in white is playing soccer with a goalkeeper in blue near the goal.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a match, a white?shirted attacker is playing soccer with a blue?clad goalkeeper by the net; the keeper is on the turf while the outfield player continues their run, with teammates in bibs watching from behind the goal.",
          "question": "Does this image show \"In a match, a white?shirted attacker is playing soccer with a blue?clad goalkeeper by the net; the keeper is on the turf while the outfield player continues their run, with teammates in bibs watching from behind the goal.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a goalkeeper in teal with gloves sitting on the grass in front of the goal, looking toward the play?",
            "Is an outfield player wearing a white jersey and black shorts darting past just a few steps from the goalkeeper in teal in a tight challenge in front of goal?",
            "Are people in training bibs standing just behind the net, watching the action?"
          ]
        }
      }
    },
    {
      "index": 48,
      "tiers": {
        "A": {
          "prompt": "A family gathers around a man during a promotion ceremony, changing the shoulder boards of his uniform shirt.",
          "question": "Does this image show \"A family gathers around a man during a promotion ceremony, changing the shoulder boards of his uniform shirt.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At the center, a man in a dress shirt and tie stands still while relatives replace his shoulder boards. A woman works on one shoulder, a uniformed young man adjusts the other, and a young girl helps as two boys watch nearby. It's a close, celebratory moment of promotion.",
          "question": "Does this image show \"At the center, a man in a dress shirt and tie stands still while relatives replace his shoulder boards. A woman works on one shoulder, a uniformed young man adjusts the other, and a young girl helps as two boys watch nearby. It's a close, celebratory moment of promotion.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a white dress shirt standing with his head slightly bowed as he receives a new shoulder board from a little girl standing directly in front of him?",
            "Is there a woman on the man's right who leans in to fasten an insignia to the man's right shoulder?",
            "Is there a young man on the man's left attaching a shoulder board to the man's left shoulder using both hands?",
            "Are two boys standing nearby watching, with the boy on the left side of the scene holding another shoulder board in both hands and the younger boy on the far right shown in side profile?",
            "Does the family form a close semicircle around the man as they carefully attach the shoulder boards?"
          ]
        }
      }
    },
    {
      "index": 49,
      "tiers": {
        "A": {
          "prompt": "A soldier congratulating another soldier with a handshake.",
          "question": "Does this image show \"A soldier congratulating another soldier with a handshake.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a line of uniformed service members, one man steps forward and congratulates a woman with a firm handshake while others look on.",
          "question": "Does this image show \"In a line of uniformed service members, one man steps forward and congratulates a woman with a firm handshake while others look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are several soldiers in camouflage standing in a row indoors?",
            "Is a man with closely cropped hair facing the row and shaking hands with a smiling woman in camouflage as they clasp hands?",
            "Is another soldier in camouflage standing beside the smiling woman in camouflage while she shakes hands with the man with closely cropped hair?",
            "Are additional service members watching nearby with flags visible in the background?"
          ]
        }
      }
    },
    {
      "index": 50,
      "tiers": {
        "A": {
          "prompt": "Two soccer players are battling for the ball near the touchline.",
          "question": "Does this image show \"Two soccer players are battling for the ball near the touchline.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A player in a white kit and a player in a blue-and-black kit are battling for the ball, leaning shoulder to shoulder by the sideline as each tries to poke it away.",
          "question": "Does this image show \"A player in a white kit and a player in a blue-and-black kit are battling for the ball, leaning shoulder to shoulder by the sideline as each tries to poke it away.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a white uniform controlling the ball at his feet along the edge of the pitch beside a painted line while a rival in a blue jersey and black shorts surges alongside the white-uniformed player?",
            "Are the player in a white uniform and the player in a blue jersey and black shorts colliding with arms out for balance as the blue-uniformed player reaches across for position and the white-uniformed player reaches a leg toward the ball in a tight battle for possession near the painted sideline?"
          ]
        }
      }
    },
    {
      "index": 51,
      "tiers": {
        "A": {
          "prompt": "A player leaps with the ball while opponents challenge him during a basketball match.",
          "question": "Does this image show \"A player leaps with the ball while opponents challenge him during a basketball match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During a basketball game, a yellow-uniformed player jumps up holding the ball as two players in black raise their arms to contest him, while nearby teammates look on.",
          "question": "Does this image show \"During a basketball game, a yellow-uniformed player jumps up holding the ball as two players in black raise their arms to contest him, while nearby teammates look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a player in a yellow uniform leaping into the air while holding the basketball high in the right hand, extending the left arm for balance, attemptting a shot?",
            "Are two defenders in black jerseys surrounding the airborne yellow-uniformed shooter, with one directly in front standing with both feet planted and both arms raised to contest, and another just behind, also facing the yellow-uniformed shooter, jumping to block?",
            "Is there another player in a yellow uniform in the background running toward the players contesting the shot while watching the play to provide support?"
          ]
        }
      }
    },
    {
      "index": 52,
      "tiers": {
        "A": {
          "prompt": "Track runners compete in a race with one another as they line up in their lanes at the start.",
          "question": "Does this image show \"Track runners compete in a race with one another as they line up in their lanes at the start.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three women on a blue track stand in lanes 8, 7, and 6, focused at their marks and competing in a race with each other.",
          "question": "Does this image show \"Three women on a blue track stand in lanes 8, 7, and 6, focused at their marks and competing in a race with each other.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three female athletes lined up side by side on a blue track in lanes 6, 7, and 8, preparing to start a race with officials and equipment behind them?",
            "Is the athlete in lane 8 standing upright and looking ahead as she prepares to start?",
            "Is the athlete in lane 7 looking down while adjusting her stance before the start?",
            "Is the athlete in lane 6 waiting with her hands on her hips before the start?"
          ]
        }
      }
    },
    {
      "index": 53,
      "tiers": {
        "A": {
          "prompt": "Two racers are competing in a ski match with each other, moving side by side on a snowy course.",
          "question": "Does this image show \"Two racers are competing in a ski match with each other, moving side by side on a snowy course.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Wearing race bibs 28 and 30, two biathletes are competing in a ski match with each other, skating along the trail with their poles driving as each tries to pull ahead.",
          "question": "Does this image show \"Wearing race bibs 28 and 30, two biathletes are competing in a ski match with each other, skating along the trail with their poles driving as each tries to pull ahead.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there an athlete in full red with bib number 30 gliding forward on a snowy biathlon course, planting ski poles in a strong skating motion as snow kicks up?",
            "Is there a competitor in black-and-red with bib number 28 striding alongside an athlete in full red with bib 30 while planting poles in a skating motion?",
            "Are the athlete in red with bib 30 and the competitor in black-and-red with bib 28 carrying rifles on their backs, wearing caps and goggles, and skiing close together in clear competition with each other?"
          ]
        }
      }
    },
    {
      "index": 54,
      "tiers": {
        "A": {
          "prompt": "A person in a camouflage jacket is reviewing a map with a colleague in a green uniform.",
          "question": "Does this image show \"A person in a camouflage jacket is reviewing a map with a colleague in a green uniform.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside a utilitarian room, two uniformed people are reviewing a map with each other; the person on the right in a camo jacket holds and indicates the folded map while the person on the left in a dark green jacket looks closely.",
          "question": "Does this image show \"Inside a utilitarian room, two uniformed people are reviewing a map with each other; the person on the right in a camo jacket holds and indicates the folded map while the person on the left in a dark green jacket looks closely.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two uniformed colleagues standing side by side in an industrial-looking interior, leaning their heads toward the same spot on a map while jointly reviewing the map?",
            "Is the colleague on the right, wearing a camouflage jacket and padded vest, gripping the lower edge of the map and gesturing across the paper while the colleague on the left in a green flight-style jacket steadies the other side and studies the details?"
          ]
        }
      }
    },
    {
      "index": 55,
      "tiers": {
        "A": {
          "prompt": "A player in yellow is jumping to get the soccer ball with a player in blue.",
          "question": "Does this image show \"A player in yellow is jumping to get the soccer ball with a player in blue.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the field, the player in yellow (number 17) leaps alongside the player in blue (number 4), both jumping to get the soccer ball with each other as it hangs above them.",
          "question": "Does this image show \"On the field, the player in yellow (number 17) leaps alongside the player in blue (number 4), both jumping to get the soccer ball with each other as it hangs above them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are the player in a yellow jersey number 17 and the player in a blue jersey number 4 jumping side by side to contest a soccer ball hovering just above their heads in front of the goal?",
            "Is the player in a yellow jersey number 17 jumping with knees bent and arms spread while the player in a blue jersey number 4 leans forward with one arm extended for balance?"
          ]
        }
      }
    },
    {
      "index": 56,
      "tiers": {
        "A": {
          "prompt": "A small group of American football players is huddling with their coach on the field.",
          "question": "Does this image show \"A small group of American football players is huddling with their coach on the field.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several football players in uniform are huddling with a coach, gathered close and facing him as he talks and they listen.",
          "question": "Does this image show \"Several football players in uniform are huddling with a coach, gathered close and facing him as he talks and they listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a coach wearing a cap speaking to a tight huddle of four uniformed football players as they lean in around him?",
            "On the left side of the huddle, are two players keeping their helmets on while facing inward?",
            "On the right side of the huddle, is a player wearing jersey number 13 without his helmet, turning inward toward the coach?",
            "Is there another teammate standing partly visible behind the huddle of players and coach?"
          ]
        }
      }
    },
    {
      "index": 57,
      "tiers": {
        "A": {
          "prompt": "A group of musicians is performing with their instruments on stage.",
          "question": "Does this image show \"A group of musicians is performing with their instruments on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Under stage lights, several musicians perform with their instruments: three horn players blow into microphones while a woman stands at a mic and a bassist plays at the side.",
          "question": "Does this image show \"Under stage lights, several musicians perform with their instruments: three horn players blow into microphones while a woman stands at a mic and a bassist plays at the side.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "From left to right, are three trumpet players raising their instruments and playing while facing forward on a stage?",
            "Is the leftmost horn player a man in a white shirt with suspenders playing a trumpet into a microphone while facing forward?",
            "Is the second horn player a curly-haired man in a blue shirt playing a trumpet into a microphone while facing forward?",
            "Is the center horn player a woman in a white shirt bringing her trumpet to the microphone while facing forward?",
            "Is there a woman in a red dress standing and appearing to sing while looking in his direction?",
            "Is the far-right player a seated man playing a double bass with his upper body visible as he faces slightly to the left?"
          ]
        }
      }
    },
    {
      "index": 58,
      "tiers": {
        "A": {
          "prompt": "A harmonica player is performing a concert with a guitarist.",
          "question": "Does this image show \"A harmonica player is performing a concert with a guitarist.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man playing harmonica is performing a concert with a guitarist who strums and sings beside him.",
          "question": "Does this image show \"A man playing harmonica is performing a concert with a guitarist who strums and sings beside him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a bearded man in a cap cupping a harmonica and playing it into a microphone on stage?",
            "Is a man in glasses standing slightly behind the bearded man in a cap while strumming an acoustic guitar and singing?",
            "Are the two musicians facing the audience and performing together in sync as a duo?"
          ]
        }
      }
    },
    {
      "index": 59,
      "tiers": {
        "A": {
          "prompt": "Two runners are racing side by side on a track.",
          "question": "Does this image show \"Two runners are racing side by side on a track.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in white shirts and dark shorts sprint down a blue track, racing shoulder to shoulder while linked by a short strap, with spectators watching from the stands.",
          "question": "Does this image show \"Two men in white shirts and dark shorts sprint down a blue track, racing shoulder to shoulder while linked by a short strap, with spectators watching from the stands.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "On a blue running track with lane lines, are two athletes in white tops and black shorts sprinting shoulder to shoulder while spectators watch from the stands?",
            "Are the two athletes sprinting side by side both wearing sunglasses?",
            "Are the two athletes sprinting side by side connected at their inside hands by a short tether to keep them aligned?"
          ]
        }
      }
    },
    {
      "index": 60,
      "tiers": {
        "A": {
          "prompt": "A naval officer is passing a ceremonial item to an older man as others look on by a ship.",
          "question": "Does this image show \"A naval officer is passing a ceremonial item to an older man as others look on by a ship.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During a shipboard ceremony, a decorated sailor in dress uniform passes a long, white?wrapped ceremonial object to an older man in a dark coat and scarf, while other officers and guests stand nearby watching.",
          "question": "Does this image show \"During a shipboard ceremony, a decorated sailor in dress uniform passes a long, white?wrapped ceremonial object to an older man in a dark coat and scarf, while other officers and guests stand nearby watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a senior sailor in dress blues with medals handing a long, white-wrapped ceremonial staff to an older man in a dark overcoat with a purple scarf, with each holding an opposite end?",
            "Are two officers in peaked caps standing just behind the senior sailor and the older man while the ceremonial staff is being passed between them?",
            "Is there a line of uniformed personnel and guests watching from the side as the senior sailor passes the white-wrapped ceremonial staff to the older man with the purple scarf?",
            "Is the exchange of the ceremonial staff taking place beside a large naval vessel?"
          ]
        }
      }
    },
    {
      "index": 61,
      "tiers": {
        "A": {
          "prompt": "One seated man is stretching to shake hands with another during a formal meeting.",
          "question": "Does this image show \"One seated man is stretching to shake hands with another during a formal meeting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated across small tables, the man in a dark suit on the left leans forward, stretching to shake hands with the man in a gray suit on the right, while two other people sit behind them observing the friendly exchange.",
          "question": "Does this image show \"Seated across small tables, the man in a dark suit on the left leans forward, stretching to shake hands with the man in a gray suit on the right, while two other people sit behind them observing the friendly exchange.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "In a formal meeting room, are two men seated opposite each other on single armchairs while stretching forward to shake hands across the space?",
            "Is the man on the left wearing a dark suit tilting to the right from the armchair and extending the right hand for the handshake while smiling warmly?",
            "Is the man on the right wearing a gray suit leaning left from the chair with the left hand resting on a sofa for balance while reaching out with the right hand to meet the handshake?",
            "Is a woman seated behind the man on the left, near the man on the left, watching the handshake attentively?",
            "Is another man seated behind the man in the gray suit quietly observing the exchange?"
          ]
        }
      }
    },
    {
      "index": 62,
      "tiers": {
        "A": {
          "prompt": "A man is supervising another man signing a book.",
          "question": "Does this image show \"A man is supervising another man signing a book.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal table, one man stands and leans over, pointing to the open page to supervise, while the other man sits with a pen and signs the book.",
          "question": "Does this image show \"At a formal table, one man stands and leans over, pointing to the open page to supervise, while the other man sits with a pen and signs the book.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a formal signing ceremony?",
            "Is there a man in a gray suit seated on the right who holds a pen and leans slightly forward as he signs an open book spread across the table?",
            "Is there a man in a black suit standing to the left who leans in and points to the page to guide the signing process?"
          ]
        }
      }
    },
    {
      "index": 63,
      "tiers": {
        "A": {
          "prompt": "A couple is waving to the crowd during a procession.",
          "question": "Does this image show \"A couple is waving to the crowd during a procession.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated side by side in a carriage, a man in a navy blue uniform lifts a white-gloved hand while the woman in a white gown and tiara raises her arm; together they are waving to the crowd with cheerful energy as they pass by.",
          "question": "Does this image show \"Seated side by side in a carriage, a man in a navy blue uniform lifts a white-gloved hand while the woman in a white gown and tiara raises her arm; together they are waving to the crowd with cheerful energy as they pass by.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a navy blue military uniform with gold accents in the carriage, facing forward and lifting his right hand high while smiling, visible from the waist up?",
            "Is there a woman in a white lace wedding gown wearing a tiara in the carriage, facing forward and raising her left hand enthusiastically while smiling brightly?",
            "Are the man in the military uniform and the woman in the wedding gown waving to the crowd with coordinated, celebratory gestures as the carriage proceeds?"
          ]
        }
      }
    },
    {
      "index": 64,
      "tiers": {
        "A": {
          "prompt": "Two uniformed military officers are sitting side by side at an outdoor ceremony.",
          "question": "Does this image show \"Two uniformed military officers are sitting side by side at an outdoor ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two senior officers in dark dress uniforms sit side by side on padded chairs behind a low brick wall, facing forward with a composed, attentive posture.",
          "question": "Does this image show \"Two senior officers in dark dress uniforms sit side by side on padded chairs behind a low brick wall, facing forward with a composed, attentive posture.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in dark military dress uniforms and peaked caps, with medals and rank insignia visible on their jackets, sitting side by side on blue leather chairs?",
            "Are the two uniformed men seated close together with their hands resting on their laps while looking straight ahead?",
            "Is a low brick wall running in front of the two seated uniformed men in an outdoor setting?"
          ]
        }
      }
    },
    {
      "index": 65,
      "tiers": {
        "A": {
          "prompt": "A man is shaking hands with a young boy while a small group of adults and children gather around them.",
          "question": "Does this image show \"A man is shaking hands with a young boy while a small group of adults and children gather around them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A suited man bends down and shakes hands with a young boy who steps forward to meet him. A smiling man stands just behind the boy, a woman stands to the left, and on the right an adult holds a small child when watching the greeting.",
          "question": "Does this image show \"A suited man bends down and shakes hands with a young boy who steps forward to meet him. A smiling man stands just behind the boy, a woman stands to the left, and on the right an adult holds a small child when watching the greeting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a black suit bending forward to the young child's level to greet the child with a handshake as the boy steps up to meet the man?",
            "Are the man in the black suit and the young child clasping hands firmly during the handshake, with the man smiling warmly and the child looking up with confidence?",
            "Is there a man in a red shirt standing behind the boy, smiling proudly while watching the handshake between the man in the black suit and the boy?",
            "Is there a woman on the left holding a phone while observing the handshake with a smile?",
            "Is there a man on the right who is holding a small child and looking on at the handshake?",
            "Is everyone's attention focused on the friendly handshake between the man in the black suit and the young child?"
          ]
        }
      }
    },
    {
      "index": 66,
      "tiers": {
        "A": {
          "prompt": "A man in military uniform admiring a buffet with a woman in uniform.",
          "question": "Does this image show \"A man in military uniform admiring a buffet with a woman in uniform.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a cafeteria counter, a smiling man and woman in military uniforms admire a breakfast buffet together, the man holding a white plate as they look over trays of pancakes, sausages, potatoes, and bacon.",
          "question": "Does this image show \"At a cafeteria counter, a smiling man and woman in military uniforms admire a breakfast buffet together, the man holding a white plate as they look over trays of pancakes, sausages, potatoes, and bacon.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two service members in camouflage standing side by side at a cafeteria buffet, with pans under a warmer holding sausage links, stacks of pancakes, diced potatoes, and bacon in front of the two service members?",
            "Is the man on the left in camouflage holding a white plate and laughing?",
            "Is the woman on the right in camouflage turned toward the man on the left while smiling?"
          ]
        }
      }
    },
    {
      "index": 67,
      "tiers": {
        "A": {
          "prompt": "In a football match, one player holds the ball while an opponent is tackling him.",
          "question": "Does this image show \"In a football match, one player holds the ball while an opponent is tackling him.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the field, a player in a dark sleeveless uniform grabs the yellow ball as a rival in white steps in and tackles from the side, with another dark-uniformed teammate closing in behind.",
          "question": "Does this image show \"On the field, a player in a dark sleeveless uniform grabs the yellow ball as a rival in white steps in and tackles from the side, with another dark-uniformed teammate closing in behind.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the ball carrier in a dark sleeveless kit bent forward clutching a yellow ball while a defender in a white kit drives in from the ball carrier's right, wrapping an arm around the ball carrier's torso and reaching for the ball to tackle the ball carrier?",
            "Is another player in a dark kit immediately behind the ball carrier in the dark sleeveless kit, following closely to support during the tackle?",
            "Are the three athletes bunched together on the grass at the instant of the tackle, with bodies colliding and faces strained?"
          ]
        }
      }
    },
    {
      "index": 68,
      "tiers": {
        "A": {
          "prompt": "A man is holding hands and gesturing to the crowd with a woman.",
          "question": "Does this image show \"A man is holding hands and gesturing to the crowd with a woman.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In front of a blue backdrop, a man and a woman stand side by side, holding hands and gesturing to the crowd together, each lifting their free hand in greeting.",
          "question": "Does this image show \"In front of a blue backdrop, a man and a woman stand side by side, holding hands and gesturing to the crowd together, each lifting their free hand in greeting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "On a stage with a blue backdrop, is a man in a dark suit with a red tie standing to the right of a woman in a dark dress as they face forward holding hands between them?",
            "Is the woman in the dark dress waving with her left hand while the man in the dark suit with a red tie raises his right hand high?"
          ]
        }
      }
    },
    {
      "index": 69,
      "tiers": {
        "A": {
          "prompt": "Two musicians perform a duet together.",
          "question": "Does this image show \"Two musicians perform a duet together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A vocalist leans in with a microphone, performing a duet with a pianist seated at a grand piano, both dressed in dark clothing and wearing sunglasses.",
          "question": "Does this image show \"A vocalist leans in with a microphone, performing a duet with a pianist seated at a grand piano, both dressed in dark clothing and wearing sunglasses.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two performers onstage under soft, warm lighting performing a duet together?",
            "Is the performer on the left wearing a black suit and sunglasses while holding a microphone close to the mouth and leaning toward the pianist on the right?",
            "Is the pianist on the right wearing sunglasses and a black shirt with a patterned scarf while seated at a glossy grand piano and playing while looking forward?"
          ]
        }
      }
    },
    {
      "index": 70,
      "tiers": {
        "A": {
          "prompt": "A person leans in to guide a student in drawing at a table.",
          "question": "Does this image show \"A person leans in to guide a student in drawing at a table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a classroom setting, a man bends over a seated student and gestures toward the student's sketchbook while the student holds a pencil, as others nearby continue sketching. He is guiding the student in drawing.",
          "question": "Does this image show \"In a classroom setting, a man bends over a seated student and gestures toward the student's sketchbook while the student holds a pencil, as others nearby continue sketching. He is guiding the student in drawing.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a standing man in a dark T-shirt leaning over the shoulder of a seated student with glasses, pointing and demonstrating on an open sketchbook while the student follows with a pencil?",
            "On the left side of the scene, is a student in a blue shirt sketching on a pad at the shared drawing table?",
            "On the right side of the table, is a fourth person's hand visible working on a drawing?",
            "Are sketchbooks and pencils on the table along with a supply box and a drink?"
          ]
        }
      }
    },
    {
      "index": 71,
      "tiers": {
        "A": {
          "prompt": "Service members carry a flag-draped casket with fellow pallbearers.",
          "question": "Does this image show \"Service members carry a flag-draped casket with fellow pallbearers.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "An honor guard in dress blue uniforms moves in step, carrying a flag-draped casket with their teammates through a cemetery. They walk side by side, each gripping the casket as part of the group.",
          "question": "Does this image show \"An honor guard in dress blue uniforms moves in step, carrying a flag-draped casket with their teammates through a cemetery. They walk side by side, each gripping the casket as part of the group.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a ceremonial honor guard in matching dark dress uniforms forming two files on either side of a flag-draped casket?",
            "Are the pallbearers in dark dress uniforms carrying the flag-draped casket with both hands under the rail while stepping forward in synchronized motion?",
            "Is there a leader at the front of the procession guiding the group carrying the flag-draped casket?",
            "Do rows of headstones and a carriage wheel appear in the background behind the honor guard's solemn procession?"
          ]
        }
      }
    },
    {
      "index": 72,
      "tiers": {
        "A": {
          "prompt": "A soldier wearing a Santa hat is shaking hands with another soldier.",
          "question": "Does this image show \"A soldier wearing a Santa hat is shaking hands with another soldier.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a military yard, a soldier in a red Santa hat is shaking hands with a fellow soldier in gear as other troops stand in the background.",
          "question": "Does this image show \"In a military yard, a soldier in a red Santa hat is shaking hands with a fellow soldier in gear as other troops stand in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the taller soldier on the left, wearing a red Santa hat and sunglasses over a camouflage uniform, leaning in while shaking the right hand of the soldier on the right who faces him in a boonie hat and body armor?",
            "In the background near concrete barriers, are several uniformed troops gathered watching and talking?"
          ]
        }
      }
    },
    {
      "index": 73,
      "tiers": {
        "A": {
          "prompt": "A soldier shows fellow soldiers how the gamma detector works.",
          "question": "Does this image show \"A soldier shows fellow soldiers how the gamma detector works.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside a field tent, a uniformed instructor holds a handheld gamma detector with its cylindrical probe, showing the other soldiers how the gamma detector works as they watch.",
          "question": "Does this image show \"Inside a field tent, a uniformed instructor holds a handheld gamma detector with its cylindrical probe, showing the other soldiers how the gamma detector works as they watch.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are several soldiers in camouflage gathered around a workstation inside a white-lined field tent?",
            "Is a soldier at the center demonstrating a gamma detector by holding a beige control unit in one hand and extending a metal cylindrical probe with the other while gesturing and speaking as the surrounding soldiers look on?"
          ]
        }
      }
    },
    {
      "index": 74,
      "tiers": {
        "A": {
          "prompt": "Three uniformed service members toss lanyards to a crowd from an upper level.",
          "question": "Does this image show \"Three uniformed service members toss lanyards to a crowd from an upper level.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a raised platform behind a cable railing, three uniformed service members hold red-and-yellow lanyards and reach out together, tossing them down to the crowd below.",
          "question": "Does this image show \"On a raised platform behind a cable railing, three uniformed service members hold red-and-yellow lanyards and reach out together, tossing them down to the crowd below.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three uniformed service members in dress uniforms and caps standing side by side on an elevated platform behind a cable barrier, working together to toss lanyards to a crowd below?",
            "Is the service member on the left extending one arm toward the people below while gripping more lanyards in the other hand?",
            "Is the service member in the middle facing forward and holding several lanyards, poised to release them?",
            "Is the service member on the right smiling while readying another bundle of lanyards?"
          ]
        }
      }
    },
    {
      "index": 75,
      "tiers": {
        "A": {
          "prompt": "In the ring, one wrestler is wrestling with another, lifting him across his shoulders.",
          "question": "Does this image show \"In the ring, one wrestler is wrestling with another, lifting him across his shoulders.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two wrestlers are wrestling with each other in the ring; the bigger man in a bright singlet hoists his opponent onto his shoulders while the crowd watches.",
          "question": "Does this image show \"Two wrestlers are wrestling with each other in the ring; the bigger man in a bright singlet hoists his opponent onto his shoulders while the crowd watches.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a powerfully built wrestler in a yellow-orange singlet and red knee pads stepping forward inside the ring ropes with his mouth open while carrying a blond opponent across both shoulders?",
            "Is the blond opponent in short trunks and white boots hanging facedown over both shoulders of his opponent, with one arm dangling and his knees draped on either side?",
            "Are spectators around the ring watching as the hold is applied?"
          ]
        }
      }
    },
    {
      "index": 76,
      "tiers": {
        "A": {
          "prompt": "Two men in suits are consulting with each other over a document.",
          "question": "Does this image show \"Two men in suits are consulting with each other over a document.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a formal setting, one man consults with another, gesturing as they look at papers the other is holding, while a few people sit in the background.",
          "question": "Does this image show \"In a formal setting, one man consults with another, gesturing as they look at papers the other is holding, while a few people sit in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the image showing two men in dark suits at the center standing close and angled toward one another while consulting over a shared document?",
            "Within the central pair of men in dark suits, is the man on the left speaking while making a small hand gesture?",
            "Within the central pair of men in dark suits, is the man on the right holding several pages open and glancing down at the text as he listens?",
            "Is there a person in a military uniform visible in the background, separate from the two men in dark suits at the center?"
          ]
        }
      }
    },
    {
      "index": 77,
      "tiers": {
        "A": {
          "prompt": "A man is shaking hands with another man.",
          "question": "Does this image show \"A man is shaking hands with another man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a bright, formal room, a man in a dark suit is shaking hands with another suited man as they smile at each other, while a woman stands just behind them watching.",
          "question": "Does this image show \"In a bright, formal room, a man in a dark suit is shaking hands with another suited man as they smile at each other, while a woman stands just behind them watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left in a dark suit with a light blue shirt shaking hands with the gray?haired man on the right in a dark suit, facing each other with their right hands clasped while leaning in slightly with friendly smiles and eye contact?",
            "Is a woman in dark clothing standing a step behind the two men with her hands together and a small smile?",
            "Does the handshake take place in a room with pale walls, tall curtains, and light chairs visible in the background?"
          ]
        }
      }
    },
    {
      "index": 78,
      "tiers": {
        "A": {
          "prompt": "One man applauding another during a formal moment.",
          "question": "Does this image show \"One man applauding another during a formal moment.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in dark suits stand side by side; the man on the left smiles and is applauding, while the man on the right, wearing a medal on his jacket, looks toward him.",
          "question": "Does this image show \"Two men in dark suits stand side by side; the man on the left smiles and is applauding, while the man on the right, wearing a medal on his jacket, looks toward him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left in a suit applauding with raised hands and a pleased smile toward the suited man on the right?",
            "Is the man on the right in a suit, wearing a medal and a patterned tie, standing with hands at his sides and a reserved expression while facing the applauding man on the left?"
          ]
        }
      }
    },
    {
      "index": 79,
      "tiers": {
        "A": {
          "prompt": "In a basketball game, a player in black is attacking a defender in white at the rim.",
          "question": "Does this image show \"In a basketball game, a player in black is attacking a defender in white at the rim.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During live play, a black-uniformed player attacks a white-uniformed defender by leaping toward the hoop for a shot, while the defender jumps to contest and two nearby players watch.",
          "question": "Does this image show \"During live play, a black-uniformed player attacks a white-uniformed defender by leaping toward the hoop for a shot, while the defender jumps to contest and two nearby players watch.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a black uniform leaping directly beside the hoop with the ball raised, attacking a white-uniformed defender to finish at the rim?",
            "Does the white-uniformed defender meet the airborne attacker in midair with an arm fully extended to block, with their bodies colliding beneath the basket?",
            "Are an additional player in a white uniform and another in a black uniform standing a step away in the lane watching the midair contest?"
          ]
        }
      }
    },
    {
      "index": 80,
      "tiers": {
        "A": {
          "prompt": "Two performers are dancing with each other on a dimly lit stage.",
          "question": "Does this image show \"Two performers are dancing with each other on a dimly lit stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two adults in suits are dancing with each other in a close, forward-facing position, the front dancer stepping ahead as the partner just behind moves in sync under the stage lights.",
          "question": "Does this image show \"Two adults in suits are dancing with each other in a close, forward-facing position, the front dancer stepping ahead as the partner just behind moves in sync under the stage lights.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two performers in dark suits dancing together in a forward-facing position on a wooden stage under a spotlight against a dark background?",
            "Is the front dancer, wearing an oversized jacket and white shirt, keeping the arms relaxed and looking downward while stepping ahead?",
            "Is the partner just behind, dressed in a striped suit with a tie, matching the front dancer's stride almost shoulder to shoulder with their bodies nearly touching?"
          ]
        }
      }
    },
    {
      "index": 81,
      "tiers": {
        "A": {
          "prompt": "Two performers are dancing with each other onstage.",
          "question": "Does this image show \"Two performers are dancing with each other onstage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man in a black jacket is dancing with a woman in a sparkly black outfit, both using microphones as they perform together onstage.",
          "question": "Does this image show \"A man in a black jacket is dancing with a woman in a sparkly black outfit, both using microphones as they perform together onstage.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are a man in a black jacket and dark jeans and a woman in a glittering black dress and knee-high boots dancing side by side in coordinated motions while facing the audience?",
            "Is the man in the black jacket stepping forward while swinging one arm during the dance?",
            "Is the woman in the glittering black dress holding a microphone in one hand and extending the other arm while leaning into the move with hair flying?",
            "Is another performer standing slightly behind the man in the black jacket and the woman in the glittering black dress?"
          ]
        }
      }
    },
    {
      "index": 82,
      "tiers": {
        "A": {
          "prompt": "Two visitors are answering questions from a group of uniformed soldiers.",
          "question": "Does this image show \"Two visitors are answering questions from a group of uniformed soldiers.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At the center, two older men in white polos answer questions from several soldiers in camouflage, with two women in headscarves up front as others listen and smile.",
          "question": "Does this image show \"At the center, two older men in white polos answer questions from several soldiers in camouflage, with two women in headscarves up front as others listen and smile.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are camouflage-clad soldiers arranged in a loose semicircle facing two gray-haired men wearing white polo shirts?",
            "Are the two gray-haired men in white polo shirts leaning in and smiling while answering questions from the soldiers?",
            "Are two women wearing black headscarves and camouflage uniforms the closest questioners engaging the two gray-haired men in white polo shirts?",
            "Are additional uniformed personnel, including one in a tan outfit, looking on against a backdrop with emblems?"
          ]
        }
      }
    },
    {
      "index": 83,
      "tiers": {
        "A": {
          "prompt": "A group of cyclists are racing bicycles with one another on a narrow road.",
          "question": "Does this image show \"A group of cyclists are racing bicycles with one another on a narrow road.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a tree-lined road, a lead rider in a white helmet pushes ahead while several others cluster close behind, racing bicycles with him in a tight pack.",
          "question": "Does this image show \"On a tree-lined road, a lead rider in a white helmet pushes ahead while several others cluster close behind, racing bicycles with him in a tight pack.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a lead cyclist wearing a white helmet and a red-blue kit leaning low over the handlebars at the front of the group on a shaded country road?",
            "Are riders in green and white kits crowded close behind the front rider with their heads down, pedaling in rhythm?",
            "Is the small peloton tightly bunched with only a short gap between wheels as they race along a shaded country road?"
          ]
        }
      }
    },
    {
      "index": 84,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is putting a medal on an older man in a decorated uniform.",
          "question": "Does this image show \"A man in a suit is putting a medal on an older man in a decorated uniform.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal ceremony, a suited presenter is putting a medal on the chest of an elderly uniformed man as they face each other.",
          "question": "Does this image show \"At a formal ceremony, a suited presenter is putting a medal on the chest of an elderly uniformed man as they face each other.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a dark suit and tie standing before an elderly man in a dark uniform and using both hands to pin a medal on the left side of the elderly man's uniform, fastening the pin beneath existing badges?",
            "Is the elderly man in a dark uniform standing still and looking straight ahead while a medal is being secured on the elderly man's uniform?"
          ]
        }
      }
    },
    {
      "index": 85,
      "tiers": {
        "A": {
          "prompt": "One uniformed service member pins a medal on another during a ceremony.",
          "question": "Does this image show \"One uniformed service member pins a medal on another during a ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two service members in tan uniforms face each other; the person on the left pins a medal on the right person's chest as the recipient stands at attention.",
          "question": "Does this image show \"Two service members in tan uniforms face each other; the person on the left pins a medal on the right person's chest as the recipient stands at attention.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the service member on the left in a tan dress uniform and dark green cap using both hands to pin a small red medal onto the right service member's shirt pocket below a row of colorful ribbons?",
            "Are both people wearing tan dress uniforms with dark green caps and standing close together in a formal indoor setting?",
            "Is the service member on the right standing straight and looking forward while receiving the medal?"
          ]
        }
      }
    },
    {
      "index": 86,
      "tiers": {
        "A": {
          "prompt": "A standing soldier shakes hands with a seated soldier at a dining table as other soldiers sit nearby.",
          "question": "Does this image show \"A standing soldier shakes hands with a seated soldier at a dining table as other soldiers sit nearby.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a mess hall, a soldier who is standing reaches over to shake hands with a seated soldier on the left, while two fellow soldiers at the table with meal trays look on.",
          "question": "Does this image show \"In a mess hall, a soldier who is standing reaches over to shake hands with a seated soldier on the left, while two fellow soldiers at the table with meal trays look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four uniformed soldiers gathered around a table in a military dining facility?",
            "Is a soldier standing behind the three seated soldiers leaning in to shake hands with the soldier seated on the left who is wearing clear protective glasses?",
            "Are the soldiers seated in the middle and on the right turned toward the handshake between the standing soldier and the left-seated soldier, pausing over their food trays as they watch?"
          ]
        }
      }
    },
    {
      "index": 87,
      "tiers": {
        "A": {
          "prompt": "Several men crouch together, planting trees with each other.",
          "question": "Does this image show \"Several men crouch together, planting trees with each other.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A small group of men in suits and traditional hats kneel over the soil to plant trees together, while others crowd in close to watch.",
          "question": "Does this image show \"A small group of men in suits and traditional hats kneel over the soil to plant trees together, while others crowd in close to watch.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two suited men wearing brimless hats crouching in the foreground by a patch of soil, each holding a thin sapling by the roots, with one lowering a sapling into a shallow hole while the other holds another sapling nearby?",
            "Are several other men gathered around the crouching pair, leaning in and smiling, with some pointing or offering helping hands toward the planting?",
            "Does the scene show the group working together to plant young trees into the ground?"
          ]
        }
      }
    },
    {
      "index": 88,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer is bestowing a medal to another officer during a formal ceremony.",
          "question": "Does this image show \"A uniformed officer is bestowing a medal to another officer during a formal ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In an outdoor ceremony, one officer in a dark dress uniform bestows a neck medal to another uniformed officer, while ceremonial guards in historical-style uniforms stand nearby with flags.",
          "question": "Does this image show \"In an outdoor ceremony, one officer in a dark dress uniform bestows a neck medal to another uniformed officer, while ceremonial guards in historical-style uniforms stand nearby with flags.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an officer in a dark dress uniform stepping in close to fasten a magenta neck ribbon around another officer's collar to bestow a medal?",
            "Is the recipient officer, wearing a cap and a decorated jacket, standing at attention and facing the officer in a dark dress uniform who is fastening the ribbon?",
            "Are two color guard members in colonial-style uniforms standing beside the officers with a flag and watching the medal presentation to frame the moment?"
          ]
        }
      }
    },
    {
      "index": 89,
      "tiers": {
        "A": {
          "prompt": "In military uniform, one service member is presenting a medal to another with a firm handshake.",
          "question": "Does this image show \"In military uniform, one service member is presenting a medal to another with a firm handshake.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Outdoors, three service members in camouflage stand together as the man in the center is presenting a medal to the man on the left?he offers a red award case and shakes the recipient's hand?while the third member on the right looks on.",
          "question": "Does this image show \"Outdoors, three service members in camouflage stand together as the man in the center is presenting a medal to the man on the left?he offers a red award case and shakes the recipient's hand?while the third member on the right looks on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man in the middle in a camouflage uniform presenting a medal to the man on the left by extending a red presentation case while shaking hands with the man on the left?",
            "Is the man on the left in a camouflage uniform facing the man in the middle with a ribbon pinned to his chest?",
            "Is a man in a camouflage uniform standing to the right of the man in the middle, observing the medal handoff?"
          ]
        }
      }
    },
    {
      "index": 90,
      "tiers": {
        "A": {
          "prompt": "Two uniformed service members face each other, saluting.",
          "question": "Does this image show \"Two uniformed service members face each other, saluting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In an indoor military setting, a man on the left and a woman on the right in desert camouflage uniforms stand facing one another and exchange salutes, with flags behind them.",
          "question": "Does this image show \"In an indoor military setting, a man on the left and a woman on the right in desert camouflage uniforms stand facing one another and exchange salutes, with flags behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "From left to right, is a uniformed man on the left saluting while a uniformed woman on the right smiles and returns the salute, with a U.S. flag and a red flag behind them?",
            "Is the uniformed man on the left raising his right hand to his cap in a salute?",
            "Is there a third uniformed person in the background watching two uniformed personnel saluting each other?"
          ]
        }
      }
    },
    {
      "index": 91,
      "tiers": {
        "A": {
          "prompt": "Two women are watching a video on a laptop with several people, including uniformed soldiers, gathered around them.",
          "question": "Does this image show \"Two women are watching a video on a laptop with several people, including uniformed soldiers, gathered around them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a table, two women sit facing a polka-dot laptop, watching a video with a soldier seated beside them, a man in a cap leaning in from the side, and a few others in military uniforms standing behind, all focused on the screen.",
          "question": "Does this image show \"At a table, two women sit facing a polka-dot laptop, watching a video with a soldier seated beside them, a man in a cap leaning in from the side, and a few others in military uniforms standing behind, all focused on the screen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there an open polka-dot laptop on a table with several people gathered around it?",
            "Are two women in casual clothes seated closest to the open polka-dot laptop, watching a video on its screen?",
            "Is a man in a camouflage uniform positioned to the right of the two seated women, with arms folded while looking at the laptop?",
            "Is a man in a dark sweater and baseball cap leaning in from the left toward the laptop?",
            "Are additional people in military uniforms standing just behind the chairs at the table, focused on the laptop screen?"
          ]
        }
      }
    },
    {
      "index": 92,
      "tiers": {
        "A": {
          "prompt": "One person is administering an eye test to another using a handheld scope.",
          "question": "Does this image show \"One person is administering an eye test to another using a handheld scope.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a compact, equipment-filled room, the person on the left administers an eye test to the person on the right by peering through a handheld eye-exam device and lifting the patient's upper eyelid while the patient keeps still.",
          "question": "Does this image show \"In a compact, equipment-filled room, the person on the left administers an eye test to the person on the right by peering through a handheld eye-exam device and lifting the patient's upper eyelid while the patient keeps still.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the examiner on the left wearing a headset and administering an eye test to the patient on the right using a white handheld device positioned at the patient's eye?",
            "Is the examiner on the left bracing the patient on the right by holding the forehead with one hand and gently lifting the upper eyelid while looking through the device's eyepiece?",
            "Is the patient on the right, in a light jumpsuit, facing the instrument with eyes open and holding steady to cooperate with the examination?"
          ]
        }
      }
    },
    {
      "index": 93,
      "tiers": {
        "A": {
          "prompt": "A group of officials is being interviewed by the press outdoors.",
          "question": "Does this image show \"A group of officials is being interviewed by the press outdoors.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three officials stand together while a TV reporter holds out a microphone and a camera films, with one man speaking as the others listen.",
          "question": "Does this image show \"Three officials stand together while a TV reporter holds out a microphone and a camera films, with one man speaking as the others listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three officials standing side by side facing the press during an on-camera interview?",
            "Is there a female reporter in a blue top standing in the foreground with her back to the camera while holding a microphone toward the officials, with a television camera beside her recording the scene?",
            "Is there a man in a blue shirt among the officials who is speaking and gesturing with both hands as he responds to the reporter?",
            "Is there a man in an orange shirt standing beside the man in the blue shirt who is listening attentively while facing the reporter?",
            "Is there a man in a light blue shirt on the right who is angled slightly toward the man in the blue shirt while watching closely?"
          ]
        }
      }
    },
    {
      "index": 94,
      "tiers": {
        "A": {
          "prompt": "A uniformed soldier shakes another soldier's hand during a lineup.",
          "question": "Does this image show \"A uniformed soldier shakes another soldier's hand during a lineup.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In an indoor lineup of troops in camouflage, a tall, bald soldier on the left is shaking a female soldier's hand while others stand beside her.",
          "question": "Does this image show \"In an indoor lineup of troops in camouflage, a tall, bald soldier on the left is shaking a female soldier's hand while others stand beside her.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a tall man in camouflage on the left leaning forward and shaking the right hand of a woman in camouflage with glasses on the right?",
            "Is there a row of soldiers standing shoulder to shoulder next to the woman in camouflage with glasses on the right, looking straight ahead?",
            "Is a bright screen with large military emblems visible in the background behind the man in camouflage on the left and the woman in camouflage with glasses on the right who are shaking hands?"
          ]
        }
      }
    },
    {
      "index": 95,
      "tiers": {
        "A": {
          "prompt": "Two people are presenting with a slideshow.",
          "question": "Does this image show \"Two people are presenting with a slideshow.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At the front of a meeting room, one person gestures toward a projected slide while the other stands beside them with a thoughtful hand to the chin; they are presenting with a slideshow.",
          "question": "Does this image show \"At the front of a meeting room, one person gestures toward a projected slide while the other stands beside them with a thoughtful hand to the chin; they are presenting with a slideshow.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two presenters standing beside a projection screen during a slideshow in a conference setting?",
            "Is there a presenter on the left wearing a blue T-shirt who faces the audience while glancing toward the screen and gesturing with both hands while explaining the content?",
            "Is there a presenter in a yellow plaid shirt standing near the screen with one hand on the chin and the other in a pocket, looking at the screen with a thoughtful expression?",
            "Are the presenter in the blue T-shirt and the presenter in the yellow plaid shirt both looking toward the projection screen while standing beside it?"
          ]
        }
      }
    },
    {
      "index": 96,
      "tiers": {
        "A": {
          "prompt": "A host is recording a podcast with a guest at a studio desk, both seated at microphones.",
          "question": "Does this image show \"A host is recording a podcast with a guest at a studio desk, both seated at microphones.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men sit at a studio table with broadcast mics; the man on the right talks while the man on the left smiles, as the host records a podcast with his guest.",
          "question": "Does this image show \"Two men sit at a studio table with broadcast mics; the man on the right talks while the man on the left smiles, as the host records a podcast with his guest.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men at a desk in a studio with large microphones and recording gear, facing each other as they record a podcast?",
            "Is the gray-haired man on the right leaning toward his microphone and speaking?",
            "Is the man on the left wearing a tuxedo-print T-shirt and smiling?",
            "On the desk, are there a cake and a tablet showing numbers beside the man wearing an arm cuff?"
          ]
        }
      }
    },
    {
      "index": 97,
      "tiers": {
        "A": {
          "prompt": "Three crew members are juggling fruit with each other inside a spacecraft.",
          "question": "Does this image show \"Three crew members are juggling fruit with each other inside a spacecraft.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a space-station cabin, three people are juggling fruit with one another?apples and small oranges?letting the pieces float around them as they toss and catch together.",
          "question": "Does this image show \"In a space-station cabin, three people are juggling fruit with one another?apples and small oranges?letting the pieces float around them as they toss and catch together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three people in a compact spacecraft module juggling fruit together in microgravity, with oranges and apples hovering among the three people?",
            "Is the person on the left wearing a maroon shirt flipping a mix of small oranges and an apple?",
            "Is the person in the middle wearing a black shirt keeping several oranges and apples drifting in front of the person in the middle?",
            "Is the person on the right in a dark top reaching to pass and catch more oranges as part of the group juggle?"
          ]
        }
      }
    },
    {
      "index": 98,
      "tiers": {
        "A": {
          "prompt": "Two officials at a formal table are signing an agreement with each other.",
          "question": "Does this image show \"Two officials at a formal table are signing an agreement with each other.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a conference table marked with small national flags, two men in suits sit side by side and sign an agreement together, while a couple of others stand behind them.",
          "question": "Does this image show \"At a conference table marked with small national flags, two men in suits sit side by side and sign an agreement together, while a couple of others stand behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two suited men seated in red chairs at the same table with small Tunisian and Algerian flags placed between them while both lean forward to sign documents?",
            "Is the suited man on the left signing loose sheets while the suited man on the right signs a bound page?",
            "Are two onlookers standing behind the seated men observing the signing?"
          ]
        }
      }
    },
    {
      "index": 99,
      "tiers": {
        "A": {
          "prompt": "A man on a red carpet is saluting with a line of uniformed guards.",
          "question": "Does this image show \"A man on a red carpet is saluting with a line of uniformed guards.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a red carpet, a man in a white shirt with a medal walks between two ranks of ceremonial soldiers, saluting with them as they stand at attention and hold their formation with flags nearby.",
          "question": "Does this image show \"On a red carpet, a man in a white shirt with a medal walks between two ranks of ceremonial soldiers, saluting with them as they stand at attention and hold their formation with flags nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a formal honor-guard ceremony with a man in a white long-sleeved shirt, dark trousers, and a ribboned medal walking down a red carpet between two tight lines of soldiers in navy dress uniforms with white helmets and gold cords?",
            "Is the man in a white long-sleeved shirt with a ribboned medal on the red carpet raising his right hand to his brow in a salute while the officer beside him and the soldiers flanking the carpet also hold salutes and face straight ahead?",
            "Are flags displayed within the ranks of the soldiers lining the red carpet?"
          ]
        }
      }
    },
    {
      "index": 100,
      "tiers": {
        "A": {
          "prompt": "Five actors are performing in a play with one another, sitting close together on stage.",
          "question": "Does this image show \"Five actors are performing in a play with one another, sitting close together on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A cast of five sits shoulder-to-shoulder on a bench, performing in a play with one another; the woman in the middle leans toward the suited man beside her, the man at the far right holds a guitar, and they all face forward on stage.",
          "question": "Does this image show \"A cast of five sits shoulder-to-shoulder on a bench, performing in a play with one another; the woman in the middle leans toward the suited man beside her, the man at the far right holds a guitar, and they all face forward on stage.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing five performers seated in a tight row on a bench on stage, acting together in a play while facing forward?",
            "Is there a woman at the far left wearing a black dress who sits with her hands clasped in her lap and looks forward with a serious expression?",
            "Is there a man second from the left wearing a suit and hat who sits upright with his hands clasped together, focused straight ahead?",
            "Is there a woman in a light-colored dress sitting in the center who leans slightly toward the man on her right while resting one hand on his shoulder?",
            "Is there a man second from the right wearing a suit and bowler hat who holds a cigar in his hand and looks forward thoughtfully?",
            "Is there a man at the far right in a dark suit who holds a guitar and faces forward with a serious look?"
          ]
        }
      }
    },
    {
      "index": 101,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer is pinning a medal on another officer's chest.",
          "question": "Does this image show \"A uniformed officer is pinning a medal on another officer's chest.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two service members in blue dress uniforms face each other as the one on the left leans in, pinning a medal on the chest of the one on the right during a formal presentation.",
          "question": "Does this image show \"Two service members in blue dress uniforms face each other as the one on the left leans in, pinning a medal on the chest of the one on the right during a formal presentation.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the officer on the left in a blue dress uniform bending slightly and reaching forward with the right hand to pin a medal on the chest of the officer on the right?",
            "Is the officer on the right in a blue dress uniform standing straight, looking ahead with both arms at the sides, while receiving the medal near rows of colorful ribbons on the chest?",
            "Are two military officers in blue dress uniforms standing close together with flags visible behind them during a medal-pinning moment?"
          ]
        }
      }
    },
    {
      "index": 102,
      "tiers": {
        "A": {
          "prompt": "Two men are talking with each other while seated in armchairs.",
          "question": "Does this image show \"Two men are talking with each other while seated in armchairs.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a modest indoor room, a man in a dark suit on the left is talking with an elderly man on the right who wears a white turban and dark robe; both are seated facing each other and smiling as they converse.",
          "question": "Does this image show \"In a modest indoor room, a man in a dark suit on the left is talking with an elderly man on the right who wears a white turban and dark robe; both are seated facing each other and smiling as they converse.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left with silver hair and glasses in a dark suit seated in a cushioned wooden chair with arms resting on the armrests, speaking with a friendly smile?",
            "Is the older man on the right with a white beard wearing a white turban and black robe seated in a similar chair, leaning slightly forward and smiling while listening?",
            "Are the two men seated facing one another and engaged in conversation?",
            "Is a third person only partly visible at the edge of the image, not participating in the main exchange between the two seated men?"
          ]
        }
      }
    },
    {
      "index": 103,
      "tiers": {
        "A": {
          "prompt": "Two men in dress uniforms are shaking hands while a man in a suit stands between them.",
          "question": "Does this image show \"Two men in dress uniforms are shaking hands while a man in a suit stands between them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A uniformed man on the left is shaking hands with a uniformed man on the right, as the suited man between them watches with a cordial expression.",
          "question": "Does this image show \"A uniformed man on the left is shaking hands with a uniformed man on the right, as the suited man between them watches with a cordial expression.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left in a dark military dress with gold trim and shoulder cords shaking hands with the man on the right in a dark double-breasted uniform showing sleeve stripes and ribbon bars?",
            "Are the two uniformed men facing each other with their hands meeting firmly at the center while appearing friendly?",
            "Is a man in a dark suit with a striped tie standing close between the man on the left in dark military dress and the man on the right in a dark double-breasted uniform, watching the handshake with a small smile?"
          ]
        }
      }
    },
    {
      "index": 104,
      "tiers": {
        "A": {
          "prompt": "Three people are cooking at a barbecue with a crowd gathered around them.",
          "question": "Does this image show \"Three people are cooking at a barbecue with a crowd gathered around them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At an outdoor gathering, a woman and two men stand at a long grill, cooking at a barbecue while onlookers crowd behind them. They use tongs to turn rows of sausages and move them onto trays.",
          "question": "Does this image show \"At an outdoor gathering, a woman and two men stand at a long grill, cooking at a barbecue while onlookers crowd behind them. They use tongs to turn rows of sausages and move them onto trays.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "In the foreground, are three people working side by side at a large hotplate while several people nearby and others behind them watch?",
            "Is the woman on the left in a light shirt using tongs to place sausages across the grill?",
            "Is the man in a dark polo in the middle lifting browned sausages into a metal pan?",
            "Is the bald man on the right in a white shirt turning sausages on the grill with tongs?"
          ]
        }
      }
    },
    {
      "index": 105,
      "tiers": {
        "A": {
          "prompt": "On a ship's bridge, a naval officer points out features of the flight deck to another officer as a few shipmates look on.",
          "question": "Does this image show \"On a ship's bridge, a naval officer points out features of the flight deck to another officer as a few shipmates look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside the bridge, an officer in blue extends his arm toward the windows and instruments, pointing out features of the flight deck to a nearby officer in a dark uniform while several crew members stand behind them listening.",
          "question": "Does this image show \"Inside the bridge, an officer in blue extends his arm toward the windows and instruments, pointing out features of the flight deck to a nearby officer in a dark uniform while several crew members stand behind them listening.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an officer in a blue jumpsuit at the center standing by a radar console and papers with one arm fully outstretched toward the forward windows, pointing to indicate the flight deck?",
            "Is a colleague in a darker uniform beside the officer in a blue jumpsuit, leaning in to follow the pointing gesture toward the forward windows?",
            "Are two additional crew members positioned just behind the officer in a blue jumpsuit and the colleague in a darker uniform, watching and listening while facing the direction of the pointing gesture?"
          ]
        }
      }
    },
    {
      "index": 106,
      "tiers": {
        "A": {
          "prompt": "A president is joking with some players in a gym.",
          "question": "Does this image show \"A president is joking with some players in a gym.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "By the bleachers, a president in a sports vest is joking with two players in blue; he raises a hand while they laugh, with one player pointing back and holding a water bottle.",
          "question": "Does this image show \"By the bleachers, a president in a sports vest is joking with two players in blue; he raises a hand while they laugh, with one player pointing back and holding a water bottle.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a president wearing a sports vest chatting and joking with two basketball players in blue uniforms beside the bleachers?",
            "Is the president wearing a sports vest facing the two basketball players with a wide grin while raising the left hand in a playful gesture as if delivering a punchline?",
            "Is the taller basketball player on the left, with hair tied back in a bun, leaning in laughing while pointing with the right hand and holding a water bottle in the left hand?",
            "Is the other basketball player standing next to the taller player leaning casually against the bleachers while smiling and watching the exchange with the president?"
          ]
        }
      }
    },
    {
      "index": 107,
      "tiers": {
        "A": {
          "prompt": "Two men stand by a large window, gazing out at the landscape together.",
          "question": "Does this image show \"Two men stand by a large window, gazing out at the landscape together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At the window, a man in a blue shirt is gazing out at the landscape with another man in a white uniform; side by side they look over the green treetops and distant hills.",
          "question": "Does this image show \"At the window, a man in a blue shirt is gazing out at the landscape with another man in a white uniform; side by side they look over the green treetops and distant hills.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a blue button-down standing shoulder to shoulder with a person in a white uniform along a wall of tall windows while facing the view outside?",
            "Are the man in the blue button-down and the person in the white uniform gazing out at bright green trees, a neat lawn, and a hazy ridge beyond?",
            "Are the reflections of the man in the blue button-down and the person in the white uniform faintly visible in the window glass as they look out?"
          ]
        }
      }
    },
    {
      "index": 108,
      "tiers": {
        "A": {
          "prompt": "A player is evading an opponent during an AFL match.",
          "question": "Does this image show \"A player is evading an opponent during an AFL match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During an AFL match, the red-and-white player cradles the oval ball while evading a tackle, extending one arm to fend off a black-and-yellow opponent who lunges forward with an outstretched hand as they sprint.",
          "question": "Does this image show \"During an AFL match, the red-and-white player cradles the oval ball while evading a tackle, extending one arm to fend off a black-and-yellow opponent who lunges forward with an outstretched hand as they sprint.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing an AFL match with a ball carrier in red and white tucking the ball under the ball carrier's right arm while striding forward?",
            "Is the ball carrier in red and white veering left and extending the left arm to fend off an approaching opponent in black and yellow?",
            "Is an opponent in black and yellow lunging from the side, leaning forward and stretching out the right arm to grab the red and white runner's wrist?",
            "Is another red and white player standing in the background watching the play?"
          ]
        }
      }
    },
    {
      "index": 109,
      "tiers": {
        "A": {
          "prompt": "A man is voting in an election with others standing beside him.",
          "question": "Does this image show \"A man is voting in an election with others standing beside him.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a polling table, a man in a black turban and robe drops his ballot into a clear box, voting in an election with a young man at his side while several men behind them look on.",
          "question": "Does this image show \"At a polling table, a man in a black turban and robe drops his ballot into a clear box, voting in an election with a young man at his side while several men behind them look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a black turban and dark robe sliding a folded paper into a large transparent ballot box with a blue lid at a table that also has a second large transparent ballot box with an orange lid?",
            "Is a teenage boy standing to the left of the man in a black turban and dark robe as the man votes at the blue-lidded ballot box?",
            "Is a small group of men gathered behind the man in a black turban and dark robe and the teenage boy watching the voting, with a couple of the men holding papers?"
          ]
        }
      }
    },
    {
      "index": 110,
      "tiers": {
        "A": {
          "prompt": "Four men pose for a photo with each other, lifting clenched fists while a championship belt is held across the front.",
          "question": "Does this image show \"Four men pose for a photo with each other, lifting clenched fists while a championship belt is held across the front.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Four men stand close together, three in matching red?white?blue tracksuits and one in a white shirt, posing for a photo with each other as they extend their fists toward the camera and display a large red?and?gold championship belt in front.",
          "question": "Does this image show \"Four men stand close together, three in matching red?white?blue tracksuits and one in a white shirt, posing for a photo with each other as they extend their fists toward the camera and display a large red?and?gold championship belt in front.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three men in matching tricolor athletic jackets flanking a man in a white shirt while posing together for a photo?",
            "Are the three men in matching tricolor athletic jackets and the man in a white shirt all angling their right fists toward the camera in a celebratory pose?",
            "Is the man in a white shirt holding a red-and-gold championship belt across the front while the three men in matching tricolor athletic jackets crowd in beside him, smiling?"
          ]
        }
      }
    },
    {
      "index": 111,
      "tiers": {
        "A": {
          "prompt": "Three well-dressed adults are talking with one another at an indoor gathering.",
          "question": "Does this image show \"Three well-dressed adults are talking with one another at an indoor gathering.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A woman in a bright blue suit is talking with two men in suits, standing close together, smiling and engaged in conversation at what looks like a reception.",
          "question": "Does this image show \"A woman in a bright blue suit is talking with two men in suits, standing close together, smiling and engaged in conversation at what looks like a reception.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three formally dressed people standing in a small circle facing each other at a reception?",
            "Is the woman on the left wearing a bright blue suit and holding a drink?",
            "Is the man in the middle wearing a dark pinstripe suit and holding a glass?",
            "Is the man on the right in a jacket and tie smiling and speaking with one hand in his pocket while making eye contact with the woman on the left and the man in the middle?"
          ]
        }
      }
    },
    {
      "index": 112,
      "tiers": {
        "A": {
          "prompt": "Two players are playing basketball with each other on an indoor court.",
          "question": "Does this image show \"Two players are playing basketball with each other on an indoor court.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On an indoor court, a player in a red jersey is playing basketball with a defender in blue, dribbling as he tries to drive past while the other moves to stay in front, with a few people watching from the sideline.",
          "question": "Does this image show \"On an indoor court, a player in a red jersey is playing basketball with a defender in blue, dribbling as he tries to drive past while the other moves to stay in front, with a few people watching from the sideline.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a red-clad basketball player dribbling low with the right hand toward the right side while a blue-clad defender slides alongside with an arm out to cut off the red player's path?",
            "Are several people along the wall watching the play unfold?"
          ]
        }
      }
    },
    {
      "index": 113,
      "tiers": {
        "A": {
          "prompt": "A player in white is fighting for the soccer ball with a player in black-and-yellow stripes.",
          "question": "Does this image show \"A player in white is fighting for the soccer ball with a player in black-and-yellow stripes.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the field, a player in white is fighting for the soccer ball with a black-and-yellow striped opponent, running side by side and leaning in as they try to reach the ball rolling ahead of them.",
          "question": "Does this image show \"On the field, a player in white is fighting for the soccer ball with a black-and-yellow striped opponent, running side by side and leaning in as they try to reach the ball rolling ahead of them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the player in white, number 26, racing shoulder to shoulder with the player in black-and-yellow stripes while fighting for the soccer ball?",
            "Is the player in black-and-yellow stripes angled to shield the ball from the player in white, number 26, while the player in white presses from slightly behind with an arm out for balance?",
            "Is the soccer ball rolling just in front of the feet of the player in white, number 26, and the player in black-and-yellow stripes as the two players sprint to gain possession?"
          ]
        }
      }
    },
    {
      "index": 114,
      "tiers": {
        "A": {
          "prompt": "Two women are performing a traditional dance together on stage.",
          "question": "Does this image show \"Two women are performing a traditional dance together on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two women are performing a dance with each other on stage; the standing dancer in vibrant costume extends an arm and steps forward as her partner crouches near her, responding with an expressive face and hand gesture.",
          "question": "Does this image show \"Two women are performing a dance with each other on stage; the standing dancer in vibrant costume extends an arm and steps forward as her partner crouches near her, responding with an expressive face and hand gesture.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two women performing a traditional dance together on a stage?",
            "Is the dancer on the right wearing a colorful, ornate costume with a crown and garlands, standing in the foreground with full body visible and smiling, with left hand on hip, right arm extended outward with a flat palm, and one foot placed forward in a stylized pose?",
            "Is there a second dancer beside the dancer on the right who is dressed in a blue sari with gold jewelry while kneeling on the ground and looking forward attentively?"
          ]
        }
      }
    },
    {
      "index": 115,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member is shaking hands with a man in a business suit in an office.",
          "question": "Does this image show \"A uniformed service member is shaking hands with a man in a business suit in an office.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing each other in a formal office, the service member in dress uniform is shaking hands with the suited man, meeting near a small table and chairs in a polite greeting.",
          "question": "Does this image show \"Facing each other in a formal office, the service member in dress uniform is shaking hands with the suited man, meeting near a small table and chairs in a polite greeting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the service member on the left, wearing a dark dress uniform with rank stripes, extending the right hand to shake with the man on the right in a pinstripe suit and tie?",
            "Are the man on the left in a dark dress uniform and the man on the right in a suit and tie turned toward each other and making eye contact as part of a formal greeting?",
            "Is the handshake or formal greeting taking place beside a meeting table and chairs in a well-lit office?"
          ]
        }
      }
    },
    {
      "index": 116,
      "tiers": {
        "A": {
          "prompt": "A coach is coaching basketball players on the court during a practice drill.",
          "question": "Does this image show \"A coach is coaching basketball players on the court during a practice drill.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On an indoor court, a coach in a white shirt coaches two players in red jerseys, demonstrating a dribble move while they watch as others observe from the bench.",
          "question": "Does this image show \"On an indoor court, a coach in a white shirt coaches two players in red jerseys, demonstrating a dribble move while they watch as others observe from the bench.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a coach wearing a white polo and dark shorts holding a basketball and stepping toward a player in a red jersey with the number 10 while gesturing with a free hand to explain a move?",
            "Is a player wearing a red jersey standing on the right side listening to the coach?",
            "Are teammates and staff seated along the sideline watching the practice inside a gym?"
          ]
        }
      }
    },
    {
      "index": 117,
      "tiers": {
        "A": {
          "prompt": "A man places a plate of food in front of two seated men in white uniforms.",
          "question": "Does this image show \"A man places a plate of food in front of two seated men in white uniforms.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a dining table, a man in a dark suit leans in and sets a platter down in front of two uniformed men sitting side by side, placing the food where they can reach it.",
          "question": "Does this image show \"At a dining table, a man in a dark suit leans in and sets a platter down in front of two uniformed men sitting side by side, placing the food where they can reach it.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men in white naval dress uniforms adorned with medals seated side by side at a wooden dining table set with plates?",
            "Is there a man in a dark suit positioned between the two naval officers, leaning forward over the table and extending his arm to place a large dish of food in front of them?",
            "Are both naval officers looking toward the large dish of food as it is being served?"
          ]
        }
      }
    },
    {
      "index": 118,
      "tiers": {
        "A": {
          "prompt": "A man pays respects to an elderly man by bowing and holding his hand.",
          "question": "Does this image show \"A man pays respects to an elderly man by bowing and holding his hand.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A younger man bows deeply toward a seated elder, clasping the elder's hand with both hands as the elder smiles and holds on in return, paying respects.",
          "question": "Does this image show \"A younger man bows deeply toward a seated elder, clasping the elder's hand with both hands as the elder smiles and holds on in return, paying respects.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a brown shirt bending at the waist beside a chair, head lowered, facing right toward an elderly man?",
            "Is the man in the brown shirt respectfully gripping the elderly man's hand with both hands and bringing it close to his forehead?",
            "Is the elderly man, dressed in a white shirt and seated facing the man in the brown shirt, enclosing the younger man's hands with both of his to warmly acknowledge the gesture?"
          ]
        }
      }
    },
    {
      "index": 119,
      "tiers": {
        "A": {
          "prompt": "Two men raise their right hands in a swearing-in ceremony as a woman stands between them holding a book.",
          "question": "Does this image show \"Two men raise their right hands in a swearing-in ceremony as a woman stands between them holding a book.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a formal setting, two men in dark suits take part in a swearing-in: both raise their right hands while the woman in the middle, dressed in white, holds the book for the oath.",
          "question": "Does this image show \"In a formal setting, two men in dark suits take part in a swearing-in: both raise their right hands while the woman in the middle, dressed in white, holds the book for the oath.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a three-person swearing-in scene with two men in dark suits on the left and right and a woman in a white suit standing between them?",
            "Is there an older man on the left wearing a dark suit who raises the right hand to take the oath while the other arm rests naturally at the side?",
            "Is there a woman in a white suit between the two men who supports a thick book from below with both hands?",
            "Is there a man on the right in a dark suit who raises the right hand while placing the left hand on the book held by the woman in the center?",
            "Are all three people facing forward during the formal swearing-in moment?"
          ]
        }
      }
    },
    {
      "index": 120,
      "tiers": {
        "A": {
          "prompt": "A man and a woman walk together under a shared umbrella in the rain.",
          "question": "Does this image show \"A man and a woman walk together under a shared umbrella in the rain.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A woman holds a large gray umbrella while a man walks close beside her, both smiling as they share it on the wet street.",
          "question": "Does this image show \"A woman holds a large gray umbrella while a man walks close beside her, both smiling as they share it on the wet street.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the woman in the red shawl gripping the umbrella handle with both hands while turning slightly to look at the man to the woman's left?",
            "Are the woman in the red shawl and the man beside the woman walking shoulder to shoulder under the same umbrella canopy?",
            "Is the man beside the woman wearing a dark coat and tie while staying under the umbrella held by the woman in the red shawl?"
          ]
        }
      }
    },
    {
      "index": 121,
      "tiers": {
        "A": {
          "prompt": "Two men at a formal meeting are talking with each other.",
          "question": "Does this image show \"Two men at a formal meeting are talking with each other.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a conference table, the man on the left in a dark suit is talking with the man on the right wearing glasses, both turned toward each other over microphones and papers.",
          "question": "Does this image show \"At a conference table, the man on the left in a dark suit is talking with the man on the right wearing glasses, both turned toward each other over microphones and papers.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two participants seated side by side at a formal summit table, with the participant on the left in a navy suit and open-collar shirt leaning toward the participant on the right in a black suit and glasses while conversing?",
            "Are the participant on the left in a navy suit and open-collar shirt and the participant on the right in a black suit and glasses facing each other with arms on the table near microphones, a water glass and bottle, and documents, with other attendees blurred in the background?"
          ]
        }
      }
    },
    {
      "index": 122,
      "tiers": {
        "A": {
          "prompt": "Soldiers performing a ceremony with a flag.",
          "question": "Does this image show \"Soldiers performing a ceremony with a flag.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two uniformed soldiers are performing a ceremony with a flag, holding the colors between them while other service members stand behind them at attention with rifles.",
          "question": "Does this image show \"Two uniformed soldiers are performing a ceremony with a flag, holding the colors between them while other service members stand behind them at attention with rifles.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two camouflaged service members facing each other while steadying a flagpole and adjusting a red banner or streamer beneath a striped flag?",
            "Is a color guard of uniformed soldiers standing in formation behind two camouflaged service members, with some guard members holding rifles upright?"
          ]
        }
      }
    },
    {
      "index": 123,
      "tiers": {
        "A": {
          "prompt": "In a wrestling match, one competitor lifts his opponent across his shoulders in the ring.",
          "question": "Does this image show \"In a wrestling match, one competitor lifts his opponent across his shoulders in the ring.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During a wrestling bout, the wrestler in red trunks hoists his opponent horizontally across his shoulders while a referee watches from the side.",
          "question": "Does this image show \"During a wrestling bout, the wrestler in red trunks hoists his opponent horizontally across his shoulders while a referee watches from the side.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a wrestler in red trunks standing in the ring with his opponent draped across his shoulders in a fireman's-carry position while he grimaces?",
            "Is the carried wrestler in dark gear with long hair raising an arm while his legs hang down?",
            "Is a referee positioned by the ropes reaching into the ring to monitor the wrestlers?",
            "Is a crowd beyond the ring ropes watching the match?"
          ]
        }
      }
    },
    {
      "index": 124,
      "tiers": {
        "A": {
          "prompt": "Three people are working on a construction project together.",
          "question": "Does this image show \"Three people are working on a construction project together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three people in hard hats are working on a construction project together: one steadies a wooden stake, another sprays a guideline on the gravel while holding a tape, and the third crouches by the curb managing the string line.",
          "question": "Does this image show \"Three people in hard hats are working on a construction project together: one steadies a wooden stake, another sprays a guideline on the gravel while holding a tape, and the third crouches by the curb managing the string line.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three uniformed workers in hard hats collaborating outdoors on a construction project to measure, mark, and set the layout?",
            "On the left, is a worker wearing a brown jacket and camouflage pants crouching while holding a wooden stake string?",
            "In the middle, is a worker in a camouflage uniform standing bent over the gravel while spraying marking paint along the ground?",
            "On the right, is a worker wearing a brown jacket and camouflage pants crouching near the edge while observing the work in front?"
          ]
        }
      }
    },
    {
      "index": 125,
      "tiers": {
        "A": {
          "prompt": "Two teammates are fitting one man in a flight suit and gear.",
          "question": "Does this image show \"Two teammates are fitting one man in a flight suit and gear.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A smiling man in a tan flight suit is being fitted into his flight gear as the person beside him adjusts the straps and vest.",
          "question": "Does this image show \"A smiling man in a tan flight suit is being fitted into his flight gear as the person beside him adjusts the straps and vest.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a helper in a tan flight suit standing close and guiding a green vest while tightening the shoulder straps on a pilot in a tan flight suit during a fitting?",
            "Is the pilot being fitted smiling and holding one arm out during the fitting?",
            "Is a third person faintly visible in the background behind the helper and the pilot?"
          ]
        }
      }
    },
    {
      "index": 126,
      "tiers": {
        "A": {
          "prompt": "A man is touring a memorial with another man as they walk past framed pictures.",
          "question": "Does this image show \"A man is touring a memorial with another man as they walk past framed pictures.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a quiet hallway, a man in a dark blazer and khaki pants is touring a memorial with another man in a suit and sling; they move side by side past the displayed paintings, looking at the exhibits.",
          "question": "Does this image show \"In a quiet hallway, a man in a dark blazer and khaki pants is touring a memorial with another man in a suit and sling; they move side by side past the displayed paintings, looking at the exhibits.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man in an open-collared shirt and khakis walking along a corridor with framed paintings while turning his head toward the man in a tie whose arm is in a sling?",
            "Are the two men in business attire touring the memorial gallery together, walking side by side and looking at the artworks on the walls?"
          ]
        }
      }
    },
    {
      "index": 127,
      "tiers": {
        "A": {
          "prompt": "An older man in military uniform is putting his arm around a younger soldier as they stand together.",
          "question": "Does this image show \"An older man in military uniform is putting his arm around a younger soldier as they stand together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in desert camouflage stand side by side; the man on the right is putting his arm around the man on the left, and both face forward as if posing for a photo.",
          "question": "Does this image show \"Two men in desert camouflage stand side by side; the man on the right is putting his arm around the man on the left, and both face forward as if posing for a photo.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men in tan camouflage standing shoulder to shoulder in a bright outdoor military setting?",
            "Is the man on the right, wearing a cap, placing an arm around the man on the left with a hand resting on the left man's near shoulder and the other hand on the man on the right's hip?",
            "Are both men looking ahead while the man on the left leans slightly toward the man on the right with a calm expression?"
          ]
        }
      }
    },
    {
      "index": 128,
      "tiers": {
        "A": {
          "prompt": "Two men acknowledge a woman during a formal meeting.",
          "question": "Does this image show \"Two men acknowledge a woman during a formal meeting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal assembly table, a woman sits between two men. The man on the left leans in to clasp her hand, while the man on the right applauds, both acknowledging her.",
          "question": "Does this image show \"At a formal assembly table, a woman sits between two men. The man on the left leans in to clasp her hand, while the man on the right applauds, both acknowledging her.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three people seated side by side behind a desk in a formal setting?",
            "Is a woman in a white jacket seated at the center, smiling and turning toward the man seated on the left?",
            "Is the man sitting on the left leaning forward to take the center woman's hand, while she holds his hand with both of hers and makes eye contact with him?",
            "Is the man seated on the right looking toward the center woman while bringing both hands together in applause?"
          ]
        }
      }
    },
    {
      "index": 129,
      "tiers": {
        "A": {
          "prompt": "One uniformed officer is giving an award to another while they shake hands.",
          "question": "Does this image show \"One uniformed officer is giving an award to another while they shake hands.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a formal ceremony, the officer on the left is giving an award to the officer on the right, presenting a framed certificate as they smile and shake hands in dress uniforms.",
          "question": "Does this image show \"In a formal ceremony, the officer on the left is giving an award to the officer on the right, presenting a framed certificate as they smile and shake hands in dress uniforms.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the image showing two men in dark blue dress uniforms standing side by side and facing the camera?",
            "From the viewer's perspective, are the two officers shaking hands with their right hands while the officer on the left steadies a framed certificate with his left hand and the officer on the right accepts it with his left hand?",
            "Are both uniformed men smiling with ceremonial flags visible behind them?"
          ]
        }
      }
    },
    {
      "index": 130,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member presents flowers to a seated woman as attendees applaud at a ceremony.",
          "question": "Does this image show \"A uniformed service member presents flowers to a seated woman as attendees applaud at a ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A Marine in dress uniform leans in and presents a large bouquet to a smiling woman in red seated in the front row, while nearby guests and other uniformed officers clap.",
          "question": "Does this image show \"A Marine in dress uniform leans in and presents a large bouquet to a smiling woman in red seated in the front row, while nearby guests and other uniformed officers clap.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a formal ceremony where a Marine in a dress uniform leans forward from the left while holding a wrapped bouquet with both hands and extends it to a woman in red seated near the aisle?",
            "Is the woman in red seated near the aisle smiling as she reaches out with both hands to receive the flowers?",
            "Is there a man in a blue dress uniform seated to the right of the woman in red who is clapping while watching the bouquet being presented?",
            "Is there a woman in a blue dress farther to the right who is also clapping as she looks on?"
          ]
        }
      }
    },
    {
      "index": 131,
      "tiers": {
        "A": {
          "prompt": "Two people are performing a comedy show with each other on stage, each holding a microphone.",
          "question": "Does this image show \"Two people are performing a comedy show with each other on stage, each holding a microphone.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a small stage, a person in a white shirt and bow tie and another wearing a curly blond wig and a floral costume are performing a comedy show with one another, smiling and speaking into handheld microphones.",
          "question": "Does this image show \"On a small stage, a person in a white shirt and bow tie and another wearing a curly blond wig and a floral costume are performing a comedy show with one another, smiling and speaking into handheld microphones.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the performer on the left wearing a white shirt with a bow tie and holding a black microphone while facing the performer on the right?",
            "Is the performer on the right wearing a curly blond wig, a floral dress, and a dark cape while gripping a green-topped microphone and smiling broadly?",
            "Are two performers standing side by side under stage lights, looking toward the audience and toward each other while talking in a playful comedy routine?"
          ]
        }
      }
    },
    {
      "index": 132,
      "tiers": {
        "A": {
          "prompt": "A player in a white jersey is guarding a player in a blue jersey during a basketball game.",
          "question": "Does this image show \"A player in a white jersey is guarding a player in a blue jersey during a basketball game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "The white-uniformed defender (number 9) tightly guards the blue-uniformed ball handler, who turns his body while holding the ball in his right hand to keep it away.",
          "question": "Does this image show \"The white-uniformed defender (number 9) tightly guards the blue-uniformed ball handler, who turns his body while holding the ball in his right hand to keep it away.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a blue-uniformed player (number 12) controlling the ball in his right hand, angling his back toward a white-jerseyed opponent and looking over his shoulder?",
            "Is the white-jerseyed opponent (number 9) leaning in from behind with a forearm and chest into the blue player (number 12) while actively guarding to stop his move?",
            "Are the blue player (number 12) and the white-jerseyed opponent (number 9) locked in close contact, with the blue player shielding the ball and the white-jerseyed opponent battling for position?"
          ]
        }
      }
    },
    {
      "index": 133,
      "tiers": {
        "A": {
          "prompt": "A woman in a dark suit shakes hands with a woman in a brown coat as others look on.",
          "question": "Does this image show \"A woman in a dark suit shakes hands with a woman in a brown coat as others look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal gathering, the woman in a dark suit leans in to shake hands with the woman in a brown coat; both smile while several women around them, some in colorful headscarves, watch and smile.",
          "question": "Does this image show \"At a formal gathering, the woman in a dark suit leans in to shake hands with the woman in a brown coat; both smile while several women around them, some in colorful headscarves, watch and smile.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman in a dark blazer shaking hands with a woman in a brown coat at the center of the group?",
            "Is a woman in a black-and-white striped jacket standing between the woman in the dark blazer and the woman in the brown coat while smiling and placing a hand over their joined hands?",
            "Are several other women lined up on both sides, facing the central handshake and smiling?",
            "Is there a woman on the far right wearing a red scarf among the onlookers facing the handshake?"
          ]
        }
      }
    },
    {
      "index": 134,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member is removing a stole from another service member.",
          "question": "Does this image show \"A uniformed service member is removing a stole from another service member.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two service members face each other in uniform as the person on the left reaches in and removes a dark stole from around the neck of the person on the right, with ceremonial flags behind them.",
          "question": "Does this image show \"Two service members face each other in uniform as the person on the left reaches in and removes a dark stole from around the neck of the person on the right, with ceremonial flags behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two people in camouflage uniforms standing close and facing each other indoors with military flags visible in the background?",
            "Is the person on the left using both hands to slide a dark, scarf-like stole off the neck of the person on the right while the right person stands still?"
          ]
        }
      }
    },
    {
      "index": 135,
      "tiers": {
        "A": {
          "prompt": "A small group of adults bows their heads, praying with one another.",
          "question": "Does this image show \"A small group of adults bows their heads, praying with one another.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "An older man in a dark coat bows his head, praying with a woman in a dress uniform and several others standing close by, all quiet and solemn.",
          "question": "Does this image show \"An older man in a dark coat bows his head, praying with a woman in a dress uniform and several others standing close by, all quiet and solemn.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are a woman in a dark uniform with a white cap and an older man with glasses and a white mustache lowering their heads in prayer while standing together in a close line?",
            "Are additional people in suits and caps standing beside and behind the woman in a dark uniform with a white cap and the older man with glasses and a white mustache also bowing in silence?"
          ]
        }
      }
    },
    {
      "index": 136,
      "tiers": {
        "A": {
          "prompt": "A man and a woman pin an insignia to a uniformed officer's shoulders during a ceremony.",
          "question": "Does this image show \"A man and a woman pin an insignia to a uniformed officer's shoulders during a ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "With service flags behind them, a decorated military officer stands facing forward as a soldier on his left and a woman on his right lean in, each pinning an insignia to one of his shoulder tabs.",
          "question": "Does this image show \"With service flags behind them, a decorated military officer stands facing forward as a soldier on his left and a woman on his right lean in, each pinning an insignia to one of his shoulder tabs.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are a uniformed man on the left and a woman on the right simultaneously pinning matching insignia to the shoulder epaulets of an older officer standing at the center?",
            "Is an older officer in a dress military uniform standing at the center and looking straight ahead with flags filling the background?"
          ]
        }
      }
    },
    {
      "index": 137,
      "tiers": {
        "A": {
          "prompt": "Two wrestlers are wrestling with each other in a ring while a referee watches.",
          "question": "Does this image show \"Two wrestlers are wrestling with each other in a ring while a referee watches.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a wrestling ring, a bearded man is wrestling with an opponent, swinging an open hand toward the other man's jaw as the opponent leans in, with a referee nearby watching the exchange.",
          "question": "Does this image show \"In a wrestling ring, a bearded man is wrestling with an opponent, swinging an open hand toward the other man's jaw as the opponent leans in, with a referee nearby watching the exchange.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the bearded, bare-chested man on the right stepping in to deliver an open-hand strike to the left wrestler's chin while the two wrestlers grapple inside the ropes?",
            "Is the left wrestler bent forward with braced knees and tense arms, absorbing the strike and preparing to counter?",
            "Is a referee in a striped shirt standing just behind the wrestlers, watching the point of contact, with spectators looking on?"
          ]
        }
      }
    },
    {
      "index": 138,
      "tiers": {
        "A": {
          "prompt": "A saxophonist performing music with a drummer on stage.",
          "question": "Does this image show \"A saxophonist performing music with a drummer on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a small stage, a standing saxophonist is performing music with a seated drummer at a drum kit, the drummer glancing over as they play together.",
          "question": "Does this image show \"On a small stage, a standing saxophonist is performing music with a seated drummer at a drum kit, the drummer glancing over as they play together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the musician on the right wearing a cap and playing a saxophone?",
            "Is the drummer on the left seated behind cymbals and a snare, watching the cap-wearing saxophonist on the right while keeping the rhythm as the drummer and the saxophonist perform together?",
            "Are silhouetted audience members in the foreground facing the musicians?"
          ]
        }
      }
    },
    {
      "index": 139,
      "tiers": {
        "A": {
          "prompt": "Three teammates clasping hands with each other in front of a rocket.",
          "question": "Does this image show \"Three teammates clasping hands with each other in front of a rocket.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On an outdoor platform, three people in matching blue jackets and red caps stand together, clasping hands with each other in a stacked grip as they pose by a rocket.",
          "question": "Does this image show \"On an outdoor platform, three people in matching blue jackets and red caps stand together, clasping hands with each other in a stacked grip as they pose by a rocket.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three adults in matching blue jackets and red caps standing shoulder to shoulder on an outdoor platform with railings?",
            "Is the person in the center extending both hands forward to join a single stacked hand clasp with the two people beside, while the three adults smile toward the camera?",
            "Are the two people on either side leaning in toward the center person?",
            "Is a rocket rising behind the three adults?"
          ]
        }
      }
    },
    {
      "index": 140,
      "tiers": {
        "A": {
          "prompt": "Four people are posing for a photo with each other.",
          "question": "Does this image show \"Four people are posing for a photo with each other.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in suits and two women stand close together, smiling at the camera and posing for a photo with one another.",
          "question": "Does this image show \"Two men in suits and two women stand close together, smiling at the camera and posing for a photo with one another.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four adults standing shoulder to shoulder in front of a wall with trailing greenery?",
            "From left to right, does the group consist of a man in a light suit, a woman in a sleeveless dark dress, a taller woman in a purple top with a black jacket, and a man in a dark suit with a bright tie?",
            "Are the two people in the middle?the woman in the sleeveless dark dress and the taller woman in the purple top with a black jacket?placing their arms around the others?",
            "Are all four people leaning in and smiling toward the camera while posing together?"
          ]
        }
      }
    },
    {
      "index": 141,
      "tiers": {
        "A": {
          "prompt": "One man is cutting a cake with another man.",
          "question": "Does this image show \"One man is cutting a cake with another man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in suits stand side by side, sharing a knife to cut a large decorated cake while people behind them watch and smile.",
          "question": "Does this image show \"Two men in suits stand side by side, sharing a knife to cut a large decorated cake while people behind them watch and smile.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in dark suits leaning in together at a table while jointly cutting a large rectangular cake iced in blue and chocolate, with the man on the right holding the knife and the man on the left placing a hand alongside the right man's hand?",
            "Are both men in dark suits smiling while cutting the cake together?",
            "Are several onlookers standing behind the two men, including a person in a dress uniform, watching the cake-cutting?"
          ]
        }
      }
    },
    {
      "index": 142,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is talking with a soldier in gear as they sit side by side inside a military transport.",
          "question": "Does this image show \"A man in a suit is talking with a soldier in gear as they sit side by side inside a military transport.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "An older man in a dark suit, wearing an earplug, is talking with a helmeted soldier in camouflage while they sit close together in a red?strapped military cabin; the suited man gestures as the soldier listens.",
          "question": "Does this image show \"An older man in a dark suit, wearing an earplug, is talking with a helmeted soldier in camouflage while they sit close together in a red?strapped military cabin; the suited man gestures as the soldier listens.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing the inside of a military transport lined with red webbing, where a gray?haired man in a dark suit leans toward a uniformed soldier seated beside the man in the dark suit, while the man in the dark suit raises a hand mid?gesture and speaks?",
            "Is the uniformed soldier wearing a helmet and body armor, sitting shoulder to shoulder with the gray?haired man in the dark suit and looking toward the man in the dark suit with an attentive expression?",
            "Are the gray?haired man in the dark suit and the uniformed soldier both leaning forward with focused expressions while conversing during the ride?"
          ]
        }
      }
    },
    {
      "index": 143,
      "tiers": {
        "A": {
          "prompt": "Two adults on a stage are hugging.",
          "question": "Does this image show \"Two adults on a stage are hugging.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A smiling woman in a red coat hugs a man in a dark overcoat, standing side by side on a stage with their arms around each other.",
          "question": "Does this image show \"A smiling woman in a red coat hugs a man in a dark overcoat, standing side by side on a stage with their arms around each other.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman in a long red coat standing on the left, leaning into a man in a dark overcoat with a blue tie as the man and woman press close together in a hug and smile toward the audience?",
            "Is the woman in the red coat wrapping one arm behind the man in the dark overcoat and placing the other hand on the man's midsection while hugging?",
            "Are the woman in the red coat and the man in the dark overcoat standing on a stage in front of a gray backdrop with blue lighting, with a sliver of a flag visible at the right side?"
          ]
        }
      }
    },
    {
      "index": 144,
      "tiers": {
        "A": {
          "prompt": "A sideline football coach is coaching a player during the game.",
          "question": "Does this image show \"A sideline football coach is coaching a player during the game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Wearing a headset, a coach on the sideline leans in to coach a helmeted player in a dark uniform, speaking closely while another coach and a teammate stand nearby.",
          "question": "Does this image show \"Wearing a headset, a coach on the sideline leans in to coach a helmeted player in a dark uniform, speaking closely while another coach and a teammate stand nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a coach in a blue shirt and khaki pants wearing a headset standing beside a player in a gold helmet and dark jersey number 18 while speaking into the player's ear with a hand near the player's shoulder?",
            "Is the player in the gold helmet and dark jersey number 18 listening while gesturing toward the field with a gloved hand?",
            "Are another headset-wearing coach and a second uniformed teammate standing just behind the coach in the blue shirt and the player in the gold helmet, watching the exchange between the coach and the player?"
          ]
        }
      }
    },
    {
      "index": 145,
      "tiers": {
        "A": {
          "prompt": "Two men are wrestling with each other on a mat while others watch.",
          "question": "Does this image show \"Two men are wrestling with each other on a mat while others watch.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a mat, a man in a white T-shirt kneels and is wrestling with a man in camouflage who lies on his back, as a small group stands nearby observing.",
          "question": "Does this image show \"On a mat, a man in a white T-shirt kneels and is wrestling with a man in camouflage who lies on his back, as a small group stands nearby observing.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a bald man in a white T-shirt and jeans grappling with a uniformed service member inside a roped-off mat area?",
            "Is the uniformed service member lying face up on the mat with legs wrapped around the bald man's torso?",
            "Is the bald man in the white T-shirt holding a microphone and gesturing during the grappling demonstration?",
            "Are several people in uniform and casual clothes standing behind the bald man and the uniformed service member watching the action?"
          ]
        }
      }
    },
    {
      "index": 146,
      "tiers": {
        "A": {
          "prompt": "Two people sing hymns with each other from hymnals.",
          "question": "Does this image show \"Two people sing hymns with each other from hymnals.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a simple indoor setting, a person in the foreground reads from a hymnal and sings, singing hymns with a person in a camouflage uniform in the background who also holds an open book.",
          "question": "Does this image show \"In a simple indoor setting, a person in the foreground reads from a hymnal and sings, singing hymns with a person in a camouflage uniform in the background who also holds an open book.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the foreground person with glasses holding an open hymnal that shows musical notation and singing?",
            "Is there a second person in a camouflage uniform standing farther back and reading from another hymnal while singing together with the foreground person with glasses inside a draped space?",
            "Are a few lit candles resting on a stand positioned between the foreground person with glasses and the person in a camouflage uniform?"
          ]
        }
      }
    },
    {
      "index": 147,
      "tiers": {
        "A": {
          "prompt": "A player in black defends against a player in white going up for a shot at the rim in a basketball game.",
          "question": "Does this image show \"A player in black defends against a player in white going up for a shot at the rim in a basketball game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Near the basket, a white-uniformed player leaps to finish at the rim while a black-uniformed defender jumps beside him with an arm up, defending against the shot as teammates look on.",
          "question": "Does this image show \"Near the basket, a white-uniformed player leaps to finish at the rim while a black-uniformed defender jumps beside him with an arm up, defending against the shot as teammates look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the player in a white jersey under the hoop on an indoor court elevating with the ball extended toward the rim for a shot?",
            "Is a defender in a black jersey jumping alongside a white-jersey player attempting a shot, with an outstretched arm to contest it at the rim?",
            "Are two additional players in black jerseys standing just outside the lane watching the play under the hoop?"
          ]
        }
      }
    },
    {
      "index": 148,
      "tiers": {
        "A": {
          "prompt": "A news presenter is interviewing a uniformed service member on a studio set.",
          "question": "Does this image show \"A news presenter is interviewing a uniformed service member on a studio set.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a TV news studio, a smiling woman interviewer sits across from a man in a white military uniform with ribbons, facing him and interviewing him as he responds.",
          "question": "Does this image show \"In a TV news studio, a smiling woman interviewer sits across from a man in a white military uniform with ribbons, facing him and interviewing him as he responds.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman in a dark jacket with a red collar seated on the right, turned toward a guest in a white dress uniform and smiling while interviewing the guest on a news set?",
            "Is a man in a white dress uniform decorated with medals seated opposite a woman in a dark jacket with a red collar, making eye contact with the woman in the dark jacket and answering while gesturing with hands, with a small clip-on mic visible on the chest of the uniform?",
            "Are the woman in the dark jacket and the man in the white dress uniform both seated in armchairs mid-conversation, with a small bouquet of red-and-white flowers at the front of the frame?"
          ]
        }
      }
    },
    {
      "index": 149,
      "tiers": {
        "A": {
          "prompt": "Two technicians watch an astronaut put on a space suit.",
          "question": "Does this image show \"Two technicians watch an astronaut put on a space suit.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a bright preparation room, two technicians in white coats watch as a seated astronaut puts on a space suit, working his gloved hands while they observe nearby.",
          "question": "Does this image show \"In a bright preparation room, two technicians in white coats watch as a seated astronaut puts on a space suit, working his gloved hands while they observe nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an astronaut in a space suit seated in a padded chair adjusting a glove and checking the fit while hoses run from the suit?",
            "Are two technicians in white coats and caps close to the astronaut, with one leaning in from the left and the other standing behind the chair, watching the astronaut put on the space suit and monitoring the process?"
          ]
        }
      }
    },
    {
      "index": 150,
      "tiers": {
        "A": {
          "prompt": "Six panelists wearing headsets are speaking on a panel with each other in a radio broadcast.",
          "question": "Does this image show \"Six panelists wearing headsets are speaking on a panel with each other in a radio broadcast.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated at a long studio table with microphones, six people take part in a panel discussion. The two women in the center face each other in conversation, while the others listen, jot down notes, or take a drink.",
          "question": "Does this image show \"Seated at a long studio table with microphones, six people take part in a panel discussion. The two women in the center face each other in conversation, while the others listen, jot down notes, or take a drink.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this scene set at a long broadcast desk with six panelists wearing headsets seated side by side during a live recording?",
            "At the center, are two women turned toward each other and speaking into microphones, with a woman in a denim-style jacket smiling and holding a stack of papers while looking left toward a woman wearing glasses and a dark top who faces the denim-jacket woman and responds?",
            "To the left of the two women at the center, is there a man in a suit sipping from a cup while listening?",
            "To the left of the two women at the center, is there a woman writing notes while seated beside the man in a suit?",
            "To the left of the two women at the center, is there a man looking down at his own notes while seated next to the note-writing woman?",
            "On the far right, is there a man in a dark shirt facing forward and focused on his papers?"
          ]
        }
      }
    },
    {
      "index": 151,
      "tiers": {
        "A": {
          "prompt": "A person is checking a map with two others.",
          "question": "Does this image show \"A person is checking a map with two others.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three people stand close together, checking a map with one another in an open spiral?bound booklet as two of them point at the page and the third follows along.",
          "question": "Does this image show \"Three people stand close together, checking a map with one another in an open spiral?bound booklet as two of them point at the page and the third follows along.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three people clustered around an open spiral-bound book while looking down together at a map?",
            "Is the person on the right holding the open spiral-bound book and pointing at a section of the page?",
            "Is the person on the left pointing near the same spot on the open book that the person on the right is indicating?",
            "Is the person in the middle leaning in toward the open book, closely examining the page?"
          ]
        }
      }
    },
    {
      "index": 152,
      "tiers": {
        "A": {
          "prompt": "Two uniformed service members are hugging during a ceremony while others look on.",
          "question": "Does this image show \"Two uniformed service members are hugging during a ceremony while others look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal military event, two soldiers hug near the front as fellow service members nearby watch?one applauds and another stands by.",
          "question": "Does this image show \"At a formal military event, two soldiers hug near the front as fellow service members nearby watch?one applauds and another stands by.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four uniformed soldiers standing in a row at a ceremony with flags behind them?",
            "On the right side of the row, are two soldiers hugging, with the soldier in tan digital camouflage wrapping an arm around the shoulders of the soldier in green-toned camouflage while the soldier in green-toned camouflage places a hand on the back of the soldier in tan digital camouflage?",
            "To the left of the hugging pair on the right, is a soldier clapping for the two soldiers who are hugging?",
            "Is there a soldier in a lighter patterned uniform wearing a maroon beret who is looking on with a slight smile?"
          ]
        }
      }
    },
    {
      "index": 153,
      "tiers": {
        "A": {
          "prompt": "A cameraperson photographs a man speaking outside a restaurant window.",
          "question": "Does this image show \"A cameraperson photographs a man speaking outside a restaurant window.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Outside a storefront window, a woman operates a video camera and photographs a man in a light-blue shirt as he speaks, with several people visible inside behind the glass.",
          "question": "Does this image show \"Outside a storefront window, a woman operates a video camera and photographs a man in a light-blue shirt as he speaks, with several people visible inside behind the glass.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a blonde cameraperson in a light-blue shirt at a restaurant's front window holding a shoulder video camera with both hands and filming a man in a light-blue button-down at close range?",
            "Is the man in the light-blue button-down facing the camera lens and speaking while being filmed at the front window?",
            "Through the restaurant window glass, are several people in work attire and aprons visible, along with reflections of the street and cars?"
          ]
        }
      }
    },
    {
      "index": 154,
      "tiers": {
        "A": {
          "prompt": "In a wrestling ring, one wrestler is wrestling with an opponent, bending their legs back in a submission hold as the crowd watches.",
          "question": "Does this image show \"In a wrestling ring, one wrestler is wrestling with an opponent, bending their legs back in a submission hold as the crowd watches.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside the ring, a wrestler in black gear is wrestling with a red-clad opponent, standing over them and pulling both legs back while the opponent lies face-down on the mat, with spectators looking on.",
          "question": "Does this image show \"Inside the ring, a wrestler in black gear is wrestling with a red-clad opponent, standing over them and pulling both legs back while the opponent lies face-down on the mat, with spectators looking on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the wrestler in black pants with flame patterns at the center of the ring straddling a face-down opponent in red while applying a submission hold by hooking both of the opponent's legs under the wrestler's arms and leaning back to bend the opponent's lower body?",
            "Is the face-down opponent in red reaching toward the canvas while being bent backward by the wrestler in black pants with flame patterns?",
            "Are ring ropes framing the scene with an audience visible watching and recording the match?"
          ]
        }
      }
    },
    {
      "index": 155,
      "tiers": {
        "A": {
          "prompt": "Two football teammates pose together with a championship trophy.",
          "question": "Does this image show \"Two football teammates pose together with a championship trophy.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a podium, two teammates in white football jerseys pose with a big silver championship trophy?one lifts it while the other stands close at the microphone.",
          "question": "Does this image show \"At a podium, two teammates in white football jerseys pose with a big silver championship trophy?one lifts it while the other stands close at the microphone.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a group of players in matching white-and-blue football jerseys gathered around a podium?",
            "At the center, is the teammate on the right raising a shiny, football-topped silver trophy and giving a thumbs-up while standing shoulder to shoulder with a teammate on the left?",
            "In the central pair, is the teammate on the left wearing a beanie and face covering while gripping a microphone and leaning toward the teammate holding the trophy?",
            "Are other uniformed teammates standing behind the two central teammates who are presenting the trophy, looking on?"
          ]
        }
      }
    },
    {
      "index": 156,
      "tiers": {
        "A": {
          "prompt": "A player in white is fighting over a soccer ball with a player in red.",
          "question": "Does this image show \"A player in white is fighting over a soccer ball with a player in red.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "During a soccer match, a player in a white jersey and blue shorts is fighting over a soccer ball with an opponent in a red jersey and white shorts, jostling shoulder to shoulder as the ball sits between their feet.",
          "question": "Does this image show \"During a soccer match, a player in a white jersey and blue shorts is fighting over a soccer ball with an opponent in a red jersey and white shorts, jostling shoulder to shoulder as the ball sits between their feet.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a soccer player in a white jersey and blue shorts driving forward with head down on the pitch?",
            "Is a player in a red jersey and white shorts leaning in and reaching an arm across toward the player in a white jersey and blue shorts?",
            "Are the player in a white jersey and blue shorts and the opponent in a red jersey and white shorts fighting over a soccer ball with their legs tangled and the ball trapped between their feet as they push and shield against each other?"
          ]
        }
      }
    },
    {
      "index": 157,
      "tiers": {
        "A": {
          "prompt": "A group of people are raising a toast with each other around a meeting table.",
          "question": "Does this image show \"A group of people are raising a toast with each other around a meeting table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three older men in suits sit at a conference table, smiling as they hold up their glasses, raising a toast with others whose hands join in from the side.",
          "question": "Does this image show \"Three older men in suits sit at a conference table, smiling as they hold up their glasses, raising a toast with others whose hands join in from the side.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the scene showing three suited men seated close together at a wooden table, with a white-haired man on the left, a balding man in the middle, and a man with glasses on the right?",
            "Are the three suited men leaning forward with smiles while each lifts a clear glass?",
            "Are two additional participants reaching in from the right edge while holding their own glasses?",
            "Are all the raised glasses being brought together in a toast?"
          ]
        }
      }
    },
    {
      "index": 158,
      "tiers": {
        "A": {
          "prompt": "A defender in white blocks the shot of a player in black during a basketball game.",
          "question": "Does this image show \"A defender in white blocks the shot of a player in black during a basketball game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A player in a black uniform goes up to shoot, and a white?and?green defender leaps across to block the ball, with another defender close by.",
          "question": "Does this image show \"A player in a black uniform goes up to shoot, and a white?and?green defender leaps across to block the ball, with another defender close by.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a dark uniform rising for a jump shot with the ball near his head?",
            "Is a defender in white and green leaping from the side with a fully extended arm to block the shot while making contact with the dark-uniform shooter?",
            "Is a second defender in white crowding the dark-uniform shooter from the front, positioned to grab a loose ball?"
          ]
        }
      }
    },
    {
      "index": 159,
      "tiers": {
        "A": {
          "prompt": "Two wheelchair rugby players are chasing a rugby ball during a match.",
          "question": "Does this image show \"Two wheelchair rugby players are chasing a rugby ball during a match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the court, a player in a green jersey is chasing a rugby ball with an opponent in a yellow jersey; both are in sports wheelchairs and lean forward with arms out toward the white ball in front of them.",
          "question": "Does this image show \"On the court, a player in a green jersey is chasing a rugby ball with an opponent in a yellow jersey; both are in sports wheelchairs and lean forward with arms out toward the white ball in front of them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two wheelchair rugby athletes rushing side by side after a rugby ball that hangs just ahead of the wheelchairs?",
            "Is the player on the left wearing a green-and-yellow jersey, driving forward and reaching out with the left hand toward the ball while facing the ball directly?",
            "Is the player on the right wearing a yellow jersey and stretching both gloved hands toward the same ball with the body angled slightly to the left?"
          ]
        }
      }
    },
    {
      "index": 160,
      "tiers": {
        "A": {
          "prompt": "In a hospital room, a man gently comforts a young patient as a woman supports the child beside her.",
          "question": "Does this image show \"In a hospital room, a man gently comforts a young patient as a woman supports the child beside her.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a hospital ward, a man in a black shirt leans over a bed and touches a young girl's head in a comforting gesture. The girl, with bandages on her legs, is held by a woman, while another patient looks on from the neighboring bed.",
          "question": "Does this image show \"In a hospital ward, a man in a black shirt leans over a bed and touches a young girl's head in a comforting gesture. The girl, with bandages on her legs, is held by a woman, while another patient looks on from the neighboring bed.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a black polo standing at a hospital bedside and touching the forehead of a young girl with bandages on both knees who is sitting on the edge of the bed?",
            "Is a woman seated close behind the young girl with bandaged knees, with an arm around the girl's waist to steady and console her?",
            "Is another woman patient with a wrapped leg sitting upright on the adjacent bed and watching the man in the black polo and the young girl?"
          ]
        }
      }
    },
    {
      "index": 161,
      "tiers": {
        "A": {
          "prompt": "One man is walking and talking with another as they move along a paved path by the water.",
          "question": "Does this image show \"One man is walking and talking with another as they move along a paved path by the water.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in dark suits stroll side by side, walking and talking with each other along a waterfront walkway; one gestures slightly while the other listens.",
          "question": "Does this image show \"Two men in dark suits stroll side by side, walking and talking with each other along a waterfront walkway; one gestures slightly while the other listens.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in dark suits and ties walking shoulder to shoulder along a paved promenade beside the water while conversing?",
            "Is the man on the left, among the two men in dark suits, striding forward with one hand partly raised while speaking?",
            "Is the man on the right, among the two men in dark suits, carrying a sheet of paper while listening and keeping pace?"
          ]
        }
      }
    },
    {
      "index": 162,
      "tiers": {
        "A": {
          "prompt": "A man in a cap is thanking a line of uniformed service members outdoors.",
          "question": "Does this image show \"A man in a cap is thanking a line of uniformed service members outdoors.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Beside a parked vehicle, a man in a blue jacket and cap faces several military personnel standing in a row, thanking them as they smile and listen.",
          "question": "Does this image show \"Beside a parked vehicle, a man in a blue jacket and cap faces several military personnel standing in a row, thanking them as they smile and listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a blue windbreaker and cap turned toward four service members in camouflage uniforms who are lined up beside a truck?",
            "Is the man in the blue windbreaker and cap speaking with a friendly smile while addressing the four service members in camouflage?",
            "Are the four service members in camouflage smiling in a relaxed way, with some having hands behind their backs and others with hands in their pockets, while nearby people watch the interaction?"
          ]
        }
      }
    },
    {
      "index": 163,
      "tiers": {
        "A": {
          "prompt": "Two men are shaking hands with each other.",
          "question": "Does this image show \"Two men are shaking hands with each other.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in suits are shaking hands with each other, smiling toward the camera in a formal indoor setting.",
          "question": "Does this image show \"Two men in suits are shaking hands with each other, smiling toward the camera in a formal indoor setting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left in a dark suit with a red tie shaking hands with the man on the right in a gray suit and tie while both face the camera and smile?",
            "Is there a blue event banner behind the two men shaking hands, with another person standing in the background?"
          ]
        }
      }
    },
    {
      "index": 164,
      "tiers": {
        "A": {
          "prompt": "A player in a dark Cleveland jersey is jostling for the basketball with a player in a white Wizards jersey.",
          "question": "Does this image show \"A player in a dark Cleveland jersey is jostling for the basketball with a player in a white Wizards jersey.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the court, Cleveland's #23 holds the ball out to his left and backs in, jostling for the basketball with Washington's #24, who squares up in a defensive stance.",
          "question": "Does this image show \"On the court, Cleveland's #23 holds the ball out to his left and backs in, jostling for the basketball with Washington's #24, who squares up in a defensive stance.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a Cleveland player wearing number 23 in a dark uniform holding the basketball in the left hand while turning to shield it from a Wizards defender?",
            "Is a Wizards defender wearing number 24 in a white uniform crouched low in front of the ball handler with one arm extended and the other braced at the ball handler's hip?",
            "Are the Cleveland player number 23 in dark and the Wizards defender number 24 in white leaning into each other in a physical contest on the floor?"
          ]
        }
      }
    },
    {
      "index": 165,
      "tiers": {
        "A": {
          "prompt": "A gray?haired man in a military uniform is lifting his glass in a toast with a man in a dark suit.",
          "question": "Does this image show \"A gray?haired man in a military uniform is lifting his glass in a toast with a man in a dark suit.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing each other indoors, a uniformed man with medals and a suited man lift their glasses in a toast, smiling while a couple of others stand behind them with drinks.",
          "question": "Does this image show \"Facing each other indoors, a uniformed man with medals and a suited man lift their glasses in a toast, smiling while a couple of others stand behind them with drinks.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a gray-haired man in a green military uniform with medals raising a patterned goblet to toast with a taller man in a dark suit and tie?",
            "Are the gray-haired man in the green military uniform and the taller man in the dark suit turned toward each other and holding their drinks at eye level while smiling?",
            "Are two other men in the background holding flutes and watching the toast?"
          ]
        }
      }
    },
    {
      "index": 166,
      "tiers": {
        "A": {
          "prompt": "Two astronauts are preparing for a spacewalk with assistance from their colleagues inside a spacecraft.",
          "question": "Does this image show \"Two astronauts are preparing for a spacewalk with assistance from their colleagues inside a spacecraft.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two astronauts in white space suits face each other, preparing for a spacewalk with assistance from their colleagues, while two crewmates in casual clothing nearby manage a cable and a checklist to help ready the pair.",
          "question": "Does this image show \"Two astronauts in white space suits face each other, preparing for a spacewalk with assistance from their colleagues, while two crewmates in casual clothing nearby manage a cable and a checklist to help ready the pair.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two astronauts in bulky white suits sitting and facing each other with their hands raised as they prepare for a spacewalk?",
            "Are two crewmates in casual clothes and caps positioned between and behind the two suited astronauts to assist with final checks?",
            "Is the man in a red shirt standing slightly leaned forward between the two astronauts while holding a cable?",
            "Is the man in a blue shirt standing next to the man in the red shirt while holding a checklist as if checking off items?"
          ]
        }
      }
    },
    {
      "index": 167,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer in white is shaking hands with someone at the front of a line of young people.",
          "question": "Does this image show \"A uniformed officer in white is shaking hands with someone at the front of a line of young people.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A naval officer in a white dress uniform shakes hands with a participant at the head of a group lined up to greet the officers, while another officer farther back also shakes hands with people in the line.",
          "question": "Does this image show \"A naval officer in a white dress uniform shakes hands with a participant at the head of a group lined up to greet the officers, while another officer farther back also shakes hands with people in the line.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an officer in a white dress uniform and cap shaking hands with the nearest person in a line of young people wearing matching dark shirts, with their hands clasped in greeting?",
            "Are the young people in matching dark shirts facing two officers while others in the line watch and wait to be greeted?",
            "Is an officer in a blue uniform farther down the line also shaking hands with another person in the queue?"
          ]
        }
      }
    },
    {
      "index": 168,
      "tiers": {
        "A": {
          "prompt": "Two uniformed officers are displaying a plaque with a flag emblem.",
          "question": "Does this image show \"Two uniformed officers are displaying a plaque with a flag emblem.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Standing side by side in dress blue uniforms, two officers are displaying a plaque with a flag and service seals as they face the camera.",
          "question": "Does this image show \"Standing side by side in dress blue uniforms, two officers are displaying a plaque with a flag and service seals as they face the camera.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two officers in dark blue dress uniforms standing shoulder to shoulder while each grips one side of a framed plaque at chest height?",
            "Does the framed plaque held by the two officers show a small flag with stars around a central crest, flanked by two round seals and a brass nameplate?",
            "Are the two officers looking toward the camera as they present the plaque together in a formal, posed manner?"
          ]
        }
      }
    },
    {
      "index": 169,
      "tiers": {
        "A": {
          "prompt": "A man is walking arm in arm with a woman.",
          "question": "Does this image show \"A man is walking arm in arm with a woman.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Dressed formally, a man and a woman walk arm in arm, moving forward together and glancing toward each other as other people stand nearby in front of a huge American flag.",
          "question": "Does this image show \"Dressed formally, a man and a woman walk arm in arm, moving forward together and glancing toward each other as other people stand nearby in front of a huge American flag.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a gray-haired man in a dark suit walking arm in arm with an older woman in a white suit, with the woman's left hand hooked through the man's right arm as the pair step forward side by side?",
            "Is the gray-haired man in a dark suit carrying a folder and a cap in the man's free hand while walking arm in arm with the older woman in a white suit?",
            "Is the older woman in a white suit holding a pair of glasses in the woman's other hand while walking arm in arm with the gray-haired man in a dark suit?",
            "Are the gray-haired man in a dark suit and the older woman in a white suit passing in front of a large American flag with several onlookers, some in uniform, gathered around the pair?"
          ]
        }
      }
    },
    {
      "index": 170,
      "tiers": {
        "A": {
          "prompt": "Two adults are swimming with each other in a pool.",
          "question": "Does this image show \"Two adults are swimming with each other in a pool.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two swimmers wearing goggles swim with each other, pausing side by side at the pool edge and smiling.",
          "question": "Does this image show \"Two swimmers wearing goggles swim with each other, pausing side by side at the pool edge and smiling.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the image showing two adults wearing swim goggles in a lap pool, shoulder to shoulder beside a red-and-white lane divider, facing the camera and smiling with their hands on the deck?",
            "Is the person on the left wearing a dark swimsuit and leaning an arm on the pool edge while in the water?",
            "Is the person on the right bare-chested and placing a hand on the ledge while in the water?"
          ]
        }
      }
    },
    {
      "index": 171,
      "tiers": {
        "A": {
          "prompt": "A uniformed leader is administering an oath to a line of service members with their right hands raised.",
          "question": "Does this image show \"A uniformed leader is administering an oath to a line of service members with their right hands raised.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a ceremony indoors, a man in a white uniform stands facing a row of sailors and is administering an oath to them; they stand at attention, each with a raised right hand mirroring his gesture.",
          "question": "Does this image show \"In a ceremony indoors, a man in a white uniform stands facing a row of sailors and is administering an oath to them; they stand at attention, each with a raised right hand mirroring his gesture.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a senior figure in a white uniform at the front of the room on the left with a raised right hand administering an oath to a group of sailors?",
            "Are men and women in matching white dress uniforms lined up shoulder to shoulder facing the senior figure on the left, each raising a right hand and repeating after the senior figure?",
            "Are the sailors in white dress uniforms standing straight and attentive with their eyes on the senior figure on the left as they collectively take the oath?"
          ]
        }
      }
    },
    {
      "index": 172,
      "tiers": {
        "A": {
          "prompt": "Uniformed service members line both sides of an aisle, saluting as a man in a suit salutes back while walking between them.",
          "question": "Does this image show \"Uniformed service members line both sides of an aisle, saluting as a man in a suit salutes back while walking between them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a ceremonial indoor setting, two rows of service members in tan uniforms stand at attention and salute while a man in a dark suit walks down a red carpet, returning the salute as he passes.",
          "question": "Does this image show \"In a ceremonial indoor setting, two rows of service members in tan uniforms stand at attention and salute while a man in a dark suit walks down a red carpet, returning the salute as he passes.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two facing ranks of uniformed personnel in tan dress and caps forming an aisle while holding a sharp salute?",
            "Is a man in a dark suit with a striped tie walking down a red carpet between the two ranks while raising his hand to his brow in a matching salute?",
            "Do the two facing ranks of tan-uniformed personnel maintain steady posture with eyes forward as the suited man moves through the center?"
          ]
        }
      }
    },
    {
      "index": 173,
      "tiers": {
        "A": {
          "prompt": "An adult reads a book to students with a colleague assisting.",
          "question": "Does this image show \"An adult reads a book to students with a colleague assisting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a classroom, two adults in matching uniforms read a picture book to students, with one colleague holding the pages open while the other speaks to the class.",
          "question": "Does this image show \"In a classroom, two adults in matching uniforms read a picture book to students, with one colleague holding the pages open while the other speaks to the class.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the scene showing two adults in matching uniforms at the front of a classroom presenting a picture book to students together?",
            "Is the adult on the right at the front holding the picture book open so the illustrations face the students?",
            "Is the adult on the left at the front talking and gesturing toward the pages while presenting the story?"
          ]
        }
      }
    },
    {
      "index": 174,
      "tiers": {
        "A": {
          "prompt": "In the ring, one wrestler speaks into a microphone, challenging the other to a wrestling match.",
          "question": "Does this image show \"In the ring, one wrestler speaks into a microphone, challenging the other to a wrestling match.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside a roped ring, two women face off. The woman on the right, a championship belt over her shoulder and a mic in hand, addresses the woman in dark purple gear opposite her, challenging her to a wrestling match as the crowd watches.",
          "question": "Does this image show \"Inside a roped ring, two women face off. The woman on the right, a championship belt over her shoulder and a mic in hand, addresses the woman in dark purple gear opposite her, challenging her to a wrestling match as the crowd watches.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the woman on the right, wearing black-and-pink ring gear, with a championship belt slung over the shoulder, speaking into a handheld microphone toward the wrestler in dark purple ring gear to challenge the opponent to a match?",
            "Is the woman in dark purple ring gear, facing the woman on the right, holding a microphone lowered at the side and clenching the free hand while listening?",
            "Are the two female wrestlers standing several feet apart inside the ring ropes, facing each other under the ring lights while squaring off before the fight?"
          ]
        }
      }
    },
    {
      "index": 175,
      "tiers": {
        "A": {
          "prompt": "In a soccer game, a player in a red kit is sprinting through two defenders while dribbling the ball.",
          "question": "Does this image show \"In a soccer game, a player in a red kit is sprinting through two defenders while dribbling the ball.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "The red-shirted attacker is sprinting through the gap between two opponents in yellow and black, pushing the ball ahead with his left foot as one tries to step in and the other tracks him.",
          "question": "Does this image show \"The red-shirted attacker is sprinting through the gap between two opponents in yellow and black, pushing the ball ahead with his left foot as one tries to step in and the other tracks him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the player in red sprinting through a narrow lane between two defenders in yellow on a grass pitch while keeping the ball close to the player's left foot with the player's head down?",
            "To the right of the player in red, is a defender in yellow lunging with an outstretched leg and a raised arm to block?",
            "Behind the player in red, is another defender in yellow closing in, matching strides and watching the ball?"
          ]
        }
      }
    },
    {
      "index": 176,
      "tiers": {
        "A": {
          "prompt": "A man is being interviewed by a woman on stage.",
          "question": "Does this image show \"A man is being interviewed by a woman on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated in two chairs on a stage, a woman interviews a man; she listens while he responds, speaking and gesturing with his hands.",
          "question": "Does this image show \"Seated in two chairs on a stage, a woman interviews a man; she listens while he responds, speaking and gesturing with his hands.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are a man in a dark suit and a woman in a red dress seated in white armchairs facing slightly toward each other on a stage?",
            "Is the man in a dark suit leaning forward while speaking and using animated hand gestures?",
            "Is the woman in a red dress turned toward the man in a dark suit with hands clasped, attentive, and interviewing him?"
          ]
        }
      }
    },
    {
      "index": 177,
      "tiers": {
        "A": {
          "prompt": "A vocalist performing music with accompanying instrumentalists on a small stage.",
          "question": "Does this image show \"A vocalist performing music with accompanying instrumentalists on a small stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated on a carpeted stage, a woman at the center sings into a microphone, performing music with a tabla player to her left, a violinist to her right, and a tanpura accompanist nearby.",
          "question": "Does this image show \"Seated on a carpeted stage, a woman at the center sings into a microphone, performing music with a tabla player to her left, a violinist to her right, and a tanpura accompanist nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are five performers seated close together on a low, carpeted stage with microphones and cables along the front?",
            "On the left, is a man in a gold kurta playing the tabla with both hands?",
            "In the center, is an older woman in a sari leaning toward a microphone and singing?",
            "On the right, are a musician in a blue kurta bowing a violin while facing the older woman singer in the center and, beside him, a woman in a green sari plucking a tall tanpura?",
            "Is there a man seated just behind the older woman singer in the center as part of the group?"
          ]
        }
      }
    },
    {
      "index": 178,
      "tiers": {
        "A": {
          "prompt": "An older man in black is talking to three men in turbans seated opposite him on the floor.",
          "question": "Does this image show \"An older man in black is talking to three men in turbans seated opposite him on the floor.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a quiet room, an elderly bearded man in black robes sits on a cushion and talks to three men in white turbans facing him, who sit cross?legged and listen attentively.",
          "question": "Does this image show \"In a quiet room, an elderly bearded man in black robes sits on a cushion and talks to three men in white turbans facing him, who sit cross?legged and listen attentively.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an elderly man in a black turban and robe seated on the right, speaking and gesturing with an open hand toward three men in white turbans and robes seated opposite the elderly man?",
            "Are three men in white turbans and robes seated close together opposite an elderly man in a black turban and robe, arranged in a slight arc with their bodies turned toward the elderly man?",
            "Are the three men in white turbans and robes watching and listening closely to an elderly man in a black turban and robe while keeping their hands clasped or resting on their knees?",
            "Are a few books and papers lying on the carpeted floor between the elderly man in a black turban and robe and the three men in white turbans and robes?"
          ]
        }
      }
    },
    {
      "index": 179,
      "tiers": {
        "A": {
          "prompt": "A uniformed soldier buys bread from a young boy at a small outdoor stand.",
          "question": "Does this image show \"A uniformed soldier buys bread from a young boy at a small outdoor stand.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a street-side table piled with bread rolls, a soldier in camouflage holds a bag of rolls as he buys bread from a boy who faces him with money in hand, while others look on.",
          "question": "Does this image show \"At a street-side table piled with bread rolls, a soldier in camouflage holds a bag of rolls as he buys bread from a boy who faces him with money in hand, while others look on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a helmeted soldier in camouflage holding a plastic-wrapped bundle of rolls while engaging with a young boy across a low table covered with packets of bread?",
            "Is the young boy across the table from the helmeted soldier gesturing as he speaks while holding cash in the other hand?",
            "Are another helmeted adult and another child standing nearby watching the exchange between the soldier and the boy?"
          ]
        }
      }
    },
    {
      "index": 180,
      "tiers": {
        "A": {
          "prompt": "A man is shaking hands with another man, greeting each other warmly.",
          "question": "Does this image show \"A man is shaking hands with another man, greeting each other warmly.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in suits are shaking hands with each other and smiling, making eye contact as they meet while another suited man stands just behind them.",
          "question": "Does this image show \"Two men in suits are shaking hands with each other and smiling, making eye contact as they meet while another suited man stands just behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "In the foreground, is the man on the left in a dark suit shaking hands with the man on the right, who wears glasses and a striped shirt and tie, while placing his other hand on the right man's arm?",
            "Are the man on the left in a dark suit and the man on the right with glasses in a striped shirt and tie looking at each other and smiling?",
            "In the background, is another man in a suit walking up while watching the handshake between the two men in the foreground?"
          ]
        }
      }
    },
    {
      "index": 181,
      "tiers": {
        "A": {
          "prompt": "A guitarist performing with a vocalist on stage.",
          "question": "Does this image show \"A guitarist performing with a vocalist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A front-stage guitarist in a tall hat performs with a vocalist, playing an electric guitar while the singer holds a mic and sings beside them.",
          "question": "Does this image show \"A front-stage guitarist in a tall hat performs with a vocalist, playing an electric guitar while the singer holds a mic and sings beside them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a guitarist near the camera wearing a yellow suit and top hat, leaning forward while strumming with fingers on the fretboard?",
            "Is a vocalist standing to the right, singing into a handheld microphone under bright stage lights while sharing the stage with the guitarist?",
            "Is a bandmate seated at a drum setup behind the guitarist and vocalist?"
          ]
        }
      }
    },
    {
      "index": 182,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer is speaking with a man in a suit, joined by two women at an outdoor evening event.",
          "question": "Does this image show \"A uniformed officer is speaking with a man in a suit, joined by two women at an outdoor evening event.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a lawn at night, a smiling military officer in dress uniform speaks with a suited man while two women stand between them, listening and chatting as a small crowd gathers in the background.",
          "question": "Does this image show \"On a lawn at night, a smiling military officer in dress uniform speaks with a suited man while two women stand between them, listening and chatting as a small crowd gathers in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a uniformed officer on the left speaking with a suited man on the right while the suited man gestures with his hand as he talks?",
            "Are two women standing between a uniformed officer on the left and a suited man on the right, facing inward and joining the conversation?",
            "Between a uniformed officer on the left and a suited man on the right, is the woman closer to the officer wearing a light top and patterned skirt while holding a white item, and is the other woman wearing green while holding a small booklet?",
            "Are the uniformed officer, the suited man, and the two women arranged in a relaxed circle, with additional people and uniformed personnel visible in the background?"
          ]
        }
      }
    },
    {
      "index": 183,
      "tiers": {
        "A": {
          "prompt": "Two men are shaking hands in a formal indoor setting.",
          "question": "Does this image show \"Two men are shaking hands in a formal indoor setting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing each other, a man in a dark suit is shaking hands with a man draped in a light shawl over a gray sweater, both smiling during a polite greeting.",
          "question": "Does this image show \"Facing each other, a man in a dark suit is shaking hands with a man draped in a light shawl over a gray sweater, both smiling during a polite greeting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are the man on the left in a dark suit and tie and the man on the right wearing a pale shawl over a gray buttoned sweater and white shirt shaking hands with their right hands meeting at the center?",
            "Are the man on the left in a dark suit and tie and the man on the right in a pale shawl smiling toward the camera while shaking hands?",
            "Are the two men standing between armchairs with a small table behind them holding water and snacks?"
          ]
        }
      }
    },
    {
      "index": 184,
      "tiers": {
        "A": {
          "prompt": "A uniformed official is being interviewed by a crowd of journalists.",
          "question": "Does this image show \"A uniformed official is being interviewed by a crowd of journalists.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A uniformed official is being interviewed by reporters who surround him, thrusting multiple microphones and recorders toward him while another uniformed colleague stands nearby.",
          "question": "Does this image show \"A uniformed official is being interviewed by reporters who surround him, thrusting multiple microphones and recorders toward him while another uniformed colleague stands nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a beige uniform with glasses speaking while a tight ring of journalists surrounds him and multiple handheld microphones with station flags are pushed toward his face?",
            "Is a fuzzy boom microphone extended toward the man in a beige uniform with glasses as cameras frame the interview?",
            "Is there another uniformed man standing at the shoulder of the man in a beige uniform with glasses during the interview?",
            "Are several reporters, both men and women, leaning in with outstretched arms around the man in a beige uniform with glasses, with some holding audio recorders and a phone to capture his answers?"
          ]
        }
      }
    },
    {
      "index": 185,
      "tiers": {
        "A": {
          "prompt": "A man in uniform is receiving an autograph from a seated man.",
          "question": "Does this image show \"A man in uniform is receiving an autograph from a seated man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At an event table, a man in a camouflage uniform leans in with a colorful poster, receiving an autograph from a man in a white polo who signs and hands it back.",
          "question": "Does this image show \"At an event table, a man in a camouflage uniform leans in with a colorful poster, receiving an autograph from a man in a white polo who signs and hands it back.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man in camouflage leaning over a table while holding a bright poster?",
            "Is the man in a white polo seated across the table from the man in camouflage, smiling and looking up while reaching toward the bright poster with a pen?",
            "Is the man in a white polo finishing a signature on the bright poster for the man in camouflage to receive as an autograph?"
          ]
        }
      }
    },
    {
      "index": 186,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is listening to the person seated across the table.",
          "question": "Does this image show \"A man in a suit is listening to the person seated across the table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a formal meeting, a man in glasses with his hands clasped sits attentively, listening to the gray?haired person opposite him while others are in the background.",
          "question": "Does this image show \"In a formal meeting, a man in glasses with his hands clasped sits attentively, listening to the gray?haired person opposite him while others are in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a dark suit and glasses at a conference table with his hands folded, facing forward with a composed posture while focusing on the person across from him?",
            "Is a person with their back to the camera visible in the foreground across the table from the man in the dark suit and glasses?",
            "Is another attendee seated farther back in the room behind the people at the conference table?"
          ]
        }
      }
    },
    {
      "index": 187,
      "tiers": {
        "A": {
          "prompt": "Two figure skaters are ice skating with each other, sharing a happy embrace on the rink.",
          "question": "Does this image show \"Two figure skaters are ice skating with each other, sharing a happy embrace on the rink.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A pair of ice dancers are ice skating with one another, meeting on the ice and hugging with big smiles?he in black, she in a red costume.",
          "question": "Does this image show \"A pair of ice dancers are ice skating with one another, meeting on the ice and hugging with big smiles?he in black, she in a red costume.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this an indoor ice rink scene showing two ice skaters leaning cheek to cheek in a tight, celebratory hug with their skate blades resting on the ice?",
            "Is the skater in a deep red outfit with white figure skates smiling and wrapping her arms around a partner dressed in black?",
            "Is the partner dressed in black holding the skater in red around the back?"
          ]
        }
      }
    },
    {
      "index": 188,
      "tiers": {
        "A": {
          "prompt": "A man is being interviewed with a woman by an interviewer seated across from them.",
          "question": "Does this image show \"A man is being interviewed with a woman by an interviewer seated across from them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man and a woman in dark business attire sit side by side, being interviewed with each other by a third person facing them, smiling as they respond.",
          "question": "Does this image show \"A man and a woman in dark business attire sit side by side, being interviewed with each other by a third person facing them, smiling as they respond.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are a gray-haired man in a dark suit and a woman in a dark outfit seated in adjacent armchairs while facing an interviewer whose back is to the camera?",
            "Is the gray-haired man in a dark suit sitting with one leg crossed and both hands resting near the chair arms?",
            "Is the woman in a dark outfit sitting upright with both hands on the armrests?",
            "Is there a small glass table with a water glass positioned in front of the man and the woman seated in the armchairs?"
          ]
        }
      }
    },
    {
      "index": 189,
      "tiers": {
        "A": {
          "prompt": "A man is unveiling an award with another man, while a third man stands by watching.",
          "question": "Does this image show \"A man is unveiling an award with another man, while a third man stands by watching.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in suits lift a black cover to unveil an award together, while a third man stands beside them, observing the moment.",
          "question": "Does this image show \"Two men in suits lift a black cover to unveil an award together, while a third man stands beside them, observing the moment.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three men in suits gathered around a covered display during an unveiling ceremony?",
            "Is the man in the center wearing a dark suit and holding the edge of a black cloth with his left hand to uncover the award?",
            "Are the man in the center and the man on the right working together to remove a black cloth covering an award?",
            "On the left side of the scene, is there a man in a beige suit standing with his hands clasped while watching the reveal?"
          ]
        }
      }
    },
    {
      "index": 190,
      "tiers": {
        "A": {
          "prompt": "A man in a tan uniform talking to a man in a striped shirt and cap.",
          "question": "Does this image show \"A man in a tan uniform talking to a man in a striped shirt and cap.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "The man on the left, wearing a tan short-sleeve uniform, is talking to the man on the right in a light striped shirt and a green cap; they face each other with arms crossed, engaged in conversation.",
          "question": "Does this image show \"The man on the left, wearing a tan short-sleeve uniform, is talking to the man on the right in a light striped shirt and a green cap; they face each other with arms crossed, engaged in conversation.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the glasses-wearing man on the left in a tan uniform with pins and a name badge talking to the man on the right?",
            "Is the man on the right, who wears a green baseball cap and a light blue-and-white striped short-sleeve shirt, facing the man on the left?",
            "Are the two men standing close together indoors, looking at each other with arms crossed and sharing a relaxed, friendly exchange?"
          ]
        }
      }
    },
    {
      "index": 191,
      "tiers": {
        "A": {
          "prompt": "A senior officer is returning a salute from another uniformed soldier.",
          "question": "Does this image show \"A senior officer is returning a salute from another uniformed soldier.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Facing a beret-wearing soldier, a camouflaged officer in a utility cap raises his hand to his brim, returning a salute from the soldier as they stand among other service members.",
          "question": "Does this image show \"Facing a beret-wearing soldier, a camouflaged officer in a utility cap raises his hand to his brim, returning a salute from the soldier as they stand among other service members.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in desert camouflage wearing a utility cap with a visible four-star insignia raising his right hand to his cap in a salute?",
            "Is a soldier in darker camouflage wearing a black beret shown in the foreground with a raised hand giving a salute?",
            "Are the man in desert camouflage with the utility cap and the soldier in darker camouflage with the black beret facing each other at close range with their saluting hands nearly aligned?"
          ]
        }
      }
    },
    {
      "index": 192,
      "tiers": {
        "A": {
          "prompt": "A pack of cyclists is racing bicycles with one another on the road.",
          "question": "Does this image show \"A pack of cyclists is racing bicycles with one another on the road.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several riders in helmets race bicycles with each other in a tight group on a wet street, with one cyclist pushing ahead while the rest chase and a course marshal signaling nearby.",
          "question": "Does this image show \"Several riders in helmets race bicycles with each other in a tight group on a wet street, with one cyclist pushing ahead while the rest chase and a course marshal signaling nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a leading cyclist on a green bike leaning forward and pulling ahead while a close-packed group behind pedals with heads down and hands on the drops?",
            "Are the cyclists racing along a wet roadway beside a stone wall?",
            "Is a marshal in high-visibility clothing at the side of the road waving a yellow flag to guide the cyclists?"
          ]
        }
      }
    },
    {
      "index": 193,
      "tiers": {
        "A": {
          "prompt": "Two people are hugging while standing at a podium.",
          "question": "Does this image show \"Two people are hugging while standing at a podium.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "An older man in a dark suit hugs a woman in a denim jacket at a lectern, their heads close and their hands clasped near the microphone.",
          "question": "Does this image show \"An older man in a dark suit hugs a woman in a denim jacket at a lectern, their heads close and their hands clasped near the microphone.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an older man with white hair in a navy suit hugging a woman in a denim jacket from the side at a speaking podium, with his arm around her shoulders?",
            "Are the older man in the navy suit and the woman in the denim jacket leaning their heads together and clasping hands in front of the microphone while smiling and continuing the hug?"
          ]
        }
      }
    },
    {
      "index": 194,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is giving a uniformed service member an award, and they smile while holding the certificate together.",
          "question": "Does this image show \"A man in a suit is giving a uniformed service member an award, and they smile while holding the certificate together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In front of a large flag backdrop, a man in a dark suit presents an award certificate to a uniformed service member in dress blues and a red beret; both face the camera, smiling as they hold the document.",
          "question": "Does this image show \"In front of a large flag backdrop, a man in a dark suit presents an award certificate to a uniformed service member in dress blues and a red beret; both face the camera, smiling as they hold the document.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a suited presenter on the left handing an award to a uniformed service member on the right who is wearing dress blues with a red beret and visible ribbons?",
            "Are the presenter and the service member both holding the same certificate by its bottom corners while smiling for the photo?",
            "Are two people standing side by side at a formal ceremony in front of a patriotic flag backdrop?"
          ]
        }
      }
    },
    {
      "index": 195,
      "tiers": {
        "A": {
          "prompt": "A man is drinking tea with another person across the table.",
          "question": "Does this image show \"A man is drinking tea with another person across the table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a table, a bald man in a patterned shawl holds a white mug and faces the person opposite him, drinking tea with them as they talk.",
          "question": "Does this image show \"At a table, a bald man in a patterned shawl holds a white mug and faces the person opposite him, drinking tea with them as they talk.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a bald, bearded man in dark clothes with a green-striped shawl sitting at a table and lifting a white mug while speaking to a companion across from him?",
            "Is there a second seated person across the table seen blurred in the foreground and facing the bald, bearded man?",
            "On the table in front of the bald, bearded man, are there both a goblet of iced tea and a water glass with a lime slice along with simple tableware?"
          ]
        }
      }
    },
    {
      "index": 196,
      "tiers": {
        "A": {
          "prompt": "A uniformed sailor speaks with a man in a cap on a ship at sea.",
          "question": "Does this image show \"A uniformed sailor speaks with a man in a cap on a ship at sea.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the ship's deck, a sailor in blue camouflage is speaking with a man in a white polo and cap as they face each other with the ocean behind them.",
          "question": "Does this image show \"On the ship's deck, a sailor in blue camouflage is speaking with a man in a white polo and cap as they face each other with the ocean behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men standing on an open ship deck with the ship's wake stretching into the distance behind them?",
            "Is the man on the left wearing a blue digital-camouflage naval uniform and cap, speaking while gesturing with his hands toward the man on the right?",
            "Is the man on the right wearing a white polo and khaki pants with a dark cap, listening with his hands on his hips as he faces the man on the left?"
          ]
        }
      }
    },
    {
      "index": 197,
      "tiers": {
        "A": {
          "prompt": "Uniformed personnel gather around desks for a briefing.",
          "question": "Does this image show \"Uniformed personnel gather around desks for a briefing.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several service members in camouflage sit at computer stations while a person at a lectern leads a briefing; a participant on the right speaks as the others listen.",
          "question": "Does this image show \"Several service members in camouflage sit at computer stations while a person at a lectern leads a briefing; a participant on the right speaks as the others listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a group seated around clustered desks with monitors and phones, mostly wearing camouflage uniforms with one person in a striped shirt?",
            "On the right side of the room, is a uniformed speaker addressing the group while several teammates turn toward the speaker with focused expressions?",
            "At the far side of the room, is a facilitator standing at a small lectern and looking toward the group?",
            "Does the image depict an active briefing with discussion and questions?"
          ]
        }
      }
    },
    {
      "index": 198,
      "tiers": {
        "A": {
          "prompt": "An officer in a dark green uniform receives a command coin from a senior officer in a tan uniform.",
          "question": "Does this image show \"An officer in a dark green uniform receives a command coin from a senior officer in a tan uniform.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A senior officer in tan holds out an open red box with a command coin, and the officer in dark green reaches to accept it while two fellow green-uniformed officers watch.",
          "question": "Does this image show \"A senior officer in tan holds out an open red box with a command coin, and the officer in dark green reaches to accept it while two fellow green-uniformed officers watch.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is an officer on the right in a tan short-sleeve uniform smiling while presenting a red presentation case that holds a round command coin?",
            "Is an officer on the left in a dark green uniform leaning in and extending a hand to take the coin from the tan-uniformed officer on the right?",
            "Are two other green-uniformed officers standing close behind the green-uniformed officer on the left who is receiving the coin, watching the exchange and smiling?"
          ]
        }
      }
    },
    {
      "index": 199,
      "tiers": {
        "A": {
          "prompt": "A group gathers around a table as one person shows them a photo album.",
          "question": "Does this image show \"A group gathers around a table as one person shows them a photo album.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Six adults lean over a desk while one man holds open and shows a photo album, and the others crowd in to look under the warm light of a table lamp.",
          "question": "Does this image show \"Six adults lean over a desk while one man holds open and shows a photo album, and the others crowd in to look under the warm light of a table lamp.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are six adults clustered around a wooden desk under a shaded lamp?",
            "Is a man at the front holding a large album open and showing a page to the others?",
            "Is a man in a light jacket leaning in from one side of the desk to study the album's black-and-white photos?",
            "Are a woman and two men positioned across the desk from the man presenting the album, looking closely at the open pages?"
          ]
        }
      }
    },
    {
      "index": 200,
      "tiers": {
        "A": {
          "prompt": "A man is holding up signed shirts with a woman on the steps of a building.",
          "question": "Does this image show \"A man is holding up signed shirts with a woman on the steps of a building.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the steps of a large building, a man in a suit is holding up signed shirts with a smiling woman beside him, each presenting an autographed T-shirt to the people gathered behind them.",
          "question": "Does this image show \"On the steps of a large building, a man in a suit is holding up signed shirts with a smiling woman beside him, each presenting an autographed T-shirt to the people gathered behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a suit standing in front of tall columns with his arms stretched wide to display a white T-shirt covered with signatures?",
            "Is a woman standing beside a man in a suit and holding up a bluish T-shirt with signatures in a pose that mirrors his?",
            "Are the man in a suit and the woman standing shoulder to shoulder and smiling toward the camera?",
            "Are several onlookers watching from the steps behind the man in a suit and the woman holding the signed T-shirts?"
          ]
        }
      }
    },
    {
      "index": 201,
      "tiers": {
        "A": {
          "prompt": "Three uniformed service members stand at attention with one another.",
          "question": "Does this image show \"Three uniformed service members stand at attention with one another.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Outdoors, three people in camouflage uniforms stand at attention with one another in a row, facing forward while onlookers sit on bleachers behind them.",
          "question": "Does this image show \"Outdoors, three people in camouflage uniforms stand at attention with one another in a row, facing forward while onlookers sit on bleachers behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three individuals in desert camouflage uniforms standing side by side at attention on the grass with arms at their sides and faces forward?",
            "Does the individual in desert camouflage closest to the camera have a medal pinned to the chest?",
            "Are spectators watching from bleachers beneath a large shade canopy behind the three uniformed individuals?"
          ]
        }
      }
    },
    {
      "index": 202,
      "tiers": {
        "A": {
          "prompt": "A group of people are participating in a book signing ceremony.",
          "question": "Does this image show \"A group of people are participating in a book signing ceremony.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a desk, a man in a dark suit signs a large open book with a seated woman helping hold the pages, while another man sits beside them and several onlookers in suits and a uniform stand behind, smiling and watching.",
          "question": "Does this image show \"At a desk, a man in a dark suit signs a large open book with a seated woman helping hold the pages, while another man sits beside them and several onlookers in suits and a uniform stand behind, smiling and watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a black suit sitting on the right at a table, smiling as he signs a large open book with a pen?",
            "Is there a woman in a gray suit on the left at the wooden table holding the large book open with both hands to assist the signing process?",
            "Is there a man in a dark suit leaning in beside the man in the black suit, smiling as he watches the signing?",
            "Are a woman in uniform and two men in suits standing behind the people at the wooden table, looking on at the signing?",
            "Is there a small child positioned between the two men in suits who are standing behind the people at the wooden table?"
          ]
        }
      }
    },
    {
      "index": 203,
      "tiers": {
        "A": {
          "prompt": "A man in a suit gives a present to a man in camouflage while they shake hands.",
          "question": "Does this image show \"A man in a suit gives a present to a man in camouflage while they shake hands.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men, one in a military camouflage uniform and one in a dark suit, smile and shake hands as the suited man presents a wooden gift box to the uniformed man.",
          "question": "Does this image show \"Two men, one in a military camouflage uniform and one in a dark suit, smile and shake hands as the suited man presents a wooden gift box to the uniformed man.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man in a dark pinstripe suit on the right smiling while shaking hands with the man in camouflage on the left?",
            "During the handshake, is the man in the dark pinstripe suit on the right holding out a rectangular wooden presentation box with a medallion on its lid toward the man in camouflage on the left?",
            "Is the man in camouflage on the left gripping the handshake with his right hand while moving his left hand toward the wooden presentation box held by the man in the dark pinstripe suit?"
          ]
        }
      }
    },
    {
      "index": 204,
      "tiers": {
        "A": {
          "prompt": "A team of players in uniform is huddling with one another.",
          "question": "Does this image show \"A team of players in uniform is huddling with one another.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several teammates in white jerseys are huddling with each other, arms over shoulders as they gather around a teammate in a yellow jersey on an indoor court.",
          "question": "Does this image show \"Several teammates in white jerseys are huddling with each other, arms over shoulders as they gather around a teammate in a yellow jersey on an indoor court.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a tight group of players seen from behind at close range forming a circle huddle?",
            "In the team huddle, are players in white uniforms standing shoulder to shoulder with arms draped across teammates' backs and hands gripping shoulders?",
            "In the team huddle, is there a teammate wearing a yellow top included among the players in white uniforms?",
            "In the team huddle, is one player hooking a forearm around a teammate's neck while another rests a hand between shoulder blades as they lean in close?"
          ]
        }
      }
    },
    {
      "index": 205,
      "tiers": {
        "A": {
          "prompt": "Two suited officials are having a seated meeting with their counterparts across a conference table.",
          "question": "Does this image show \"Two suited officials are having a seated meeting with their counterparts across a conference table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal table, the two men on the right are having a seated meeting with two others facing them, talking over papers and notebooks with small U.S. and Australian flags between them.",
          "question": "Does this image show \"At a formal table, the two men on the right are having a seated meeting with two others facing them, talking over papers and notebooks with small U.S. and Australian flags between them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four men in suits seated around a polished wooden table in a well-lit conference room for a meeting?",
            "On the right side of the table, are a man with glasses and a light green tie and a man with a yellow tie seated beside each other, facing two counterparts across the table, including a white-haired man in the foreground?",
            "At the table, is one man reading from a sheet while the other three men listen and smile?",
            "Are name cards labeled \"The Minister of Defence\" and \"The Secretary of Defense\" placed near small U.S. and Australian table flags between the two groups, with coffee cups, water glasses, and plates with pastries on the table?"
          ]
        }
      }
    },
    {
      "index": 206,
      "tiers": {
        "A": {
          "prompt": "A man in a sailor hat is receiving a present from a woman in front of a crowd.",
          "question": "Does this image show \"A man in a sailor hat is receiving a present from a woman in front of a crowd.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a crowded outdoor gathering, a woman presenter offers a carved watermelon to a man wearing a sailor-style hat, and he receives the present as she holds a microphone toward him.",
          "question": "Does this image show \"At a crowded outdoor gathering, a woman presenter offers a carved watermelon to a man wearing a sailor-style hat, and he receives the present as she holds a microphone toward him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman in a light shirt holding a red-tipped microphone while presenting a carved watermelon to a man in a striped shirt and a sailor hat?",
            "Is the man in a striped shirt and a sailor hat reaching toward the carved watermelon to receive it from the woman in the light shirt?",
            "Are onlookers gathered outdoors watching the exchange between the woman in a light shirt and the man in a striped shirt and a sailor hat?"
          ]
        }
      }
    },
    {
      "index": 207,
      "tiers": {
        "A": {
          "prompt": "A singer at a keyboard is performing with a guitarist on stage.",
          "question": "Does this image show \"A singer at a keyboard is performing with a guitarist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On stage, a woman plays an electric keyboard and sings into a microphone, performing with a man seated opposite her who plays acoustic guitar.",
          "question": "Does this image show \"On stage, a woman plays an electric keyboard and sings into a microphone, performing with a man seated opposite her who plays acoustic guitar.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a woman on the left seated at an electric keyboard, singing into a microphone while her hands play the keys?",
            "Is a man on the right seated and strumming an acoustic guitar, with a laptop on a small stand and cables around his setup?",
            "Are the woman at the keyboard and the man with the guitar performing together and focusing on their instruments and each other?"
          ]
        }
      }
    },
    {
      "index": 208,
      "tiers": {
        "A": {
          "prompt": "A man in a suit is presenting the cup to a woman in swimwear as a crowd watches on the sand.",
          "question": "Does this image show \"A man in a suit is presenting the cup to a woman in swimwear as a crowd watches on the sand.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In front of a gathered crowd on the beach, a suited man presents a trophy cup to a woman in a bathing outfit and cap; she faces him and reaches to hold the cup.",
          "question": "Does this image show \"In front of a gathered crowd on the beach, a suited man presents a trophy cup to a woman in a bathing outfit and cap; she faces him and reaches to hold the cup.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "On sandy ground, is a man in a dark suit standing on the right holding out a large trophy toward a woman in a bathing outfit and cap on the left?",
            "Is the woman in a bathing outfit and cap on the left gripping one handle of the trophy while looking at the man in the dark suit on the right?",
            "Are people clustered behind the man in the dark suit and the woman in the bathing outfit watching the exchange?"
          ]
        }
      }
    },
    {
      "index": 209,
      "tiers": {
        "A": {
          "prompt": "A baseball player is sliding while another player tries to catch a throw.",
          "question": "Does this image show \"A baseball player is sliding while another player tries to catch a throw.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the infield dirt, a player in a gray uniform with a red helmet slides headfirst as a fielder in a dark jersey and white pants crouches with his glove up, watching the ball flying toward him.",
          "question": "Does this image show \"On the infield dirt, a player in a gray uniform with a red helmet slides headfirst as a fielder in a dark jersey and white pants crouches with his glove up, watching the ball flying toward him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a runner in gray wearing a red helmet diving headfirst toward a base with his body fully stretched out and his torso twisting away from the camera?",
            "Is the runner in gray wearing a red helmet sliding through the dirt with one arm reaching forward and his cleats lifted off the ground?",
            "Is a fielder in a black jersey crouching low near the base with his glove open and focusing on an incoming ball approaching from his left side?"
          ]
        }
      }
    },
    {
      "index": 210,
      "tiers": {
        "A": {
          "prompt": "A vocalist is performing with bandmates on stage.",
          "question": "Does this image show \"A vocalist is performing with bandmates on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A young male singer, mic in hand, is performing with two fellow musicians as they play guitars under blue stage lights while the crowd watches.",
          "question": "Does this image show \"A young male singer, mic in hand, is performing with two fellow musicians as they play guitars under blue stage lights while the crowd watches.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a smiling lead singer wearing an in-ear monitor and leaning into a handheld microphone while performing with two bandmates?",
            "Are there two bandmates, with one at the front left in a gray shirt with a guitar strap facing the audience, and another at the back right focusing on a guitar?",
            "Are fans pressed near the stage holding phones up as blue beams cut through haze around the performers?"
          ]
        }
      }
    },
    {
      "index": 211,
      "tiers": {
        "A": {
          "prompt": "A man in a military uniform is shaking hands with a man in a suit at a podium.",
          "question": "Does this image show \"A man in a military uniform is shaking hands with a man in a suit at a podium.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a stage, a uniformed military man steps forward and shakes hands with a suited speaker across the lectern, both facing each other with courteous smiles.",
          "question": "Does this image show \"On a stage, a uniformed military man steps forward and shakes hands with a suited speaker across the lectern, both facing each other with courteous smiles.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the gray-haired man in a dress military uniform on the left extending his right hand?",
            "Is the man in a dark suit with a striped tie standing at a wooden lectern on the right and leaning out toward the uniformed man?",
            "Are the gray-haired man in a dress military uniform and the man in a dark suit at the lectern clasping hands in a firm handshake while looking at each other with polite expressions, with a microphone and a blue backdrop behind them?"
          ]
        }
      }
    },
    {
      "index": 212,
      "tiers": {
        "A": {
          "prompt": "A singer-guitarist performing with another musician on stage.",
          "question": "Does this image show \"A singer-guitarist performing with another musician on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a tented stage, a woman plays an acoustic guitar and sings into a microphone while a man beside her plays a small guitar-like instrument; they are performing with each other.",
          "question": "Does this image show \"On a tented stage, a woman plays an acoustic guitar and sings into a microphone while a man beside her plays a small guitar-like instrument; they are performing with each other.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a short-haired woman in a dark jacket and red scarf strumming an acoustic guitar and singing into a front microphone under a canopy stage?",
            "Is a man in a vest and tie positioned to the right of a short-haired woman in a dark jacket and red scarf, playing a small box-shaped guitar and glancing toward the woman in the red scarf?",
            "Are mic stands and a small table placed between the short-haired woman in a dark jacket and red scarf and the man in a vest and tie as they perform together?"
          ]
        }
      }
    },
    {
      "index": 213,
      "tiers": {
        "A": {
          "prompt": "Two teammates in white are playing soccer with a red-and-black opponent, battling for the ball at their feet.",
          "question": "Does this image show \"Two teammates in white are playing soccer with a red-and-black opponent, battling for the ball at their feet.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a grassy pitch, a player in a white kit dribbles as a white-clad teammate runs beside them, playing soccer with a red-and-black striped opponent who closes in to challenge for possession.",
          "question": "Does this image show \"On a grassy pitch, a player in a white kit dribbles as a white-clad teammate runs beside them, playing soccer with a red-and-black striped opponent who closes in to challenge for possession.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a lead player in white at the front pushing the soccer ball ahead with a touch while moving down the field?",
            "Are two teammates in white moving together, with the supporting player crowded close to the ball handler near the front?",
            "Is an opponent in a red-and-black striped jersey tracking the two white-clad players from the side, ready to tackle?",
            "Are the three players shoulder to shoulder and focused on the ball as they jostle for control while advancing down the pitch?"
          ]
        }
      }
    },
    {
      "index": 214,
      "tiers": {
        "A": {
          "prompt": "Two players are playing soccer with each other on the field.",
          "question": "Does this image show \"Two players are playing soccer with each other on the field.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A player in a white kit is playing soccer with a player in a blue kit, as the blue player dribbles the ball and the white player moves in to challenge.",
          "question": "Does this image show \"A player in a white kit is playing soccer with a player in a blue kit, as the blue player dribbles the ball and the white player moves in to challenge.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the player in white with purple accents bending slightly and stepping forward to defend against an opposing player on a green pitch?",
            "Is the player in blue and pink controlling a yellow-and-black soccer ball near the blue-and-pink player's right foot while trying to move past the player in white with purple accents?",
            "Are the player in white with purple accents and the player in blue and pink closing in on each other as they contest the ball?"
          ]
        }
      }
    },
    {
      "index": 215,
      "tiers": {
        "A": {
          "prompt": "A player in a white jersey is playing basketball with two players in black, all looking upward at the ball.",
          "question": "Does this image show \"A player in a white jersey is playing basketball with two players in black, all looking upward at the ball.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three athletes are playing basketball with one another; the player in white stands between two in black on the court as they look up, waiting for the ball to come down.",
          "question": "Does this image show \"Three athletes are playing basketball with one another; the player in white stands between two in black on the court as they look up, waiting for the ball to come down.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a white uniform bracing between two opponents in black who flank the player on a basketball court while preparing to contest the ball?",
            "Are the three players standing close together with heads tilted back and eyes tracking a ball overhead?",
            "Are the two players in black holding their hands ready and angling their bodies for position around the white-uniformed player?"
          ]
        }
      }
    },
    {
      "index": 216,
      "tiers": {
        "A": {
          "prompt": "Two men walk with a colleague across a broad walkway.",
          "question": "Does this image show \"Two men walk with a colleague across a broad walkway.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three men in business suits are walking together outside a large building; the man in the center walks with the man on the left as they talk, while a third walks with them on the right a step ahead.",
          "question": "Does this image show \"Three men in business suits are walking together outside a large building; the man in the center walks with the man on the left as they talk, while a third walks with them on the right a step ahead.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the image showing three men in dark suits walking together across a wide concrete plaza in front of a large office-style building?",
            "Is the man on the left turned toward the man in the center and gesturing while walking alongside him?",
            "Is the man in the center walking with one hand in his pocket and holding a slim folder in the other?",
            "Is the man on the right walking slightly ahead of the two men on the left while facing forward?"
          ]
        }
      }
    },
    {
      "index": 217,
      "tiers": {
        "A": {
          "prompt": "Two violinists are performing with a keyboardist on stage.",
          "question": "Does this image show \"Two violinists are performing with a keyboardist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On stage, a woman and a man face each other performing with violins, while a third musician behind them performs with a keyboard to accompany their duet.",
          "question": "Does this image show \"On stage, a woman and a man face each other performing with violins, while a third musician behind them performs with a keyboard to accompany their duet.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three musicians performing on stage, with two violinists positioned on the left and right and a keyboard player seated behind the violinists?",
            "On the left, is a woman in a black sleeveless top standing with her full body visible and playing the violin with the bow in her right hand while facing the man on the right?",
            "On the right, is a man in a light blue shirt standing with his full body visible and playing a violin while bowing with his right hand and facing and looking at the woman on the left?",
            "Behind the two violinists, is a man in a white shirt seated at a keyboard, facing forward with only his upper body visible?"
          ]
        }
      }
    },
    {
      "index": 218,
      "tiers": {
        "A": {
          "prompt": "Two men in suits are signing an agreement with each other at a table.",
          "question": "Does this image show \"Two men in suits are signing an agreement with each other at a table.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated side by side at a wooden table, two suited men each hold a pen and sign documents in front of them, signing an agreement with one another in a formal setting.",
          "question": "Does this image show \"Seated side by side at a wooden table, two suited men each hold a pen and sign documents in front of them, signing an agreement with one another in a formal setting.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men sitting close together at a wide table with open folders, both holding pens and signing documents as part of an agreement with each other?",
            "Is the man on the left, who is bald and wearing glasses, smiling while writing on his document?",
            "Is the man on the right concentrating on signing his copy of the document?"
          ]
        }
      }
    },
    {
      "index": 219,
      "tiers": {
        "A": {
          "prompt": "A group of uniformed service members and guests are preparing to cut the cake with a ceremonial sword together.",
          "question": "Does this image show \"A group of uniformed service members and guests are preparing to cut the cake with a ceremonial sword together.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Standing behind a large cake, several soldiers and a few suited officials smile and stack their hands on a ceremonial sword, preparing to cut the cake with it as a group.",
          "question": "Does this image show \"Standing behind a large cake, several soldiers and a few suited officials smile and stack their hands on a ceremonial sword, preparing to cut the cake with it as a group.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a row of men, mostly in military dress uniforms with a couple in suits, standing shoulder to shoulder in front of a long decorated cake while leaning in and laughing and smiling?",
            "Are the men in military dress uniforms and suits layering their hands together on the hilt of a ceremonial sword that extends over the cake, preparing to cut the cake with it?"
          ]
        }
      }
    },
    {
      "index": 220,
      "tiers": {
        "A": {
          "prompt": "A man in a dark dress uniform gives a signed football to a man in a suit as others smile around them.",
          "question": "Does this image show \"A man in a dark dress uniform gives a signed football to a man in a suit as others smile around them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In front of a gathered group of men in matching dark uniforms, the central uniformed man holds out a signature-covered football, giving it to a smiling man in a gray suit while another uniformed man beside him grins.",
          "question": "Does this image show \"In front of a gathered group of men in matching dark uniforms, the central uniformed man holds out a signature-covered football, giving it to a smiling man in a gray suit while another uniformed man beside him grins.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man at the center in a dark dress uniform holding a white-panel football covered in signatures and extending the football toward a man in a gray suit who is leaning in with a broad smile?",
            "Is another man in a dark dress uniform standing close by, laughing while watching the exchange between the man at the center in a dark dress uniform and the man in the gray suit?",
            "Are rows of men in matching dark dress uniforms visible around the man at the center in a dark dress uniform and the man in the gray suit, with the onlookers smiling?"
          ]
        }
      }
    },
    {
      "index": 221,
      "tiers": {
        "A": {
          "prompt": "A man in camouflage is showing another man a diagram on a large wall map.",
          "question": "Does this image show \"A man in camouflage is showing another man a diagram on a large wall map.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Indoors, a man in a camouflage uniform points at a wall-mounted map, showing a diagram to a man in a tan uniform who leans in to see it.",
          "question": "Does this image show \"Indoors, a man in a camouflage uniform points at a wall-mounted map, showing a diagram to a man in a tan uniform who leans in to see it.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in green camouflage on the right standing beside a large wall-mounted map and pointing to a specific area while speaking?",
            "Is a man in a tan uniform on the left leaning forward to study the spot on the map being indicated by the man in camouflage?",
            "Are a couple of other people faintly visible in the background behind the man in camouflage and the man in a tan uniform?"
          ]
        }
      }
    },
    {
      "index": 222,
      "tiers": {
        "A": {
          "prompt": "A candidate celebrates winning the nomination with supporters, raising linked hands on stage.",
          "question": "Does this image show \"A candidate celebrates winning the nomination with supporters, raising linked hands on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a stage behind a podium, a smiling man in a suit celebrates winning the nomination with three companions, lifting their joined hands overhead as others applaud in the background.",
          "question": "Does this image show \"On a stage behind a podium, a smiling man in a suit celebrates winning the nomination with three companions, lifting their joined hands overhead as others applaud in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three men and one woman standing together at the front, facing the audience?",
            "Is the man in the center raising both arms while clasping the right hand of the man standing to the left of the man in the center and the left hand of the woman standing to the right of the man in the center?",
            "Is the man on the far left throwing a free hand up while looking toward the man in the center and the adjacent man and woman raising joined hands?",
            "Are several people in the background applauding near flags and heavy stage curtains behind the front group?"
          ]
        }
      }
    },
    {
      "index": 223,
      "tiers": {
        "A": {
          "prompt": "A uniformed service member is receiving the wreath from another service member.",
          "question": "Does this image show \"A uniformed service member is receiving the wreath from another service member.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two people in camouflage uniforms face each other as the older man on the right receives the wreath from the younger service member on the left.",
          "question": "Does this image show \"Two people in camouflage uniforms face each other as the older man on the right receives the wreath from the younger service member on the left.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two camouflage-clad service members holding a round wreath of white and red flowers between them, with the service member on the left presenting it forward with both hands while the older service member on the right reaches to take the frame?",
            "Are other uniformed personnel visible in the background watching the exchange?"
          ]
        }
      }
    },
    {
      "index": 224,
      "tiers": {
        "A": {
          "prompt": "A speaker is presenting with a colleague at the front of a lecture room.",
          "question": "Does this image show \"A speaker is presenting with a colleague at the front of a lecture room.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a lecture hall, two men are presenting together: the man in a striped shirt addresses the room while the man in a white shirt and tie stands to the side near the table, ready to join in.",
          "question": "Does this image show \"In a lecture hall, two men are presenting together: the man in a striped shirt addresses the room while the man in a white shirt and tie stands to the side near the table, ready to join in.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a striped button-down standing before a projection screen, gesturing as he speaks to the audience at the front of the room?",
            "Is there a man in a white shirt and tie standing near a table with microphones and papers, watching and waiting to add his part?",
            "Are the man in the striped button-down and the man in the white shirt and tie both facing forward and presenting together at the front of the room?"
          ]
        }
      }
    },
    {
      "index": 225,
      "tiers": {
        "A": {
          "prompt": "Three officials sit at a table, testifying with one another in a formal hearing setting.",
          "question": "Does this image show \"Three officials sit at a table, testifying with one another in a formal hearing setting.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a long table with microphones, a woman in a blue jacket sits beside two men?one in a suit and one in a dark military uniform?as they testify with their colleagues during the proceedings.",
          "question": "Does this image show \"At a long table with microphones, a woman in a blue jacket sits beside two men?one in a suit and one in a dark military uniform?as they testify with their colleagues during the proceedings.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three officials seated shoulder to shoulder at a green-covered table, facing desk microphones and papers while testifying together?",
            "On the right, is a man in a dark military uniform with gold-striped cuffs clasping his hands?",
            "In the center, is a gray-haired man in a suit leaning slightly forward with an attentive posture?",
            "On the left, is a woman in a blue jacket resting her hand near her chin while listening?"
          ]
        }
      }
    },
    {
      "index": 226,
      "tiers": {
        "A": {
          "prompt": "Two men are standing for the anthem with other attendees.",
          "question": "Does this image show \"Two men are standing for the anthem with other attendees.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men in dark suits are standing for the anthem with a group around them; each holds a hand over the chest while people behind them, some in uniform, salute.",
          "question": "Does this image show \"Two men in dark suits are standing for the anthem with a group around them; each holds a hand over the chest while people behind them, some in uniform, salute.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two men in dark business suits with light blue ties standing side by side in the foreground with their right hands over their hearts?",
            "Are several people behind the two men in dark suits, including some in dress uniforms with caps and gold trim, standing at attention and saluting?",
            "Is the gathered group facing forward in a quiet, respectful moment?"
          ]
        }
      }
    },
    {
      "index": 227,
      "tiers": {
        "A": {
          "prompt": "At a counter, a man is eating and talking with a woman while another man sits beside them.",
          "question": "Does this image show \"At a counter, a man is eating and talking with a woman while another man sits beside them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three people in winter wear sit at a wooden counter with tea and cookies; the man in the middle is eating and talking with the woman on his right, while the man on the left tends to his plate.",
          "question": "Does this image show \"Three people in winter wear sit at a wooden counter with tea and cookies; the man in the middle is eating and talking with the woman on his right, while the man on the left tends to his plate.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are three adults sitting side by side at a wooden counter with teapots, cups, and small plates of cookies?",
            "Is the man in the center wearing a dark parka with a fur-trimmed hood leaning toward the woman on the right while gesturing as he eats and talks with her?",
            "Is the woman on the right wearing a headband, facing the center man, holding her cup and engaging in the discussion?",
            "On the left, is a man in a white hard hat and a blue-and-yellow jacket handling a spoon and looking off to the side while sharing the counter and snacks?"
          ]
        }
      }
    },
    {
      "index": 228,
      "tiers": {
        "A": {
          "prompt": "Four people are celebrating a win with a trophy presentation, standing together and holding a large silver cup.",
          "question": "Does this image show \"Four people are celebrating a win with a trophy presentation, standing together and holding a large silver cup.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A racer in a blue-and-white suit stands with three others on a podium, and they celebrate a win with a trophy presentation by gripping the tall silver cup and smiling for the photo.",
          "question": "Does this image show \"A racer in a blue-and-white suit stands with three others on a podium, and they celebrate a win with a trophy presentation by gripping the tall silver cup and smiling for the photo.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four adults celebrating a win with a trophy presentation while posing close together and facing the camera?",
            "Is there a man on the left wearing a blue-and-white racing suit who is smiling at the camera while placing his right hand on the trophy?",
            "Is there a woman with short hair wearing sunglasses and a blue dress who stands beside the man in the blue-and-white racing suit while smiling and holding the side of the trophy with her right hand?",
            "Is there a woman in a white suit with long hair who smiles and holds the other side of the large silver trophy with her left hand while standing next to the woman in the blue dress?",
            "Is there a man on the right wearing a red-and-black jacket and a red cap who smiles and grips the trophy with his left hand?",
            "Do the four adults place their hands around the trophy so that their hands meet as they pose together facing the camera?"
          ]
        }
      }
    },
    {
      "index": 229,
      "tiers": {
        "A": {
          "prompt": "Two uniformed service members are embracing while their fellow troops look on.",
          "question": "Does this image show \"Two uniformed service members are embracing while their fellow troops look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a crowd of service members in desert camouflage, one wearing a dark beret embraces a fellow soldier as others nearby smile and clap.",
          "question": "Does this image show \"In a crowd of service members in desert camouflage, one wearing a dark beret embraces a fellow soldier as others nearby smile and clap.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the service member in a dark beret at the front wrapping both arms around a comrade in a brimmed field hat, with their cheeks pressed together?",
            "Are surrounding uniformed troops grinning and applauding while watching the two service members embracing at the front, near rows of plastic chairs?"
          ]
        }
      }
    },
    {
      "index": 230,
      "tiers": {
        "A": {
          "prompt": "An Air Force officer signs the partnership agreement with a Navy officer.",
          "question": "Does this image show \"An Air Force officer signs the partnership agreement with a Navy officer.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated side by side at a table, a U.S. Air Force officer and a Navy officer are signing the partnership agreement, with the Air Force officer writing while the Navy officer looks on.",
          "question": "Does this image show \"Seated side by side at a table, a U.S. Air Force officer and a Navy officer are signing the partnership agreement, with the Air Force officer writing while the Navy officer looks on.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two military officers seated close together at a table with papers between them for a partnership agreement signing?",
            "Is the officer on the left, wearing a camouflaged U.S. Air Force uniform and a blue lei, holding a pen and filling out the document?",
            "Is the officer on the right, in a white naval dress uniform with a white lei, watching with his hands near the papers?"
          ]
        }
      }
    },
    {
      "index": 231,
      "tiers": {
        "A": {
          "prompt": "An elderly man hands a pen to the seated man beside him while others look on.",
          "question": "Does this image show \"An elderly man hands a pen to the seated man beside him while others look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a table, an older man in glasses is handing a pen to the man next to him, as three onlookers?two women and a man?stand behind them watching the exchange.",
          "question": "Does this image show \"At a table, an older man in glasses is handing a pen to the man next to him, as three onlookers?two women and a man?stand behind them watching the exchange.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men seated at a table, with the elderly man on the right wearing glasses extending a pen toward the man on the left, who leans in to take it?",
            "Is there a document lying on the table as the pen is handed over between the two seated men?",
            "Are a woman in a light blue dress, a man in a dark suit, and an older woman in a pale yellow outfit standing close together behind the seated men, watching the handoff and smiling?"
          ]
        }
      }
    },
    {
      "index": 232,
      "tiers": {
        "A": {
          "prompt": "One panelist is speaking with the others on a panel.",
          "question": "Does this image show \"One panelist is speaking with the others on a panel.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Four men sit behind a long table with microphones; the man second from the right speaks with his fellow panelists, who turn toward him and listen.",
          "question": "Does this image show \"Four men sit behind a long table with microphones; the man second from the right speaks with his fellow panelists, who turn toward him and listen.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four male panelists seated side by side at a long red-draped table, each with a microphone and water nearby?",
            "Is the panelist second from the right leaning forward toward a microphone and speaking to the other panelists?",
            "Is the panelist immediately to the left of the panelist second from the right turned toward the panelist second from the right and listening with hands clasped?",
            "Is the panelist at the far left glancing toward the panelist second from the right while seated at a microphone?",
            "Is the panelist at the far right sitting back quietly and listening to the other panelists?"
          ]
        }
      }
    },
    {
      "index": 233,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer is giving a small group a tour of a hospital imaging room.",
          "question": "Does this image show \"A uniformed officer is giving a small group a tour of a hospital imaging room.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Inside a medical imaging suite, two uniformed personnel are giving a tour; the man in dark blue speaks and gestures beside the scanner while four visitors stand in a row listening.",
          "question": "Does this image show \"Inside a medical imaging suite, two uniformed personnel are giving a tour; the man in dark blue speaks and gestures beside the scanner while four visitors stand in a row listening.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a dark blue uniform gesturing while explaining the imaging equipment to four visitors during a tour?",
            "Is a man in a light camouflage uniform standing near the large circular scanner while the tour is being given?",
            "Are the four visitors?a man in a short-sleeve shirt, an older man holding a hat, and two women, one holding a water bottle?standing side by side, watching and listening during the tour?",
            "Is the tour taking place in a hospital imaging room with a large circular scanner and a sheet-covered patient table?"
          ]
        }
      }
    },
    {
      "index": 234,
      "tiers": {
        "A": {
          "prompt": "A hockey player is huddling with two teammates on the ice.",
          "question": "Does this image show \"A hockey player is huddling with two teammates on the ice.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Three players in black helmets and jerseys are huddling with one another, leaning in and talking between plays.",
          "question": "Does this image show \"Three players in black helmets and jerseys are huddling with one another, leaning in and talking between plays.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three hockey players in black-and-cream uniforms clustered tightly by the ice rink boards with a crowd behind them?",
            "Is the middle player wearing number 87 seen from the back while huddling with the other two players?",
            "Is the teammate on the left wearing number 14 facing the middle player with head inclined toward the middle player?",
            "Is the teammate on the right with a beard holding his stick while facing and leaning toward the middle player?"
          ]
        }
      }
    },
    {
      "index": 235,
      "tiers": {
        "A": {
          "prompt": "A singer-guitarist is performing with a seated guitarist on stage.",
          "question": "Does this image show \"A singer-guitarist is performing with a seated guitarist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a dimly lit stage, a standing musician sings into a microphone while playing acoustic guitar, performing with a seated guitarist beside him as a drummer plays behind them.",
          "question": "Does this image show \"On a dimly lit stage, a standing musician sings into a microphone while playing acoustic guitar, performing with a seated guitarist beside him as a drummer plays behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the musician at the right wearing an orange T-shirt standing at a microphone while strumming an acoustic guitar and singing?",
            "Is a seated guitarist next to the standing musician at the right leaning over an acoustic guitar and picking the chords?",
            "Is a drummer wearing a hat positioned behind the guitarists working the drum kit to keep time?",
            "Are the performers clustered around microphones and instruments, playing together toward the audience?"
          ]
        }
      }
    },
    {
      "index": 236,
      "tiers": {
        "A": {
          "prompt": "A guide is giving a tour to a small group.",
          "question": "Does this image show \"A guide is giving a tour to a small group.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man stands in front of tall informational posters, gesturing as he gives a tour to several visitors who face him.",
          "question": "Does this image show \"A man stands in front of tall informational posters, gesturing as he gives a tour to several visitors who face him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a light jacket standing beside two display banners while speaking with animated hand motions?",
            "Are a small group of visitors shown from behind, clustered together and facing the man in the light jacket?",
            "Is the man in the light jacket gesturing toward the displays as he leads the small group on a tour of the exhibit area?"
          ]
        }
      }
    },
    {
      "index": 237,
      "tiers": {
        "A": {
          "prompt": "A graduate in robes is receiving his doctorate from a uniformed presenter with a handshake as faculty look on.",
          "question": "Does this image show \"A graduate in robes is receiving his doctorate from a uniformed presenter with a handshake as faculty look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a formal ceremony, a man in academic robes leans forward and shakes hands with a uniformed official, receiving his doctorate from him while a line of robed academics watches.",
          "question": "Does this image show \"At a formal ceremony, a man in academic robes leans forward and shakes hands with a uniformed official, receiving his doctorate from him while a line of robed academics watches.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a doctorate recipient in a long academic gown and cap stepping forward while holding a cap in one hand and reaching out to shake hands with a uniformed presenter?",
            "Are several faculty members in matching academic robes and hats nearby, observing the exchange between the doctorate recipient and the uniformed presenter?",
            "Does the scene depict a formal ceremony where a uniformed presenter is conferring the doctorate to the recipient as they shake hands?"
          ]
        }
      }
    },
    {
      "index": 238,
      "tiers": {
        "A": {
          "prompt": "An entertainer is performing for a seated group of soldiers.",
          "question": "Does this image show \"An entertainer is performing for a seated group of soldiers.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Wearing a headset mic, a performer lies playfully on the stage and performs for a crowd of uniformed service members who watch, smile, and react from their seats.",
          "question": "Does this image show \"Wearing a headset mic, a performer lies playfully on the stage and performs for a crowd of uniformed service members who watch, smile, and react from their seats.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man on a small indoor stage wearing a headset microphone, sprawled on his side with one arm draped over his head and grinning while performing?",
            "Are rows of soldiers in camouflage seated close together behind the man on stage, many looking toward him and laughing?",
            "Is a soldier in camouflage in the front row aiming a small camcorder at the man on stage while other nearby soldiers lean in to watch?"
          ]
        }
      }
    },
    {
      "index": 239,
      "tiers": {
        "A": {
          "prompt": "Three athletes are playing with a handball during an indoor game.",
          "question": "Does this image show \"Three athletes are playing with a handball during an indoor game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In an indoor match, one player in a maroon jersey jumps up with a blue-and-orange handball while two others close in with arms raised, playing with the ball as they contest the play.",
          "question": "Does this image show \"In an indoor match, one player in a maroon jersey jumps up with a blue-and-orange handball while two others close in with arms raised, playing with the ball as they contest the play.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a maroon-jerseyed player airborne while cradling a blue-and-orange handball with an arm cocked to throw?",
            "Is a player in a white-and-blue jersey pressing in beneath an airborne maroon-jerseyed player to challenge for the blue-and-orange handball?",
            "Is another maroon-jerseyed player crowding from the side with arms raised toward the airborne maroon-jerseyed player and the white-and-blue jersey player?",
            "Are the three players closely grouped and focused on the blue-and-orange handball while battling for control on an indoor court?"
          ]
        }
      }
    },
    {
      "index": 240,
      "tiers": {
        "A": {
          "prompt": "A uniformed officer gives another officer a ceremonial flag.",
          "question": "Does this image show \"A uniformed officer gives another officer a ceremonial flag.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a meeting room, two naval officers face each other as the officer on the right extends a small fringed pennant and the officer on the left reaches out to accept it.",
          "question": "Does this image show \"In a meeting room, two naval officers face each other as the officer on the right extends a small fringed pennant and the officer on the left reaches out to accept it.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men in dark naval dress uniforms at the end of a conference table engaged in a handover of a small blue pennant with gold fringe and an emblem?",
            "Is the officer on the right holding the small blue pennant by its top edge while the officer on the left leans forward and grasps the bottom of the pennant with both hands to receive it?"
          ]
        }
      }
    },
    {
      "index": 241,
      "tiers": {
        "A": {
          "prompt": "A player in white is playing soccer with a player in red on the field.",
          "question": "Does this image show \"A player in white is playing soccer with a player in red on the field.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two opposing players?one in white and one in red?are playing soccer with each other, running side by side across the grass while a green?jacketed official watches nearby.",
          "question": "Does this image show \"Two opposing players?one in white and one in red?are playing soccer with each other, running side by side across the grass while a green?jacketed official watches nearby.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a white kit with red accents running ahead of a red-uniformed opponent on a grassy pitch, looking left while both are mid-stride with arms bent?",
            "Is a green-jacketed official in the foreground facing a white-uniformed player being followed closely by a red-uniformed opponent and watching the play?"
          ]
        }
      }
    },
    {
      "index": 242,
      "tiers": {
        "A": {
          "prompt": "Two sailors in white uniforms are saluting while a man in a dark suit stands between them.",
          "question": "Does this image show \"Two sailors in white uniforms are saluting while a man in a dark suit stands between them.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Under a light canopy, two sailors in dress whites raise their right hands in salute on either side of a man in a dark suit with a red tie, who faces forward.",
          "question": "Does this image show \"Under a light canopy, two sailors in dress whites raise their right hands in salute on either side of a man in a dark suit with a red tie, who faces forward.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two sailors in white dress uniforms, caps on with service ribbons visible, standing at attention on the left and right of a man in a dark suit and red tie while giving sharp right-hand salutes at brow level?",
            "Is a man in a dark suit with a red tie standing between two sailors and looking straight ahead?",
            "Are other uniformed personnel faintly visible in the background inside a tented space?"
          ]
        }
      }
    },
    {
      "index": 243,
      "tiers": {
        "A": {
          "prompt": "A man is having breakfast with two women at a crowded restaurant.",
          "question": "Does this image show \"A man is having breakfast with two women at a crowded restaurant.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a busy eatery, a man in glasses sits at a table having breakfast with two women; they eat from bowls with spoons and talk while other diners fill the room.",
          "question": "Does this image show \"In a busy eatery, a man in glasses sits at a table having breakfast with two women; they eat from bowls with spoons and talk while other diners fill the room.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a dark jacket and scarf seated at a diner table smiling while having breakfast with two women to his right?",
            "Are there white bowls in front of the man in a dark jacket and scarf and both women to his right?",
            "Is the woman seated immediately to the right of the man in a dark jacket and scarf lifting a spoonful from a white bowl?",
            "Is the woman seated furthest to the right leaning over a white bowl?"
          ]
        }
      }
    },
    {
      "index": 244,
      "tiers": {
        "A": {
          "prompt": "A vibraphonist performing with a saxophonist on stage.",
          "question": "Does this image show \"A vibraphonist performing with a saxophonist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Onstage, a musician plays the vibraphone with mallets, performing with a nearby saxophonist as they share a cluster of microphones.",
          "question": "Does this image show \"Onstage, a musician plays the vibraphone with mallets, performing with a nearby saxophonist as they share a cluster of microphones.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a gray-haired man on the left wearing a patterned shirt and playing a vibraphone with two soft-tipped mallets?",
            "Is a man on the right in a dark shirt holding a saxophone?",
            "Are the two musicians performing together onstage under blue stage lighting with several microphones standing between them?"
          ]
        }
      }
    },
    {
      "index": 245,
      "tiers": {
        "A": {
          "prompt": "A group of people place a wreath as a man in a suit watches from the side.",
          "question": "Does this image show \"A group of people place a wreath as a man in a suit watches from the side.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several people in white shirts work together to set a large floral wreath in place, while a man in a dark suit stands off to the side watching.",
          "question": "Does this image show \"Several people in white shirts work together to set a large floral wreath in place, while a man in a dark suit stands off to the side watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing several participants in matching white shirts working together to lift and position a large circular wreath of red and white flowers with a ribbon onto a stand?",
            "Is there a woman in jeans on the left who is crouching and bending forward, facing right, while holding one side of the large circular wreath?",
            "Is there a man in a white cycling jersey next to the woman in jeans who is gripping the other side of the wreath with both hands while facing left?",
            "Is there an older man in a dark suit and tie standing apart, facing left, and observing the activity?"
          ]
        }
      }
    },
    {
      "index": 246,
      "tiers": {
        "A": {
          "prompt": "A small group, including people in military uniforms, is cutting a red ribbon with large ceremonial scissors to mark a facility's opening.",
          "question": "Does this image show \"A small group, including people in military uniforms, is cutting a red ribbon with large ceremonial scissors to mark a facility's opening.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Several uniformed personnel flank a woman and a girl as, with help from a man in uniform, they cut a red ribbon with scissors to symbolize the facility's opening.",
          "question": "Does this image show \"Several uniformed personnel flank a woman and a girl as, with help from a man in uniform, they cut a red ribbon with scissors to symbolize the facility's opening.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing a ribbon-cutting ceremony marking the opening of a facility, with a uniformed man at the center preparing to cut a red ribbon with scissors?",
            "Are there two men in camouflage uniforms at the far left and far right holding the red ribbon taut, with the man on the far left gripping it with his left hand while watching the center, and the man on the far right holding it with his right hand while facing inward?",
            "Is a smiling woman in a black-and-red outfit assisting the central uniformed man by steadying the ribbon with one hand?",
            "Is a young child standing between the central uniformed man and the assisting woman, holding the ribbon with both hands and looking down at it?"
          ]
        }
      }
    },
    {
      "index": 247,
      "tiers": {
        "A": {
          "prompt": "A man in a suit gives a little girl a fist bump while another man holds her.",
          "question": "Does this image show \"A man in a suit gives a little girl a fist bump while another man holds her.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Smiling, a man in a dark suit leans in to give a fist bump to a young girl as she's held in another man's arms, and both adults focus on her as she meets the gesture.",
          "question": "Does this image show \"Smiling, a man in a dark suit leans in to give a fist bump to a young girl as she's held in another man's arms, and both adults focus on her as she meets the gesture.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a smiling man in a dark suit fist-bumping a small girl who is being held by a man wearing glasses?",
            "Are the man in the dark suit and the man wearing glasses watching the small girl with warm expressions during the fist bump?"
          ]
        }
      }
    },
    {
      "index": 248,
      "tiers": {
        "A": {
          "prompt": "Four men pilot a boat together across a calm lake.",
          "question": "Does this image show \"Four men pilot a boat together across a calm lake.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a small motorboat, one man steers at the center console while three others in orange life vests stand nearby and hold the rails, piloting the boat with him across the lake.",
          "question": "Does this image show \"On a small motorboat, one man steers at the center console while three others in orange life vests stand nearby and hold the rails, piloting the boat with him across the lake.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four men in orange life vests underway on a center?console boat on a lake?",
            "Is there a helmsman at the center console wearing a camouflage uniform, sunglasses, and an orange life vest while gripping the wheel and facing forward to guide the boat?",
            "Is there a man to the left of the helmsman, also wearing an orange life vest, who holds a metal pole with his left hand while looking ahead?",
            "Is there a man to the right of the helmsman who is smiling while gripping the boat's structure with his right hand?",
            "Is there a man wearing an orange life vest standing slightly behind the helmsman in the middle while facing forward?"
          ]
        }
      }
    },
    {
      "index": 249,
      "tiers": {
        "A": {
          "prompt": "A TV host is interviewing a uniformed officer on a studio set.",
          "question": "Does this image show \"A TV host is interviewing a uniformed officer on a studio set.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Seated at a small round table in a television studio, a woman in a pink suit is interviewing a man in a white military uniform as he answers and gestures.",
          "question": "Does this image show \"Seated at a small round table in a television studio, a woman in a pink suit is interviewing a man in a white military uniform as he answers and gestures.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the woman host in a pink suit holding a pen and notes while leaning forward to interview the man across a shiny round table in a broadcast studio?",
            "Is the man sitting opposite the woman host in a pink suit wearing a white military-style uniform with pins and responding while gesturing with one hand?",
            "Are both the woman host in a pink suit and the man in a white military-style uniform wearing clip-on microphones with a glowing monitor behind them during the on-air interview?"
          ]
        }
      }
    },
    {
      "index": 250,
      "tiers": {
        "A": {
          "prompt": "In a studio setting, a suited interviewer is interviewing a uniformed officer seated across from him.",
          "question": "Does this image show \"In a studio setting, a suited interviewer is interviewing a uniformed officer seated across from him.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men sit facing each other in white armchairs across a low table; the man in a suit gestures as he interviews the man in a dark dress uniform, who listens attentively.",
          "question": "Does this image show \"Two men sit facing each other in white armchairs across a low table; the man in a suit gestures as he interviews the man in a dark dress uniform, who listens attentively.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man in a dark suit and tie seated on the right in a white armchair, leaning forward with one hand extended as he speaks to the guest seated opposite?",
            "Is the guest wearing a dark military-style uniform with rank stripes and medals, sitting upright with hands clasped and looking toward the interviewer on the right?",
            "Is a small black coffee table with a couple of mugs and a notepad positioned between the two seated men?"
          ]
        }
      }
    },
    {
      "index": 251,
      "tiers": {
        "A": {
          "prompt": "A lead vocalist is singing with fellow performers on stage as the crowd cheers.",
          "question": "Does this image show \"A lead vocalist is singing with fellow performers on stage as the crowd cheers.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man in a denim jacket sings with two backup singers on a concert stage, raising their hands while the audience claps along.",
          "question": "Does this image show \"A man in a denim jacket sings with two backup singers on a concert stage, raising their hands while the audience claps along.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man in a denim jacket at the center of the stage gripping a handheld microphone with the left hand while singing with the right hand raised and head slightly tilted back?",
            "Is there a woman on the right wearing a black leather jacket who stands slightly behind the man in the denim jacket at a microphone stand while singing with both hands lifted above the woman's head?",
            "Is another woman partially visible directly behind the man in the denim jacket with raised hands?"
          ]
        }
      }
    },
    {
      "index": 252,
      "tiers": {
        "A": {
          "prompt": "A man is signing autographs for a crowd through a chain-link fence.",
          "question": "Does this image show \"A man is signing autographs for a crowd through a chain-link fence.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A man in sunglasses stands by a chain-link fence, signing autographs for people on the other side who hold out cards and items toward him.",
          "question": "Does this image show \"A man in sunglasses stands by a chain-link fence, signing autographs for people on the other side who hold out cards and items toward him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man behind a chain-link fence wearing a dark patterned shirt and sunglasses holding a pen and signing a sheet held in the other hand?",
            "Are several people in front of the chain-link fence crowding forward with arms raised, extending cards and papers through the fence links to get an autograph from the man behind the fence?"
          ]
        }
      }
    },
    {
      "index": 253,
      "tiers": {
        "A": {
          "prompt": "A man is receiving an award from another man.",
          "question": "Does this image show \"A man is receiving an award from another man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two men stand together; the man in a dark shirt holds a framed plaque as he receives an award from the man in a light shirt who presents it with a smile.",
          "question": "Does this image show \"Two men stand together; the man in a dark shirt holds a framed plaque as he receives an award from the man in a light shirt who presents it with a smile.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the man on the left, wearing a dark shirt and tie with glasses, holding a wooden-framed plaque toward the camera while smiling?",
            "Is the man on the right in a light button-down standing close and gesturing near the plaque while smiling?",
            "Does the scene show the man on the left receiving an award from the man on the right?"
          ]
        }
      }
    },
    {
      "index": 254,
      "tiers": {
        "A": {
          "prompt": "Four athletes on the podium are celebrating a victory with their fellow medalists.",
          "question": "Does this image show \"Four athletes on the podium are celebrating a victory with their fellow medalists.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a sports podium, four medalists stand shoulder to shoulder with medals and bouquets, smiling and celebrating a victory with one another while two officials pose in front.",
          "question": "Does this image show \"On a sports podium, four medalists stand shoulder to shoulder with medals and bouquets, smiling and celebrating a victory with one another while two officials pose in front.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four athletes in team track jackets clustered together with their arms around each other, wearing medals on blue ribbons and holding bouquets?",
            "Are the four athletes in team track jackets smiling for the cameras?",
            "Are two officials in suits standing in front of the four athletes in team track jackets?"
          ]
        }
      }
    },
    {
      "index": 255,
      "tiers": {
        "A": {
          "prompt": "A man is performing with a woman on stage.",
          "question": "Does this image show \"A man is performing with a woman on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a brightly lit stage, a man sings into a microphone while a woman beside him holds a mic and papers, performing with him as band members play in the background.",
          "question": "Does this image show \"On a brightly lit stage, a man sings into a microphone while a woman beside him holds a mic and papers, performing with him as band members play in the background.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a man on the left raising his hand while singing into a handheld microphone at the front of the stage?",
            "Is a woman in a white dress standing close to the man on the left, smiling while holding a microphone and a sheaf of notes?",
            "Are the man on the left and the woman in a white dress performing together at the front of the stage, leading the song?",
            "Are musicians on drums and keyboards positioned behind the man on the left and the woman in a white dress, keeping the rhythm?"
          ]
        }
      }
    },
    {
      "index": 256,
      "tiers": {
        "A": {
          "prompt": "A pair of figure skaters are skating with each other on the ice.",
          "question": "Does this image show \"A pair of figure skaters are skating with each other on the ice.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A woman in a bright orange dress is skating with a male partner in a purple top, gliding side by side and raising their arms in a synchronized pose on the rink.",
          "question": "Does this image show \"A woman in a bright orange dress is skating with a male partner in a purple top, gliding side by side and raising their arms in a synchronized pose on the rink.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the woman in an orange dress and the man in a purple shirt and black pants skating side by side on the ice?",
            "Are the woman in the orange dress and the man in the purple shirt and black pants performing a coordinated move where the woman lifts one arm upward and angles the other forward while the man extends both arms ahead?"
          ]
        }
      }
    },
    {
      "index": 257,
      "tiers": {
        "A": {
          "prompt": "Two players in purple are guarding a player in white as he goes up for a shot in a basketball game.",
          "question": "Does this image show \"Two players in purple are guarding a player in white as he goes up for a shot in a basketball game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the court, a player in a white jersey jumps to shoot while two opponents in purple and yellow guard him with their arms raised, and another purple jersey closes in behind the play.",
          "question": "Does this image show \"On the court, a player in a white jersey jumps to shoot while two opponents in purple and yellow guard him with their arms raised, and another purple jersey closes in behind the play.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a white-jerseyed player wearing a headband rising for a jump shot?",
            "Are two purple-clad defenders guarding the white-jerseyed player wearing a headband, with one directly in front raising an arm to challenge the release and another to his side with both hands raised to wall him off?",
            "Is there a third purple-clad player trailing into the scene while watching the ball?"
          ]
        }
      }
    },
    {
      "index": 258,
      "tiers": {
        "A": {
          "prompt": "A leading sprinter is racing with three other runners on a curved track.",
          "question": "Does this image show \"A leading sprinter is racing with three other runners on a curved track.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a stadium track, a sprinter in front is racing with three close competitors as they round the bend in their lanes, arms pumping and pushing for speed.",
          "question": "Does this image show \"On a stadium track, a sprinter in front is racing with three close competitors as they round the bend in their lanes, arms pumping and pushing for speed.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing four track athletes racing on a red oval track, keeping to their lanes around a curve?",
            "Is the front runner, wearing a blue singlet and black shorts, driving forward with long strides and a focused expression while opening a small gap over the other runners?",
            "Is there a competitor in a dark kit to the right of the leader running a step behind?",
            "Are two more runners trailing, one in a yellow-and-blue top near the middle of the frame and another partially visible at the far left, both sprinting with arms pumping?"
          ]
        }
      }
    },
    {
      "index": 259,
      "tiers": {
        "A": {
          "prompt": "A skater in dark blue is playing hockey with opponents crowded near the goal.",
          "question": "Does this image show \"A skater in dark blue is playing hockey with opponents crowded near the goal.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "A player in a dark blue uniform moves in front of the net with stick on the ice, playing hockey with players in white and red who close in as a goalie waits in the crease behind them.",
          "question": "Does this image show \"A player in a dark blue uniform moves in front of the net with stick on the ice, playing hockey with players in white and red who close in as a goalie waits in the crease behind them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a foreground skater in dark blue with a clear face shield leaning forward with an extended stick while contesting the play against opponents in white in front of the goal?",
            "Are there two opponents in white jerseys with red-and-black stripes, with one on the right holding a stick down and another positioned by the goal?",
            "Is a fully padded goalie guarding the net behind the players in front of the goal?"
          ]
        }
      }
    },
    {
      "index": 260,
      "tiers": {
        "A": {
          "prompt": "Two uniformed men lie prone in a field, one firing a gun with a companion beside him.",
          "question": "Does this image show \"Two uniformed men lie prone in a field, one firing a gun with a companion beside him.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a grassy field, two men in uniform are side by side on the ground; the man on the left fires a light machine gun on a bipod while the other stays close, watching and assisting as they fire the gun together.",
          "question": "Does this image show \"In a grassy field, two men in uniform are side by side on the ground; the man on the left fires a light machine gun on a bipod while the other stays close, watching and assisting as they fire the gun together.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Are two men in military-style uniforms and berets lying prone in tall grass while aiming toward the same direction?",
            "Is the man on the left operating and firing a light machine gun with a top-mounted magazine resting on a bipod while sighting along the barrel?",
            "Is the man on the right keeping low, looking in the same direction, and assisting the man on the left as the two men fire the weapon together?"
          ]
        }
      }
    },
    {
      "index": 261,
      "tiers": {
        "A": {
          "prompt": "Players in white and purple are playing football with one another as a runner in white heads upfield.",
          "question": "Does this image show \"Players in white and purple are playing football with one another as a runner in white heads upfield.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On the field, a ball carrier in white and orange is playing football with defenders in purple, sprinting while his white-clad teammates run alongside to block as the purple players close in.",
          "question": "Does this image show \"On the field, a ball carrier in white and orange is playing football with defenders in purple, sprinting while his white-clad teammates run alongside to block as the purple players close in.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a player in a white uniform with an orange helmet carrying the football and driving forward near midfield?",
            "Are two teammates in white running alongside the player in a white uniform with an orange helmet who is carrying the ball to screen off pursuers?",
            "Are multiple defenders in purple converging on the player in a white uniform with an orange helmet who is carrying the ball, including one behind in full stride and another on the right setting to tackle?"
          ]
        }
      }
    },
    {
      "index": 262,
      "tiers": {
        "A": {
          "prompt": "A robed officiant is administering an oath to a suited man.",
          "question": "Does this image show \"A robed officiant is administering an oath to a suited man.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a formal indoor setting, a judge in a black robe is administering an oath to a man in a dark suit; they face each other with their right hands raised.",
          "question": "Does this image show \"In a formal indoor setting, a judge in a black robe is administering an oath to a man in a dark suit; they face each other with their right hands raised.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a man on the left in a black judicial robe who is raising his right hand and speaking to administer an oath to the man on the right?",
            "Is there a man on the right in a dark suit with a light tie who is facing the man in the judicial robe, raising his right hand, and repeating the oath?",
            "Are the two men standing face to face with matching raised-hand gestures and composed expressions, indicating a solemn swearing-in?"
          ]
        }
      }
    },
    {
      "index": 263,
      "tiers": {
        "A": {
          "prompt": "Two technicians are helping an astronaut put on a spacesuit.",
          "question": "Does this image show \"Two technicians are helping an astronaut put on a spacesuit.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Beside an indoor pool, two support staff wearing headsets help an astronaut put on a white spacesuit, attaching gear on the chest and adjusting the arm area.",
          "question": "Does this image show \"Beside an indoor pool, two support staff wearing headsets help an astronaut put on a white spacesuit, attaching gear on the chest and adjusting the arm area.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there an astronaut wearing a bulky white spacesuit with a clear helmet standing in a bright indoor facility next to a large pool while two helpers work around the astronaut?",
            "Is the helper wearing a cap and headset positioned in front of the astronaut holding a metal connector and fastening lines and tools to the chest unit?",
            "Is another helper with a headset standing close, watching and steadying the astronaut's arm?"
          ]
        }
      }
    },
    {
      "index": 264,
      "tiers": {
        "A": {
          "prompt": "A young skier prepares to go skiing with a companion.",
          "question": "Does this image show \"A young skier prepares to go skiing with a companion.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Two kids move side by side at a ski venue; one in a helmet and numbered bib carries long skis, ready to go skiing with the boy in a winter jacket beside him.",
          "question": "Does this image show \"Two kids move side by side at a ski venue; one in a helmet and numbered bib carries long skis, ready to go skiing with the boy in a winter jacket beside him.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a youth in a helmet and race bib balancing long skis on the youth's shoulder while walking beside a boy in a thick jacket and beanie?",
            "Are the youth in a helmet and race bib and the boy in a thick jacket and beanie staying close and moving together through the ski venue?"
          ]
        }
      }
    },
    {
      "index": 265,
      "tiers": {
        "A": {
          "prompt": "A uniformed soldier helps a young girl put on yellow gloves while other children look on.",
          "question": "Does this image show \"A uniformed soldier helps a young girl put on yellow gloves while other children look on.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Kneeling beside the kids, a soldier gently guides a little girl's hands into a pair of yellow gloves as two other children stand nearby watching.",
          "question": "Does this image show \"Kneeling beside the kids, a soldier gently guides a little girl's hands into a pair of yellow gloves as two other children stand nearby watching.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a soldier in camouflage kneeling and holding a pair of bright yellow gloves open, aligning them with a girl's outstretched hands to help her slide her fingers in?",
            "Are another girl and a few boys clustered around, observing as the soldier in camouflage helps the girl put on the bright yellow gloves?",
            "Is the scene indoors with the soldier kneeling in front of a small group of children during the glove-fitting interaction?"
          ]
        }
      }
    },
    {
      "index": 266,
      "tiers": {
        "A": {
          "prompt": "A ball carrier in white is evading a pursuing defender during a game.",
          "question": "Does this image show \"A ball carrier in white is evading a pursuing defender during a game.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "With a yellow football tucked in, the runner in a white kit leans forward, evading the grasp of an opponent in dark red and navy who reaches to tackle from behind.",
          "question": "Does this image show \"With a yellow football tucked in, the runner in a white kit leans forward, evading the grasp of an opponent in dark red and navy who reaches to tackle from behind.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the player in a white jersey sprinting on the grass while cradling a yellow ball against the chest, twisting the shoulders, and extending a hand for balance?",
            "Is a rival in dark red and navy at the white-jersey player's side lunging and hooking an arm around the white-jersey player's waist while the white-jersey player evades the tackle?"
          ]
        }
      }
    },
    {
      "index": 267,
      "tiers": {
        "A": {
          "prompt": "A worker is showing two coworkers the control room.",
          "question": "Does this image show \"A worker is showing two coworkers the control room.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "In a control room, the person on the left in a hard hat gestures as he shows the control room equipment to the person on the right, while a third teammate stands between them listening.",
          "question": "Does this image show \"In a control room, the person on the left in a hard hat gestures as he shows the control room equipment to the person on the right, while a third teammate stands between them listening.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing three people in hard hats and safety glasses gathered at a console with screens and switches in a control room?",
            "Is the person on the left speaking with open hands, indicating the control room equipment to the person on the right?",
            "Is the person on the right facing the person on the left and listening to the explanation?",
            "Does the person standing in the middle watch the exchange while looking toward the panels?"
          ]
        }
      }
    },
    {
      "index": 268,
      "tiers": {
        "A": {
          "prompt": "A singer-guitarist is giving a concert with another guitarist on stage.",
          "question": "Does this image show \"A singer-guitarist is giving a concert with another guitarist on stage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a lit stage, a performer sings into a microphone while strumming an acoustic guitar, giving a concert with a bandmate who plays electric guitar just behind.",
          "question": "Does this image show \"On a lit stage, a performer sings into a microphone while strumming an acoustic guitar, giving a concert with a bandmate who plays electric guitar just behind.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is a performer at center stage standing at a microphone, singing while strumming an acoustic guitar with a shoulder strap under bright stage lights?",
            "Is there a musician positioned slightly behind and to the side playing an electric guitar to accompany the central singer at the microphone?"
          ]
        }
      }
    },
    {
      "index": 269,
      "tiers": {
        "A": {
          "prompt": "A handball player shoots to score against the opposing goalkeeper.",
          "question": "Does this image show \"A handball player shoots to score against the opposing goalkeeper.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "Near the goal, a player in white and red leaps and hurls the ball toward the net, trying to score against the goalkeeper in yellow as a red-clad defender lies on the floor between them.",
          "question": "Does this image show \"Near the goal, a player in white and red leaps and hurls the ball toward the net, trying to score against the goalkeeper in yellow as a red-clad defender lies on the floor between them.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is there a white-and-red attacker in mid-air with the right arm extended high gripping a ball, facing right and leaning toward the goal as the attacker attempts a shot?",
            "Is there a goalkeeper in yellow standing in front of the net on the right with both arms and legs spread wide to block a shot coming from the left?",
            "Is there a defender in red sitting on the floor in front of the shooter with the defender's back to the camera, leaning back on the hands with legs extended while watching the impending throw toward the net?"
          ]
        }
      }
    },
    {
      "index": 270,
      "tiers": {
        "A": {
          "prompt": "Two guitarists are playing guitar with each other onstage.",
          "question": "Does this image show \"Two guitarists are playing guitar with each other onstage.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "On a concert stage, two musicians stand side by side, each on electric guitar, playing guitar with one another under the lights.",
          "question": "Does this image show \"On a concert stage, two musicians stand side by side, each on electric guitar, playing guitar with one another under the lights.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is the performer on the left, dressed in dark clothes with a red neck scarf, kneeling on one knee while fretting and strumming a guitar?",
            "Is the performer on the right, wearing a white T-shirt, standing while picking a black-and-red guitar?",
            "Are the two guitarists positioned shoulder to shoulder in front of a drum kit, concentrating on their instruments as they perform together?"
          ]
        }
      }
    },
    {
      "index": 271,
      "tiers": {
        "A": {
          "prompt": "An astronaut is giving a lecture with a colleague at a podium.",
          "question": "Does this image show \"An astronaut is giving a lecture with a colleague at a podium.\"? Please answer yes or no."
        },
        "B": {
          "prompt": "At a stage podium, an astronaut in a blue flight suit gives a lecture with a colleague; the astronaut smiles toward the audience while the colleague adjusting the microphone.",
          "question": "Does this image show \"At a stage podium, an astronaut in a blue flight suit gives a lecture with a colleague; the astronaut smiles toward the audience while the colleague adjusting the microphone.\"? Please answer yes or no."
        },
        "C": {
          "questions": [
            "Is this image showing two presenters onstage sharing a podium to give a lecture together?",
            "Is there an astronaut in a blue NASA jumpsuit standing at the podium, angled slightly to the right toward the audience, raising the left hand in a friendly wave and smiling?",
            "Is there a colleague in a light-colored shirt standing to the left of the astronaut, facing the podium and looking down while adjusting the microphone?"
          ]
        }
      }
    }
  ]
}
