# Multi-True Gate You are checking whether a multiple-choice question has **more than one plausibly correct answer** given the source material. ## Source Material {source_text} ## Question {question} ## Options {options} ## Instructions 1. Read the source material and the question carefully. 2. For each option, assess whether it could be considered a correct or plausible answer given the source. 3. If exactly ONE option is clearly correct → verdict "pass". 4. If TWO or more options are plausibly correct → verdict "fail". ## Response Format (strict JSON) ```json {{"verdict": "pass" or "fail", "reason": "brief explanation listing plausible options if multiple"}} ```