{
  "title": "Numbers up to 10000 - Place Value (Thousands)",
  "total_questions": 60,
  "questions": [
    {
      "id": 1,
      "difficulty": "Easy",
      "question": "In the number 2345, which digit is in the thousands place?",
      "options": { "A": "2", "B": "3", "C": "4", "D": "5" },
      "correct_answer": "A"
    },
    {
      "id": 2,
      "difficulty": "Easy",
      "question": "In 4521, the thousands place shows:",
      "options": { "A": "4", "B": "5", "C": "2", "D": "1" },
      "correct_answer": "A"
    },
    {
      "id": 3,
      "difficulty": "Easy",
      "question": "Which place value tells 'how many thousands'?",
      "options": {
        "A": "First from right",
        "B": "Second from right",
        "C": "Third from right",
        "D": "Fourth from right"
      },
      "correct_answer": "D"
    },
    {
      "id": 4,
      "difficulty": "Easy",
      "question": "In 3005, which digit is in the thousands place?",
      "options": { "A": "3", "B": "0", "C": "5", "D": "30" },
      "correct_answer": "A"
    },
    {
      "id": 5,
      "difficulty": "Easy",
      "question": "Which number has 7 in the thousands place?",
      "options": { "A": "7123", "B": "2713", "C": "1273", "D": "3217" },
      "correct_answer": "A"
    },
    {
      "id": 6,
      "difficulty": "Easy",
      "question": "In 8942, the digit at thousands place is:",
      "options": { "A": "8", "B": "9", "C": "4", "D": "2" },
      "correct_answer": "A"
    },
    {
      "id": 7,
      "difficulty": "Easy",
      "question": "Which digit is at the thousands place in 6789?",
      "options": { "A": "6", "B": "7", "C": "8", "D": "9" },
      "correct_answer": "A"
    },
    {
      "id": 8,
      "difficulty": "Easy",
      "question": "What is the value of 4 in 4567?",
      "options": { "A": "4", "B": "40", "C": "400", "D": "4000" },
      "correct_answer": "D"
    },
    {
      "id": 9,
      "difficulty": "Easy",
      "question": "Which number has 5 thousands?",
      "options": { "A": "5432", "B": "3542", "C": "1354", "D": "4532" },
      "correct_answer": "A"
    },
    {
      "id": 10,
      "difficulty": "Easy",
      "question": "Digit at thousands place in 9012:",
      "options": { "A": "9", "B": "0", "C": "1", "D": "2" },
      "correct_answer": "A"
    },
    {
      "id": 11,
      "difficulty": "Easy",
      "question": "In 1456, which is the thousands digit?",
      "options": { "A": "1", "B": "4", "C": "5", "D": "6" },
      "correct_answer": "A"
    },
    {
      "id": 12,
      "difficulty": "Easy",
      "question": "What is the thousands digit in 7890?",
      "options": { "A": "7", "B": "8", "C": "9", "D": "0" },
      "correct_answer": "A"
    },
    {
      "id": 13,
      "difficulty": "Easy",
      "question": "Which digit represents 3 thousands in 3456?",
      "options": { "A": "3", "B": "4", "C": "5", "D": "6" },
      "correct_answer": "A"
    },
    {
      "id": 14,
      "difficulty": "Easy",
      "question": "Thousands place in 2678 has:",
      "options": { "A": "2", "B": "6", "C": "7", "D": "8" },
      "correct_answer": "A"
    },
    {
      "id": 15,
      "difficulty": "Easy",
      "question": "The value of 9 in 9123 is:",
      "options": { "A": "90", "B": "900", "C": "9000", "D": "90000" },
      "correct_answer": "C"
    },
    {
      "id": 16,
      "difficulty": "Easy",
      "question": "In 1001, the thousands place digit is:",
      "options": { "A": "1", "B": "0", "C": "10", "D": "11" },
      "correct_answer": "A"
    },
    {
      "id": 17,
      "difficulty": "Easy",
      "question": "Which number has 8 thousands?",
      "options": { "A": "8123", "B": "2813", "C": "1283", "D": "3182" },
      "correct_answer": "A"
    },
    {
      "id": 18,
      "difficulty": "Easy",
      "question": "Thousands digit in 5034:",
      "options": { "A": "5", "B": "0", "C": "3", "D": "4" },
      "correct_answer": "A"
    },
    {
      "id": 19,
      "difficulty": "Easy",
      "question": "Find the thousands digit in 6205.",
      "options": { "A": "6", "B": "2", "C": "0", "D": "5" },
      "correct_answer": "A"
    },
    {
      "id": 20,
      "difficulty": "Easy",
      "question": "What is the value of 2 in 2450?",
      "options": { "A": "2", "B": "20", "C": "200", "D": "2000" },
      "correct_answer": "D"
    },

    {
      "id": 21,
      "difficulty": "Medium",
      "question": "Which number has 9 in the thousands place?",
      "options": { "A": "9234", "B": "2923", "C": "2392", "D": "3292" },
      "correct_answer": "A"
    },
    {
      "id": 22,
      "difficulty": "Medium",
      "question": "In 7642, what is the value of 7?",
      "options": { "A": "7", "B": "70", "C": "700", "D": "7000" },
      "correct_answer": "D"
    },
    {
      "id": 23,
      "difficulty": "Medium",
      "question": "Which digit is in thousands place of 4589?",
      "options": { "A": "4", "B": "5", "C": "8", "D": "9" },
      "correct_answer": "A"
    },
    {
      "id": 24,
      "difficulty": "Medium",
      "question": "Choose the number with 3 thousands.",
      "options": { "A": "3456", "B": "1345", "C": "4135", "D": "5314" },
      "correct_answer": "A"
    },
    {
      "id": 25,
      "difficulty": "Medium",
      "question": "The value of 6 in 6781 is:",
      "options": { "A": "6", "B": "60", "C": "600", "D": "6000" },
      "correct_answer": "D"
    },
    {
      "id": 26,
      "difficulty": "Medium",
      "question": "Which number shows 2 in thousands?",
      "options": { "A": "2981", "B": "8291", "C": "9821", "D": "1928" },
      "correct_answer": "A"
    },
    {
      "id": 27,
      "difficulty": "Medium",
      "question": "In 3098, thousands digit is:",
      "options": { "A": "3", "B": "0", "C": "9", "D": "8" },
      "correct_answer": "A"
    },
    {
      "id": 28,
      "difficulty": "Medium",
      "question": "Which has 6 thousands?",
      "options": { "A": "6543", "B": "4653", "C": "5463", "D": "3564" },
      "correct_answer": "A"
    },
    {
      "id": 29,
      "difficulty": "Medium",
      "question": "In 8712, the thousands digit is:",
      "options": { "A": "8", "B": "7", "C": "1", "D": "2" },
      "correct_answer": "A"
    },
    {
      "id": 30,
      "difficulty": "Medium",
      "question": "What is the value of 3 in 3561?",
      "options": { "A": "3", "B": "30", "C": "300", "D": "3000" },
      "correct_answer": "D"
    },
    {
      "id": 31,
      "difficulty": "Medium",
      "question": "Thousands digit in 9140 is:",
      "options": { "A": "9", "B": "1", "C": "4", "D": "0" },
      "correct_answer": "A"
    },
    {
      "id": 32,
      "difficulty": "Medium",
      "question": "Which number has 1 thousand?",
      "options": { "A": "1567", "B": "6157", "C": "5617", "D": "7516" },
      "correct_answer": "A"
    },
    {
      "id": 33,
      "difficulty": "Medium",
      "question": "In 7024, thousands digit is:",
      "options": { "A": "7", "B": "0", "C": "2", "D": "4" },
      "correct_answer": "A"
    },
    {
      "id": 34,
      "difficulty": "Medium",
      "question": "What is the thousands value of the number 8004?",
      "options": { "A": "8", "B": "80", "C": "800", "D": "8000" },
      "correct_answer": "D"
    },
    {
      "id": 35,
      "difficulty": "Medium",
      "question": "Which number has 4 thousands?",
      "options": { "A": "4980", "B": "8490", "C": "9840", "D": "9480" },
      "correct_answer": "A"
    },
    {
      "id": 36,
      "difficulty": "Medium",
      "question": "The thousands place of 2301 contains:",
      "options": { "A": "2", "B": "3", "C": "0", "D": "1" },
      "correct_answer": "A"
    },
    {
      "id": 37,
      "difficulty": "Medium",
      "question": "In 1678, what is the value of 1?",
      "options": { "A": "10", "B": "100", "C": "1000", "D": "1" },
      "correct_answer": "C"
    },
    {
      "id": 38,
      "difficulty": "Medium",
      "question": "Which digit is in the thousands place in 3810?",
      "options": { "A": "3", "B": "8", "C": "1", "D": "0" },
      "correct_answer": "A"
    },
    {
      "id": 39,
      "difficulty": "Medium",
      "question": "Which number has 5 in thousands?",
      "options": { "A": "5123", "B": "2513", "C": "1253", "D": "3152" },
      "correct_answer": "A"
    },
    {
      "id": 40,
      "difficulty": "Medium",
      "question": "What is the value of 7 in 7420?",
      "options": { "A": "7", "B": "70", "C": "700", "D": "7000" },
      "correct_answer": "D"
    },

    {
      "id": 41,
      "difficulty": "Hard",
      "question": "Which number has the greatest thousands digit?",
      "options": { "A": "7123", "B": "9123", "C": "5123", "D": "3123" },
      "correct_answer": "B"
    },
    {
      "id": 42,
      "difficulty": "Hard",
      "question": "Which number has the smallest thousands digit?",
      "options": { "A": "2891", "B": "1892", "C": "3891", "D": "4891" },
      "correct_answer": "B"
    },
    {
      "id": 43,
      "difficulty": "Hard",
      "question": "Which number has 4 in the thousands place?",
      "options": { "A": "4321", "B": "2431", "C": "3241", "D": "1342" },
      "correct_answer": "A"
    },
    {
      "id": 44,
      "difficulty": "Hard",
      "question": "Which number has 7 thousands and 3 hundreds?",
      "options": { "A": "7310", "B": "7130", "C": "3710", "D": "1730" },
      "correct_answer": "A"
    },
    {
      "id": 45,
      "difficulty": "Hard",
      "question": "Which number has 6 thousands and 0 in tens place?",
      "options": {
        "A": "6004",
        "B": "6054",
        "C": "6043",
        "D": "6027"
      },
      "correct_answer": "A"
    },
    {
      "id": 46,
      "difficulty": "Hard",
      "question": "Which number has 9 thousands and 5 ones?",
      "options": { "A": "9005", "B": "9050", "C": "9500", "D": "5900" },
      "correct_answer": "A"
    },
    {
      "id": 47,
      "difficulty": "Hard",
      "question": "Which number has thousands digit 8 and units digit 1?",
      "options": {
        "A": "8123",
        "B": "8912",
        "C": "8012",
        "D": "8101"
      },
      "correct_answer": "D"
    },
    {
      "id": 48,
      "difficulty": "Hard",
      "question": "Which number has 5 thousands and 2 tens?",
      "options": { "A": "5022", "B": "5200", "C": "5120", "D": "5210" },
      "correct_answer": "C"
    },
    {
      "id": 49,
      "difficulty": "Hard",
      "question": "Which number has 3 thousands, 6 hundreds?",
      "options": {
        "A": "3601",
        "B": "3061",
        "C": "6301",
        "D": "3651"
      },
      "correct_answer": "A"
    },
    {
      "id": 50,
      "difficulty": "Hard",
      "question": "Which number has thousands digit 1 and smallest ones digit?",
      "options": {
        "A": "1459",
        "B": "1672",
        "C": "1980",
        "D": "1234"
      },
      "correct_answer": "C"
    },
    {
      "id": 51,
      "difficulty": "Hard",
      "question": "Which number has 7 thousands and 9 tens?",
      "options": {
        "A": "7901",
        "B": "7099",
        "C": "7900",
        "D": "7090"
      },
      "correct_answer": "D"
    },
    {
      "id": 52,
      "difficulty": "Hard",
      "question": "Which number has digits 6 thousands, 8 hundreds, 2 tens?",
      "options": {
        "A": "6820",
        "B": "6802",
        "C": "6281",
        "D": "8620"
      },
      "correct_answer": "A"
    },
    {
      "id": 53,
      "difficulty": "Hard",
      "question": "Which number has 4 thousands and 7 ones?",
      "options": { "A": "4077", "B": "4007", "C": "4700", "D": "7400" },
      "correct_answer": "B"
    },
    {
      "id": 54,
      "difficulty": "Hard",
      "question": "Which number has 5 thousands and 5 hundreds?",
      "options": { "A": "5501", "B": "5051", "C": "5005", "D": "5510" },
      "correct_answer": "A"
    },
    {
      "id": 55,
      "difficulty": "Hard",
      "question": "Which number has 9 thousands and largest possible ones digit?",
      "options": { "A": "9009", "B": "9019", "C": "9099", "D": "9999" },
      "correct_answer": "D"
    },
    {
      "id": 56,
      "difficulty": "Hard",
      "question": "Which number has thousands digit 2 and tens digit 8?",
      "options": {
        "A": "2814",
        "B": "2083",
        "C": "2381",
        "D": "2180"
      },
      "correct_answer": "D"
    },
    {
      "id": 57,
      "difficulty": "Hard",
      "question": "Which number has 7 thousands, 0 hundreds, 4 tens?",
      "options": {
        "A": "7040",
        "B": "7401",
        "C": "7014",
        "D": "7140"
      },
      "correct_answer": "A"
    },
    {
      "id": 58,
      "difficulty": "Hard",
      "question": "Which number has 3 thousands and 9 ones?",
      "options": { "A": "3099", "B": "3909", "C": "3009", "D": "3090" },
      "correct_answer": "C"
    },
    {
      "id": 59,
      "difficulty": "Hard",
      "question": "Which number has 6 thousands and 4 hundreds?",
      "options": { "A": "6400", "B": "6040", "C": "6004", "D": "4600" },
      "correct_answer": "A"
    },
    {
      "id": 60,
      "difficulty": "Hard",
      "question": "Which number has 8 thousands, 1 hundred, 0 tens, 5 ones?",
      "options": { "A": "8105", "B": "8015", "C": "8150", "D": "8051" },
      "correct_answer": "A"
    }
  ]
}
