{
  "title": "Money - Counting Money (Simple)",
  "total_questions": 60,
  "questions": [
    {
      "id": 1,
      "difficulty": "easy",
      "question": "You have one ₹1 coin. How much money is it?",
      "options": {
        "A": "₹1",
        "B": "₹2",
        "C": "₹5",
        "D": "₹10"
      },
      "correct_answer": "A"
    },
    {
      "id": 2,
      "difficulty": "easy",
      "question": "You have two ₹1 coins. How much is it?",
      "options": {
        "A": "₹1",
        "B": "₹2",
        "C": "₹3",
        "D": "₹4"
      },
      "correct_answer": "B"
    },
    {
      "id": 3,
      "difficulty": "easy",
      "question": "You have one ₹2 coin. How much money is it?",
      "options": {
        "A": "₹5",
        "B": "₹1",
        "C": "₹2",
        "D": "₹10"
      },
      "correct_answer": "C"
    },
    {
      "id": 4,
      "difficulty": "easy",
      "question": "You have a ₹5 coin. How much money do you have?",
      "options": {
        "A": "₹2",
        "B": "₹1",
        "C": "₹5",
        "D": "₹10"
      },
      "correct_answer": "C"
    },
    {
      "id": 5,
      "difficulty": "easy",
      "question": "You have two ₹2 coins. How much is it?",
      "options": {
        "A": "₹2",
        "B": "₹4",
        "C": "₹6",
        "D": "₹5"
      },
      "correct_answer": "B"
    },
    {
      "id": 6,
      "difficulty": "easy",
      "question": "You have one ₹10 coin. How much money is it?",
      "options": {
        "A": "₹5",
        "B": "₹2",
        "C": "₹10",
        "D": "₹1"
      },
      "correct_answer": "C"
    },
    {
      "id": 7,
      "difficulty": "easy",
      "question": "You have three ₹1 coins. What is the total?",
      "options": {
        "A": "₹3",
        "B": "₹1",
        "C": "₹2",
        "D": "₹5"
      },
      "correct_answer": "A"
    },
    {
      "id": 8,
      "difficulty": "easy",
      "question": "You have one ₹1 and one ₹2 coin. Total is?",
      "options": {
        "A": "₹4",
        "B": "₹1",
        "C": "₹3",
        "D": "₹2"
      },
      "correct_answer": "C"
    },
    {
      "id": 9,
      "difficulty": "easy",
      "question": "You have one ₹5 coin and one ₹1 coin. Total?",
      "options": {
        "A": "₹2",
        "B": "₹6",
        "C": "₹10",
        "D": "₹5"
      },
      "correct_answer": "B"
    },
    {
      "id": 10,
      "difficulty": "easy",
      "question": "You have one ₹2 coin and one ₹2 coin. How much?",
      "options": {
        "A": "₹2",
        "B": "₹6",
        "C": "₹4",
        "D": "₹5"
      },
      "correct_answer": "C"
    },
    {
      "id": 11,
      "difficulty": "easy",
      "question": "You have four ₹1 coins. Total money?",
      "options": {
        "A": "₹5",
        "B": "₹3",
        "C": "₹4",
        "D": "₹2"
      },
      "correct_answer": "C"
    },
    {
      "id": 12,
      "difficulty": "easy",
      "question": "You have one ₹10 and one ₹1 coin. Total is?",
      "options": {
        "A": "₹11",
        "B": "₹1",
        "C": "₹5",
        "D": "₹3"
      },
      "correct_answer": "A"
    },
    {
      "id": 13,
      "difficulty": "easy",
      "question": "You have two ₹5 coins. How much money?",
      "options": {
        "A": "₹10",
        "B": "₹5",
        "C": "₹3",
        "D": "₹2"
      },
      "correct_answer": "A"
    },
    {
      "id": 14,
      "difficulty": "easy",
      "question": "You have one ₹2 and one ₹5 coin. Total?",
      "options": {
        "A": "₹8",
        "B": "₹7",
        "C": "₹10",
        "D": "₹5"
      },
      "correct_answer": "B"
    },
    {
      "id": 15,
      "difficulty": "easy",
      "question": "You have three ₹2 coins. How much money?",
      "options": {
        "A": "₹4",
        "B": "₹5",
        "C": "₹2",
        "D": "₹6"
      },
      "correct_answer": "D"
    },
    {
      "id": 16,
      "difficulty": "easy",
      "question": "You have one ₹10 and one ₹5 coin. Total?",
      "options": {
        "A": "₹15",
        "B": "₹10",
        "C": "₹12",
        "D": "₹5"
      },
      "correct_answer": "A"
    },
    {
      "id": 17,
      "difficulty": "easy",
      "question": "You have one ₹1 coin and one ₹5 coin. How much?",
      "options": {
        "A": "₹3",
        "B": "₹6",
        "C": "₹7",
        "D": "₹2"
      },
      "correct_answer": "B"
    },
    {
      "id": 18,
      "difficulty": "easy",
      "question": "You have five ₹1 coins. How much?",
      "options": {
        "A": "₹5",
        "B": "₹6",
        "C": "₹7",
        "D": "₹4"
      },
      "correct_answer": "A"
    },
    {
      "id": 19,
      "difficulty": "easy",
      "question": "You have one ₹2 coin and one ₹10 coin. Total?",
      "options": {
        "A": "₹5",
        "B": "₹6",
        "C": "₹12",
        "D": "₹10"
      },
      "correct_answer": "C"
    },
    {
      "id": 20,
      "difficulty": "easy",
      "question": "You have two ₹1 coins and one ₹2 coin. Total is?",
      "options": {
        "A": "₹3",
        "B": "₹4",
        "C": "₹6",
        "D": "₹5"
      },
      "correct_answer": "B"
    },
    {
      "id": 21,
      "difficulty": "medium",
      "question": "You have ₹2 and ₹2. What is the total?",
      "options": {
        "A": "₹2",
        "B": "₹4",
        "C": "₹5",
        "D": "₹3"
      },
      "correct_answer": "B"
    },
    {
      "id": 22,
      "difficulty": "medium",
      "question": "You have ₹1, ₹1 and ₹2. Total money?",
      "options": {
        "A": "₹5",
        "B": "₹3",
        "C": "₹4",
        "D": "₹2"
      },
      "correct_answer": "C"
    },
    {
      "id": 23,
      "difficulty": "medium",
      "question": "You have ₹5 and ₹2. How much do you have?",
      "options": {
        "A": "₹6",
        "B": "₹10",
        "C": "₹7",
        "D": "₹5"
      },
      "correct_answer": "C"
    },
    {
      "id": 24,
      "difficulty": "medium",
      "question": "You have ₹10 and ₹1. Total amount?",
      "options": {
        "A": "₹12",
        "B": "₹9",
        "C": "₹11",
        "D": "₹15"
      },
      "correct_answer": "C"
    },
    {
      "id": 25,
      "difficulty": "medium",
      "question": "You have three ₹1 coins. Total is?",
      "options": {
        "A": "₹2",
        "B": "₹4",
        "C": "₹5",
        "D": "₹3"
      },
      "correct_answer": "D"
    },
    {
      "id": 26,
      "difficulty": "medium",
      "question": "You have ₹2, ₹2, and ₹1. Total?",
      "options": {
        "A": "₹4",
        "B": "₹5",
        "C": "₹3",
        "D": "₹6"
      },
      "correct_answer": "B"
    },
    {
      "id": 27,
      "difficulty": "medium",
      "question": "You have two ₹5 coins. Total?",
      "options": {
        "A": "₹5",
        "B": "₹15",
        "C": "₹10",
        "D": "₹12"
      },
      "correct_answer": "C"
    },
    {
      "id": 28,
      "difficulty": "medium",
      "question": "You have ₹1 and ₹10. How much money?",
      "options": {
        "A": "₹10",
        "B": "₹11",
        "C": "₹12",
        "D": "₹5"
      },
      "correct_answer": "B"
    },
    {
      "id": 29,
      "difficulty": "medium",
      "question": "You have ₹2, ₹1 and ₹1. Total money?",
      "options": {
        "A": "₹3",
        "B": "₹2",
        "C": "₹4",
        "D": "₹5"
      },
      "correct_answer": "C"
    },
    {
      "id": 30,
      "difficulty": "medium",
      "question": "You have ₹5 and ₹1. How much is it?",
      "options": {
        "A": "₹6",
        "B": "₹7",
        "C": "₹5",
        "D": "₹4"
      },
      "correct_answer": "A"
    },
    {
      "id": 31,
      "difficulty": "medium",
      "question": "You have ₹2, ₹2 and ₹2. Total?",
      "options": {
        "A": "₹5",
        "B": "₹6",
        "C": "₹7",
        "D": "₹8"
      },
      "correct_answer": "B"
    },
    {
      "id": 32,
      "difficulty": "medium",
      "question": "You have ₹10 and ₹2. Total money?",
      "options": {
        "A": "₹12",
        "B": "₹10",
        "C": "₹11",
        "D": "₹9"
      },
      "correct_answer": "A"
    },
    {
      "id": 33,
      "difficulty": "medium",
      "question": "You have ₹1, ₹1, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹3",
        "B": "₹4",
        "C": "₹5",
        "D": "₹2"
      },
      "correct_answer": "B"
    },
    {
      "id": 34,
      "difficulty": "medium",
      "question": "You have ₹5 and ₹5. How much is it?",
      "options": {
        "A": "₹5",
        "B": "₹15",
        "C": "₹10",
        "D": "₹12"
      },
      "correct_answer": "C"
    },
    {
      "id": 35,
      "difficulty": "medium",
      "question": "You have ₹2 and ₹10. Total?",
      "options": {
        "A": "₹11",
        "B": "₹12",
        "C": "₹13",
        "D": "₹10"
      },
      "correct_answer": "B"
    },
    {
      "id": 36,
      "difficulty": "medium",
      "question": "You have ₹1, ₹2, and ₹5. Total?",
      "options": {
        "A": "₹10",
        "B": "₹8",
        "C": "₹7",
        "D": "₹6"
      },
      "correct_answer": "B"
    },
    {
      "id": 37,
      "difficulty": "medium",
      "question": "You have four ₹1 coins. Total?",
      "options": {
        "A": "₹4",
        "B": "₹3",
        "C": "₹5",
        "D": "₹2"
      },
      "correct_answer": "A"
    },
    {
      "id": 38,
      "difficulty": "medium",
      "question": "You have ₹10, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹11",
        "B": "₹13",
        "C": "₹12",
        "D": "₹10"
      },
      "correct_answer": "C"
    },
    {
      "id": 39,
      "difficulty": "medium",
      "question": "You have ₹5, ₹2, and ₹2. How much?",
      "options": {
        "A": "₹9",
        "B": "₹10",
        "C": "₹7",
        "D": "₹8"
      },
      "correct_answer": "A"
    },
    {
      "id": 40,
      "difficulty": "medium",
      "question": "You have ₹2, ₹1, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹6",
        "B": "₹4",
        "C": "₹5",
        "D": "₹3"
      },
      "correct_answer": "C"
    },
    {
      "id": 41,
      "difficulty": "hard",
      "question": "You have ₹5, ₹2, and ₹1. What is the total?",
      "options": {
        "A": "₹7",
        "B": "₹8",
        "C": "₹10",
        "D": "₹6"
      },
      "correct_answer": "B"
    },
    {
      "id": 42,
      "difficulty": "hard",
      "question": "You have ₹10 and ₹5. How much money is it?",
      "options": {
        "A": "₹20",
        "B": "₹14",
        "C": "₹15",
        "D": "₹12"
      },
      "correct_answer": "C"
    },
    {
      "id": 43,
      "difficulty": "hard",
      "question": "You have ₹2, ₹2, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹6",
        "B": "₹5",
        "C": "₹7",
        "D": "₹8"
      },
      "correct_answer": "A"
    },
    {
      "id": 44,
      "difficulty": "hard",
      "question": "You have ₹10, ₹2, and ₹2. Total money?",
      "options": {
        "A": "₹12",
        "B": "₹14",
        "C": "₹10",
        "D": "₹15"
      },
      "correct_answer": "B"
    },
    {
      "id": 45,
      "difficulty": "hard",
      "question": "You have ₹5, ₹5, and ₹1. Total?",
      "options": {
        "A": "₹15",
        "B": "₹12",
        "C": "₹11",
        "D": "₹10"
      },
      "correct_answer": "C"
    },
    {
      "id": 46,
      "difficulty": "hard",
      "question": "You have ₹2, ₹1, ₹1, and ₹1. How much?",
      "options": {
        "A": "₹4",
        "B": "₹5",
        "C": "₹3",
        "D": "₹6"
      },
      "correct_answer": "B"
    },
    {
      "id": 47,
      "difficulty": "hard",
      "question": "You have two ₹10 coins. Total?",
      "options": {
        "A": "₹15",
        "B": "₹20",
        "C": "₹10",
        "D": "₹12"
      },
      "correct_answer": "B"
    },
    {
      "id": 48,
      "difficulty": "hard",
      "question": "You have ₹5, ₹2, ₹2, and ₹1. Total?",
      "options": {
        "A": "₹11",
        "B": "₹9",
        "C": "₹10",
        "D": "₹8"
      },
      "correct_answer": "A"
    },
    {
      "id": 49,
      "difficulty": "hard",
      "question": "You have ₹2, ₹5, and ₹10. How much?",
      "options": {
        "A": "₹16",
        "B": "₹15",
        "C": "₹18",
        "D": "₹17"
      },
      "correct_answer": "D"
    },
    {
      "id": 50,
      "difficulty": "hard",
      "question": "You have ₹1, ₹1, ₹1, ₹2, and ₹2. Total?",
      "options": {
        "A": "₹5",
        "B": "₹6",
        "C": "₹7",
        "D": "₹8"
      },
      "correct_answer": "C"
    },
    {
      "id": 51,
      "difficulty": "hard",
      "question": "You have ₹5, ₹1, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹5",
        "B": "₹7",
        "C": "₹9",
        "D": "₹8"
      },
      "correct_answer": "D"
    },
    {
      "id": 52,
      "difficulty": "hard",
      "question": "You have ₹10, ₹5, and ₹2. How much?",
      "options": {
        "A": "₹18",
        "B": "₹17",
        "C": "₹16",
        "D": "₹20"
      },
      "correct_answer": "B"
    },
    {
      "id": 53,
      "difficulty": "hard",
      "question": "You have ₹2, ₹2, ₹2, ₹1. Total?",
      "options": {
        "A": "₹6",
        "B": "₹7",
        "C": "₹5",
        "D": "₹8"
      },
      "correct_answer": "B"
    },
    {
      "id": 54,
      "difficulty": "hard",
      "question": "You have ₹10, ₹1, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹11",
        "B": "₹12",
        "C": "₹13",
        "D": "₹14"
      },
      "correct_answer": "C"
    },
    {
      "id": 55,
      "difficulty": "hard",
      "question": "You have ₹5, ₹5, and ₹2. How much?",
      "options": {
        "A": "₹12",
        "B": "₹10",
        "C": "₹15",
        "D": "₹8"
      },
      "correct_answer": "A"
    },
    {
      "id": 56,
      "difficulty": "hard",
      "question": "You have ₹2, ₹1, ₹5, and ₹10. Total?",
      "options": {
        "A": "₹15",
        "B": "₹18",
        "C": "₹17",
        "D": "₹20"
      },
      "correct_answer": "B"
    },
    {
      "id": 57,
      "difficulty": "hard",
      "question": "You have six ₹1 coins. Total?",
      "options": {
        "A": "₹6",
        "B": "₹7",
        "C": "₹5",
        "D": "₹8"
      },
      "correct_answer": "A"
    },
    {
      "id": 58,
      "difficulty": "hard",
      "question": "You have ₹2, ₹2, ₹5, and ₹10. Total?",
      "options": {
        "A": "₹18",
        "B": "₹17",
        "C": "₹19",
        "D": "₹15"
      },
      "correct_answer": "C"
    },
    {
      "id": 59,
      "difficulty": "hard",
      "question": "You have ₹10, ₹10, and ₹1. How much?",
      "options": {
        "A": "₹21",
        "B": "₹22",
        "C": "₹20",
        "D": "₹23"
      },
      "correct_answer": "A"
    },
    {
      "id": 60,
      "difficulty": "hard",
      "question": "You have ₹5, ₹2, ₹1, ₹1, and ₹1. Total?",
      "options": {
        "A": "₹8",
        "B": "₹10",
        "C": "₹9",
        "D": "₹12"
      },
      "correct_answer": "B"
    }
  ]
}