{
  "schemaVersion": 1,
  "id": "english-first-conditional-input-example",
  "title": "First Conditional Input Example",
  "description": "A canonical text-input example. Text mode is case-insensitive, trimmed, and whitespace-collapsed by default, so the minimal validation object needs no flags at all.",
  "language": "en",
  "tags": ["english", "grammar", "conditionals"],
  "questions": [
    {
      "id": "name-the-conditional",
      "title": "What is the grammar name for the pattern 'If it rains, we will stay inside'?",
      "description": "Type the standard label used in English-learning materials.",
      "type": "input",
      "validation": {
        "mode": "text",
        "acceptedAnswers": ["first conditional", "the first conditional"]
      },
      "explanation": "This sentence describes a real future possibility, which is why it is called the first conditional. Text mode is forgiving by default, so learners may type extra spaces or different capitalization without changing the result.",
      "references": "[British Council: conditionals](https://learnenglish.britishcouncil.org/grammar/english-grammar-reference/conditionals)"
    }
  ]
}
