{
  "ppUrl": "https://www.termsfeed.com/live/67c8398d-83c5-4d83-93d7-5261b397eed5",
  "startCoin": 0,
  "quiz": [
    {
      "question": "What is given when a player uses hands intentionally?",
      "options": ["Red card", "Corner kick", "Yellow card", "Goal"],
      "correctAnswer": "Red card"
    },
    {
      "question": "What is a 'handball'?",
      "options": [
        "Touching the ball with your hand intentionally",
        "Using your head",
        "Passing the ball backward",
        "Wearing gloves"
      ],
      "correctAnswer": "Touching the ball with your hand intentionally"
    },
    {
      "question": "Who decides if a foul happened?",
      "options": ["The referee", "The goalkeeper", "The coach", "The fans"],
      "correctAnswer": "The referee"
    },
    {
      "question": "What color card means a warning?",
      "options": ["Yellow", "Red", "Blue", "Green"],
      "correctAnswer": "Yellow"
    },
    {
      "question": "What happens after a foul in the penalty area?",
      "options": ["Penalty kick", "Throw-in", "Goal kick", "Corner kick"],
      "correctAnswer": "Penalty kick"
    },
    {
      "question": "Which foul is more serious?",
      "options": ["Red card offense", "Throw-in", "Offside", "Corner"],
      "correctAnswer": "Red card offense"
    },
    {
      "question": "What does a red card mean?",
      "options": [
        "Player is sent off",
        "Goal for opponent",
        "Timeout",
        "Extra time"
      ],
      "correctAnswer": "Player is sent off"
    },
    {
      "question": "What is a sliding tackle?",
      "options": [
        "Tackle while sliding on ground",
        "Kicking from slide",
        "Jumping over opponent",
        "Standing defense"
      ],
      "correctAnswer": "Tackle while sliding on ground"
    },
    {
      "question": "How many yellow cards lead to a red card?",
      "options": ["2", "1", "3", "4"],
      "correctAnswer": "2"
    },
    {
      "question": "Is spitting on a player a foul?",
      "options": ["Yes", "No", "Only if seen", "Only if loud"],
      "correctAnswer": "Yes"
    }
  ]
}