{
  "title": "Ordering and Comparing Integers - Grade 6 CBSE",
  "total_questions": 150,
  "questions": [
    {"id": 1, "difficulty": "easy", "question": "Which is greater: -3 or -5?", "options": {"A": "-3", "B": "-5", "C": "Both are equal", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 2, "difficulty": "easy", "question": "Which is smaller: -2 or 0?", "options": {"A": "-2", "B": "0", "C": "Both are equal", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 3, "difficulty": "easy", "question": "Arrange in ascending order: -1, 0, 2", "options": {"A": "0, -1, 2", "B": "-1, 0, 2", "C": "2, 0, -1", "D": "2, -1, 0"}, "correct_answer": "B"},
    {"id": 4, "difficulty": "easy", "question": "Arrange in descending order: 3, -1, -4", "options": {"A": "3, -1, -4", "B": "-4, -1, 3", "C": "-1, 3, -4", "D": "3, -4, -1"}, "correct_answer": "A"},
    {"id": 5, "difficulty": "easy", "question": "Which integer lies between -2 and 1?", "options": {"A": "-3", "B": "-1", "C": "2", "D": "-4"}, "correct_answer": "B"},
    {"id": 6, "difficulty": "easy", "question": "The successor of -5 is:", "options": {"A": "-6", "B": "-4", "C": "5", "D": "0"}, "correct_answer": "B"},
    {"id": 7, "difficulty": "easy", "question": "The predecessor of 3 is:", "options": {"A": "4", "B": "2", "C": "-3", "D": "0"}, "correct_answer": "B"},
    {"id": 8, "difficulty": "easy", "question": "Which symbol is correct: -7 ○ -3?", "options": {"A": ">", "B": "<", "C": "=", "D": "≥"}, "correct_answer": "B"},
    {"id": 9, "difficulty": "easy", "question": "Which symbol is correct: 0 ○ -5?", "options": {"A": ">", "B": "<", "C": "=", "D": "≤"}, "correct_answer": "A"},
    {"id": 10, "difficulty": "easy", "question": "The integer just left of 0 on number line is:", "options": {"A": "1", "B": "-1", "C": "2", "D": "-2"}, "correct_answer": "B"},
    {"id": 11, "difficulty": "easy", "question": "Which is the smallest: -8, -3, 0, 2?", "options": {"A": "-8", "B": "-3", "C": "0", "D": "2"}, "correct_answer": "A"},
    {"id": 12, "difficulty": "easy", "question": "Which is the largest: -5, -1, 1, -3?", "options": {"A": "-5", "B": "-1", "C": "1", "D": "-3"}, "correct_answer": "C"},
    {"id": 13, "difficulty": "easy", "question": "Arrange in ascending order: -4, 0, -1, 2", "options": {"A": "-4, -1, 0, 2", "B": "2, 0, -1, -4", "C": "0, -1, 2, -4", "D": "-1, -4, 0, 2"}, "correct_answer": "A"},
    {"id": 14, "difficulty": "easy", "question": "Arrange in descending order: -2, 3, -5, 1", "options": {"A": "3, 1, -2, -5", "B": "-5, -2, 1, 3", "C": "1, 3, -2, -5", "D": "-2, -5, 1, 3"}, "correct_answer": "A"},
    {"id": 15, "difficulty": "easy", "question": "All positive integers are _______ than all negative integers", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "half"}, "correct_answer": "A"},
    {"id": 16, "difficulty": "easy", "question": "Zero is _______ than all negative integers", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "double"}, "correct_answer": "A"},
    {"id": 17, "difficulty": "easy", "question": "Which statement is true?", "options": {"A": "-10 > -5", "B": "-3 < -7", "C": "0 > -2", "D": "-1 > 1"}, "correct_answer": "C"},
    {"id": 18, "difficulty": "easy", "question": "The integer 5 steps to the left of 2 is:", "options": {"A": "7", "B": "-3", "C": "3", "D": "-7"}, "correct_answer": "B"},
    {"id": 19, "difficulty": "easy", "question": "The integer 3 steps to the right of -4 is:", "options": {"A": "-7", "B": "-1", "C": "1", "D": "7"}, "correct_answer": "B"},
    {"id": 20, "difficulty": "easy", "question": "On number line, numbers _______ are greater", "options": {"A": "to the left", "B": "to the right", "C": "at the center", "D": "below zero"}, "correct_answer": "B"},
    {"id": 21, "difficulty": "medium", "question": "Arrange in ascending order: -15, -20, 5, 0, -10", "options": {"A": "-20, -15, -10, 0, 5", "B": "5, 0, -10, -15, -20", "C": "0, -10, -15, -20, 5", "D": "-10, -15, -20, 0, 5"}, "correct_answer": "A"},
    {"id": 22, "difficulty": "medium", "question": "Arrange in descending order: -8, 12, -15, 7, 0", "options": {"A": "12, 7, 0, -8, -15", "B": "-15, -8, 0, 7, 12", "C": "0, 7, 12, -8, -15", "D": "7, 12, 0, -8, -15"}, "correct_answer": "A"},
    {"id": 23, "difficulty": "medium", "question": "Which is greater: -25 or -30?", "options": {"A": "-25", "B": "-30", "C": "Both are equal", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 24, "difficulty": "medium", "question": "Which is smaller: -12 or -9?", "options": {"A": "-12", "B": "-9", "C": "Both are equal", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 25, "difficulty": "medium", "question": "Find the integer that lies between -8 and -4", "options": {"A": "-3", "B": "-5", "C": "-9", "D": "-12"}, "correct_answer": "B"},
    {"id": 26, "difficulty": "medium", "question": "How many integers are there between -5 and 3?", "options": {"A": "6", "B": "7", "C": "8", "D": "9"}, "correct_answer": "B"},
    {"id": 27, "difficulty": "medium", "question": "The successor of -12 is:", "options": {"A": "-13", "B": "-11", "C": "12", "D": "-10"}, "correct_answer": "B"},
    {"id": 28, "difficulty": "medium", "question": "The predecessor of -8 is:", "options": {"A": "-7", "B": "-9", "C": "8", "D": "-6"}, "correct_answer": "B"},
    {"id": 29, "difficulty": "medium", "question": "Which symbol makes this true: -18 ○ -15?", "options": {"A": ">", "B": "<", "C": "=", "D": "≥"}, "correct_answer": "B"},
    {"id": 30, "difficulty": "medium", "question": "Which symbol makes this true: -7 ○ 7?", "options": {"A": ">", "B": "<", "C": "=", "D": "≥"}, "correct_answer": "B"},
    {"id": 31, "difficulty": "medium", "question": "The integer 10 less than -5 is:", "options": {"A": "5", "B": "-15", "C": "15", "D": "-10"}, "correct_answer": "B"},
    {"id": 32, "difficulty": "medium", "question": "The integer 8 more than -12 is:", "options": {"A": "-20", "B": "-4", "C": "4", "D": "20"}, "correct_answer": "B"},
    {"id": 33, "difficulty": "medium", "question": "Which is the smallest: -100, -50, 0, 50?", "options": {"A": "-100", "B": "-50", "C": "0", "D": "50"}, "correct_answer": "A"},
    {"id": 34, "difficulty": "medium", "question": "Which is the largest: -75, -25, 25, 75?", "options": {"A": "-75", "B": "-25", "C": "25", "D": "75"}, "correct_answer": "D"},
    {"id": 35, "difficulty": "medium", "question": "Arrange in ascending order: -45, 30, -60, 15, 0", "options": {"A": "-60, -45, 0, 15, 30", "B": "30, 15, 0, -45, -60", "C": "0, 15, 30, -45, -60", "D": "-45, -60, 0, 15, 30"}, "correct_answer": "A"},
    {"id": 36, "difficulty": "medium", "question": "Arrange in descending order: -18, 25, -32, 40, -5", "options": {"A": "40, 25, -5, -18, -32", "B": "-32, -18, -5, 25, 40", "C": "25, 40, -5, -18, -32", "D": "-5, -18, -32, 25, 40"}, "correct_answer": "A"},
    {"id": 37, "difficulty": "medium", "question": "How many integers between -10 and 5 are greater than -3?", "options": {"A": "6", "B": "7", "C": "8", "D": "9"}, "correct_answer": "B"},
    {"id": 38, "difficulty": "medium", "question": "How many integers between -8 and 4 are less than 1?", "options": {"A": "8", "B": "9", "C": "10", "D": "11"}, "correct_answer": "B"},
    {"id": 39, "difficulty": "medium", "question": "Which statement is false?", "options": {"A": "-20 < -10", "B": "15 > -15", "C": "0 > -5", "D": "-8 > -3"}, "correct_answer": "D"},
    {"id": 40, "difficulty": "medium", "question": "If a = -5 and b = 3, which is correct?", "options": {"A": "a > b", "B": "a = b", "C": "a < b", "D": "a ≥ b"}, "correct_answer": "C"},
    {"id": 41, "difficulty": "medium", "question": "If x = -12 and y = -8, which is correct?", "options": {"A": "x > y", "B": "x = y", "C": "x < y", "D": "x ≤ y"}, "correct_answer": "C"},
    {"id": 42, "difficulty": "medium", "question": "The temperature -5°C is _______ than -10°C", "options": {"A": "colder", "B": "warmer", "C": "same", "D": "Cannot compare"}, "correct_answer": "B"},
    {"id": 43, "difficulty": "medium", "question": "A depth of -15 meters is _______ than -20 meters", "options": {"A": "deeper", "B": "shallower", "C": "same", "D": "Cannot compare"}, "correct_answer": "B"},
    {"id": 44, "difficulty": "medium", "question": "Which integer is 7 units to the left of -3?", "options": {"A": "4", "B": "-10", "C": "10", "D": "-4"}, "correct_answer": "B"},
    {"id": 45, "difficulty": "medium", "question": "Which integer is 9 units to the right of -14?", "options": {"A": "-23", "B": "-5", "C": "5", "D": "23"}, "correct_answer": "B"},
    {"id": 46, "difficulty": "medium", "question": "Find all integers x such that -4 < x < 3", "options": {"A": "-3, -2, -1, 0, 1, 2", "B": "-4, -3, -2, -1, 0, 1, 2", "C": "-3, -2, -1, 0, 1, 2, 3", "D": "-4, -3, -2, -1, 0, 1, 2, 3"}, "correct_answer": "A"},
    {"id": 47, "difficulty": "medium", "question": "Find all integers y such that -2 ≤ y < 4", "options": {"A": "-2, -1, 0, 1, 2, 3", "B": "-1, 0, 1, 2, 3", "C": "-2, -1, 0, 1, 2, 3, 4", "D": "-1, 0, 1, 2, 3, 4"}, "correct_answer": "A"},
    {"id": 48, "difficulty": "medium", "question": "The greatest integer less than 5 is:", "options": {"A": "6", "B": "4", "C": "5", "D": "0"}, "correct_answer": "B"},
    {"id": 49, "difficulty": "medium", "question": "The smallest integer greater than -3 is:", "options": {"A": "-4", "B": "-2", "C": "-3", "D": "0"}, "correct_answer": "B"},
    {"id": 50, "difficulty": "medium", "question": "Which pair are in ascending order?", "options": {"A": "-7, -9, -5", "B": "0, -2, 2", "C": "-3, -1, 1", "D": "5, 3, 1"}, "correct_answer": "C"},
    {"id": 51, "difficulty": "medium", "question": "Which pair are in descending order?", "options": {"A": "-1, -3, -5", "B": "2, 0, -2", "C": "-4, -2, 0", "D": "3, 5, 7"}, "correct_answer": "B"},
    {"id": 52, "difficulty": "medium", "question": "If |a| = 5 and |b| = 3, and both are negative, which is greater?", "options": {"A": "a", "B": "b", "C": "Both are equal", "D": "Cannot determine"}, "correct_answer": "B"},
    {"id": 53, "difficulty": "medium", "question": "The opposite of -8 is _______ than -8", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 54, "difficulty": "medium", "question": "On number line, distance from 0 to -12 is _______ distance from 0 to 12", "options": {"A": "greater than", "B": "less than", "C": "equal to", "D": "half of"}, "correct_answer": "C"},
    {"id": 55, "difficulty": "medium", "question": "Which integer is closest to 0: -2, 3, or -1?", "options": {"A": "-2", "B": "3", "C": "-1", "D": "All are equal"}, "correct_answer": "C"},
    {"id": 56, "difficulty": "medium", "question": "Which integer is farthest from 0: -5, 4, or 6?", "options": {"A": "-5", "B": "4", "C": "6", "D": "-5 and 6 are equal"}, "correct_answer": "C"},
    {"id": 57, "difficulty": "medium", "question": "Arrange by distance from 0 (closest first): -3, 2, -5, 4", "options": {"A": "2, -3, 4, -5", "B": "-3, 2, -5, 4", "C": "2, -3, -5, 4", "D": "-3, 2, 4, -5"}, "correct_answer": "A"},
    {"id": 58, "difficulty": "medium", "question": "If a < b and b < c, then:", "options": {"A": "a < c", "B": "a > c", "C": "a = c", "D": "Cannot say"}, "correct_answer": "A"},
    {"id": 59, "difficulty": "medium", "question": "The sum of two negative integers is always _______ than either integer", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "Cannot determine"}, "correct_answer": "B"},
    {"id": 60, "difficulty": "medium", "question": "The sum of two positive integers is always _______ than either integer", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "Cannot determine"}, "correct_answer": "A"},
    {"id": 61, "difficulty": "medium", "question": "Which is warmer: -8°C or -12°C?", "options": {"A": "-8°C", "B": "-12°C", "C": "Both are same", "D": "Cannot compare"}, "correct_answer": "A"},
    {"id": 62, "difficulty": "medium", "question": "Which is deeper: -25m or -30m?", "options": {"A": "-25m", "B": "-30m", "C": "Both are same", "D": "Cannot compare"}, "correct_answer": "B"},
    {"id": 63, "difficulty": "medium", "question": "In a quiz, scores were: Team A: -5, Team B: 3, Team C: -2. Which team won?", "options": {"A": "Team A", "B": "Team B", "C": "Team C", "D": "Tie between B and C"}, "correct_answer": "B"},
    {"id": 64, "difficulty": "medium", "question": "Temperatures: Delhi: -2°C, Shimla: -8°C, Mumbai: 12°C. Which is coldest?", "options": {"A": "Delhi", "B": "Shimla", "C": "Mumbai", "D": "Delhi and Shimla are same"}, "correct_answer": "B"},
    {"id": 65, "difficulty": "medium", "question": "Elevations: City A: -15m, City B: 25m, City C: -5m. Arrange from lowest to highest", "options": {"A": "City A, City C, City B", "B": "City B, City C, City A", "C": "City C, City A, City B", "D": "City A, City B, City C"}, "correct_answer": "A"},
    {"id": 66, "difficulty": "medium", "question": "Bank balances: Ali: -₹500, Ravi: ₹300, Seema: -₹200. Who has most money?", "options": {"A": "Ali", "B": "Ravi", "C": "Seema", "D": "Ravi and Seema are equal"}, "correct_answer": "B"},
    {"id": 67, "difficulty": "medium", "question": "Which integer satisfies: -7 < n < -3?", "options": {"A": "-8", "B": "-5", "C": "-2", "D": "0"}, "correct_answer": "B"},
    {"id": 68, "difficulty": "medium", "question": "Which integer satisfies: 1 ≤ n ≤ 4?", "options": {"A": "0", "B": "1", "C": "5", "D": "All of these"}, "correct_answer": "B"},
    {"id": 69, "difficulty": "medium", "question": "How many integers satisfy -4 ≤ x ≤ 3?", "options": {"A": "6", "B": "7", "C": "8", "D": "9"}, "correct_answer": "C"},
    {"id": 70, "difficulty": "medium", "question": "How many integers satisfy -10 < x < -5?", "options": {"A": "3", "B": "4", "C": "5", "D": "6"}, "correct_answer": "B"},
    {"id": 71, "difficulty": "medium", "question": "If a = -9, b = -4, c = 2, which is true?", "options": {"A": "a < b < c", "B": "b < a < c", "C": "c < a < b", "D": "a < c < b"}, "correct_answer": "A"},
    {"id": 72, "difficulty": "medium", "question": "If x = -3, y = 0, z = 5, which is false?", "options": {"A": "x < y", "B": "y < z", "C": "x < z", "D": "z < y"}, "correct_answer": "D"},
    {"id": 73, "difficulty": "medium", "question": "The integer immediately to the right of -1 on number line is:", "options": {"A": "-2", "B": "0", "C": "1", "D": "2"}, "correct_answer": "B"},
    {"id": 74, "difficulty": "medium", "question": "The integer immediately to the left of 4 on number line is:", "options": {"A": "3", "B": "5", "C": "-4", "D": "0"}, "correct_answer": "A"},
    {"id": 75, "difficulty": "medium", "question": "Which set is in correct ascending order?", "options": {"A": "-10, -5, 0, 5", "B": "5, 0, -5, -10", "C": "0, -5, 5, -10", "D": "-5, 5, -10, 0"}, "correct_answer": "A"},
    {"id": 76, "difficulty": "medium", "question": "Which set is in correct descending order?", "options": {"A": "8, 4, 0, -4", "B": "-4, 0, 4, 8", "C": "0, 4, -4, 8", "D": "4, 8, 0, -4"}, "correct_answer": "A"},
    {"id": 77, "difficulty": "medium", "question": "The greater the negative integer, the _______ its value", "options": {"A": "larger", "B": "smaller", "C": "same", "D": "Cannot say"}, "correct_answer": "B"},
    {"id": 78, "difficulty": "medium", "question": "On number line, as we move left, values _______", "options": {"A": "increase", "B": "decrease", "C": "remain same", "D": "become zero"}, "correct_answer": "B"},
    {"id": 79, "difficulty": "medium", "question": "All integers to the right of -5 are _______ than -5", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "opposite"}, "correct_answer": "A"},
    {"id": 80, "difficulty": "medium", "question": "All integers to the left of 3 are _______ than 3", "options": {"A": "greater", "B": "smaller", "C": "equal", "D": "double"}, "correct_answer": "B"},
    {"id": 81, "difficulty": "hard", "question": "Arrange in ascending order: -|5|, |-3|, -(-2), -|7|", "options": {"A": "-|7|, -|5|, -(-2), |-3|", "B": "|-3|, -(-2), -|5|, -|7|", "C": "-(-2), |-3|, -|5|, -|7|", "D": "-|7|, -|5|, |-3|, -(-2)"}, "correct_answer": "A"},
    {"id": 82, "difficulty": "hard", "question": "If a = -(-8), b = -|6|, c = |-4|, which is correct?", "options": {"A": "b < c < a", "B": "c < b < a", "C": "a < b < c", "D": "b < a < c"}, "correct_answer": "A"},
    {"id": 83, "difficulty": "hard", "question": "Which integer is greater: -|9| or -(-5)?", "options": {"A": "-|9|", "B": "-(-5)", "C": "Both are equal", "D": "Cannot compare"}, "correct_answer": "B"},
    {"id": 84, "difficulty": "hard", "question": "Find the integer that is 3 less than the opposite of -7", "options": {"A": "4", "B": "-4", "C": "10", "D": "-10"}, "correct_answer": "D"},
    {"id": 85, "difficulty": "hard", "question": "Find the integer that is 5 more than the opposite of 12", "options": {"A": "-17", "B": "-7", "C": "7", "D": "17"}, "correct_answer": "B"},
    {"id": 86, "difficulty": "hard", "question": "If x and y are negative integers and |x| > |y|, then:", "options": {"A": "x > y", "B": "x < y", "C": "x = y", "D": "Cannot determine"}, "correct_answer": "B"},
    {"id": 87, "difficulty": "hard", "question": "If m and n are positive integers and m > n, then:", "options": {"A": "-m > -n", "B": "-m = -n", "C": "-m < -n", "D": "Cannot determine"}, "correct_answer": "C"},
    {"id": 88, "difficulty": "hard", "question": "The sum of the greatest negative integer and smallest positive integer is:", "options": {"A": "-1", "B": "0", "C": "1", "D": "2"}, "correct_answer": "B"},
    {"id": 89, "difficulty": "hard", "question": "How many integers x satisfy: -8 ≤ -x ≤ 5?", "options": {"A": "12", "B": "13", "C": "14", "D": "15"}, "correct_answer": "C"},
    {"id": 90, "difficulty": "hard", "question": "If a < 0 < b and |a| = |b|, then:", "options": {"A": "a + b > 0", "B": "a + b < 0", "C": "a + b = 0", "D": "a + b = 1"}, "correct_answer": "C"},
    {"id": 91, "difficulty": "hard", "question": "The integer halfway between -12 and 6 is:", "options": {"A": "-3", "B": "3", "C": "-6", "D": "6"}, "correct_answer": "A"},
    {"id": 92, "difficulty": "hard", "question": "The integer equidistant from -8 and 4 is:", "options": {"A": "-2", "B": "2", "C": "-4", "D": "4"}, "correct_answer": "A"},
    {"id": 93, "difficulty": "hard", "question": "If temperature drops from 5°C to -7°C, the change is _______ degrees", "options": {"A": "2", "B": "12", "C": "-2", "D": "-12"}, "correct_answer": "B"},
    {"id": 94, "difficulty": "hard", "question": "From a depth of -25m to a height of 15m, the vertical distance is _______ meters", "options": {"A": "10", "B": "40", "C": "-10", "D": "-40"}, "correct_answer": "B"},
    {"id": 95, "difficulty": "hard", "question": "Which integer has the property: its opposite is greater than itself?", "options": {"A": "Positive integers", "B": "Negative integers", "C": "Zero", "D": "All integers"}, "correct_answer": "B"},
    {"id": 96, "difficulty": "hard", "question": "For any integer n, which is always true?", "options": {"A": "n > -n", "B": "n < -n", "C": "n ≥ -n", "D": "None of these"}, "correct_answer": "D"},
    {"id": 97, "difficulty": "hard", "question": "If a, b, c are integers with a < b < c < 0, which is greatest?", "options": {"A": "a", "B": "b", "C": "c", "D": "All are equal"}, "correct_answer": "C"},
    {"id": 98, "difficulty": "hard", "question": "The number of integers between -n and n (where n is positive) is:", "options": {"A": "n", "B": "2n", "C": "2n-1", "D": "2n+1"}, "correct_answer": "C"},
    {"id": 99, "difficulty": "hard", "question": "If x is an integer and -5 ≤ x ≤ 3, the greatest possible value of -x is:", "options": {"A": "5", "B": "3", "C": "-3", "D": "-5"}, "correct_answer": "A"},
    {"id": 100, "difficulty": "hard", "question": "The sum of the smallest integer and largest integer in the set {-4, 2, -1, 3, -5} is:", "options": {"A": "-2", "B": "0", "C": "2", "D": "4"}, "correct_answer": "A"}
  ,
  {"id":101,"difficulty":"easy","question":"Which is greater: -9 or -4?","options":{"A":"-9","B":"-4","C":"Both equal","D":"Cannot compare"},"correct_answer":"B"},
  {"id":102,"difficulty":"easy","question":"Which is smaller: 2 or -6?","options":{"A":"2","B":"-6","C":"Both equal","D":"Cannot compare"},"correct_answer":"B"},
  {"id":103,"difficulty":"easy","question":"Arrange in ascending order: -3, 1, -1","options":{"A":"-1, -3, 1","B":"1, -1, -3","C":"-3, -1, 1","D":"-3, 1, -1"},"correct_answer":"C"},
  {"id":104,"difficulty":"easy","question":"Arrange in descending order: -2, 4, 0","options":{"A":"4, 0, -2","B":"0, 4, -2","C":"-2, 0, 4","D":"4, -2, 0"},"correct_answer":"A"},
  {"id":105,"difficulty":"easy","question":"Which integer lies between -6 and -4?","options":{"A":"-7","B":"-5","C":"-3","D":"-8"},"correct_answer":"B"},
  {"id":106,"difficulty":"easy","question":"The successor of -1 is","options":{"A":"-2","B":"0","C":"1","D":"-3"},"correct_answer":"B"},
  {"id":107,"difficulty":"easy","question":"The predecessor of 0 is","options":{"A":"1","B":"-1","C":"2","D":"-2"},"correct_answer":"B"},
  {"id":108,"difficulty":"easy","question":"Which symbol is correct: -4 ○ -6?","options":{"A":"<","B":">","C":"=","D":"≤"},"correct_answer":"B"},
  {"id":109,"difficulty":"easy","question":"Which symbol is correct: -1 ○ 3?","options":{"A":"=","B":">","C":"<","D":"≥"},"correct_answer":"C"},
  {"id":110,"difficulty":"easy","question":"The integer just right of -2 on number line is","options":{"A":"-3","B":"-1","C":"0","D":"1"},"correct_answer":"B"},
  {"id":111,"difficulty":"easy","question":"Which is the smallest: -6, -2, 1?","options":{"A":"-2","B":"1","C":"-6","D":"0"},"correct_answer":"C"},
  {"id":112,"difficulty":"easy","question":"Which is the largest: -4, -1, -7?","options":{"A":"-7","B":"-4","C":"-1","D":"0"},"correct_answer":"C"},
  {"id":113,"difficulty":"easy","question":"Arrange in ascending order: 3, -3, 0","options":{"A":"-3, 0, 3","B":"0, -3, 3","C":"3, 0, -3","D":"-3, 3, 0"},"correct_answer":"A"},
  {"id":114,"difficulty":"easy","question":"Arrange in descending order: -1, -5, 2","options":{"A":"-5, -1, 2","B":"2, -1, -5","C":"-1, 2, -5","D":"2, -5, -1"},"correct_answer":"B"},
  {"id":115,"difficulty":"easy","question":"All negative integers are ______ than zero","options":{"A":"greater","B":"equal","C":"smaller","D":"double"},"correct_answer":"C"},
  {"id":116,"difficulty":"easy","question":"Zero is ______ than all positive integers","options":{"A":"greater","B":"smaller","C":"equal","D":"half"},"correct_answer":"B"},
  {"id":117,"difficulty":"easy","question":"Which statement is true?","options":{"A":"-2 > 1","B":"-5 > -3","C":"0 < -1","D":"1 > -1"},"correct_answer":"D"},
  {"id":118,"difficulty":"easy","question":"The integer 4 steps to the left of 1 is","options":{"A":"5","B":"-3","C":"-5","D":"3"},"correct_answer":"B"},
  {"id":119,"difficulty":"easy","question":"The integer 6 steps to the right of -2 is","options":{"A":"-8","B":"4","C":"2","D":"8"},"correct_answer":"B"},
  {"id":120,"difficulty":"easy","question":"On number line, greater numbers are found","options":{"A":"to the left","B":"below zero","C":"to the right","D":"at center"},"correct_answer":"C"},

  {"id":121,"difficulty":"medium","question":"Arrange in ascending order: -12, 4, -8, 0","options":{"A":"-12, -8, 0, 4","B":"4, 0, -8, -12","C":"-8, -12, 0, 4","D":"0, -8, -12, 4"},"correct_answer":"A"},
  {"id":122,"difficulty":"medium","question":"Arrange in descending order: -3, 6, -9, 1","options":{"A":"6, 1, -3, -9","B":"-9, -3, 1, 6","C":"1, 6, -3, -9","D":"6, -3, 1, -9"},"correct_answer":"A"},
  {"id":123,"difficulty":"medium","question":"Which is greater: -14 or -11?","options":{"A":"-14","B":"-11","C":"Both equal","D":"Cannot compare"},"correct_answer":"B"},
  {"id":124,"difficulty":"medium","question":"Which is smaller: -18 or -10?","options":{"A":"-10","B":"-18","C":"Both equal","D":"Cannot compare"},"correct_answer":"B"},
  {"id":125,"difficulty":"medium","question":"How many integers lie between -6 and 2?","options":{"A":"6","B":"7","C":"8","D":"9"},"correct_answer":"B"},
  {"id":126,"difficulty":"medium","question":"The predecessor of -15 is","options":{"A":"-14","B":"-16","C":"15","D":"-13"},"correct_answer":"B"},
  {"id":127,"difficulty":"medium","question":"The successor of 19 is","options":{"A":"18","B":"20","C":"-20","D":"21"},"correct_answer":"B"},
  {"id":128,"difficulty":"medium","question":"Which symbol makes this true: -9 ○ -12?","options":{"A":"<","B":"=","C":">","D":"≤"},"correct_answer":"C"},
  {"id":129,"difficulty":"medium","question":"Which integer is 5 less than -7?","options":{"A":"-2","B":"-12","C":"12","D":"-5"},"correct_answer":"B"},
  {"id":130,"difficulty":"medium","question":"Which integer is 7 more than -9?","options":{"A":"-2","B":"-16","C":"16","D":"2"},"correct_answer":"A"},

  {"id":131,"difficulty":"hard","question":"Arrange in ascending order: -|4|, |3|, -(-1), -|6|","options":{"A":"-6, -4, 1, 3","B":"-4, -6, 1, 3","C":"-6, 1, -4, 3","D":"1, 3, -4, -6"},"correct_answer":"A"},
  {"id":132,"difficulty":"hard","question":"If a = -(-5), b = |−3|, c = -|4|, which is correct?","options":{"A":"c < b < a","B":"b < c < a","C":"a < b < c","D":"c < a < b"},"correct_answer":"A"},
  {"id":133,"difficulty":"hard","question":"Which is greater: -|8| or |−6|?","options":{"A":"-8","B":"6","C":"Both equal","D":"Cannot compare"},"correct_answer":"B"},
  {"id":134,"difficulty":"hard","question":"Find the integer 4 less than the opposite of -9","options":{"A":"5","B":"-5","C":"13","D":"-13"},"correct_answer":"B"},
  {"id":135,"difficulty":"hard","question":"Find the integer 6 more than the opposite of 7","options":{"A":"-1","B":"-13","C":"13","D":"1"},"correct_answer":"A"},
  {"id":136,"difficulty":"hard","question":"If x and y are negative integers and |x| < |y|, then","options":{"A":"x < y","B":"x > y","C":"x = y","D":"Cannot say"},"correct_answer":"B"},
  {"id":137,"difficulty":"hard","question":"If m > n > 0, then which is true?","options":{"A":"-m > -n","B":"-m = -n","C":"-m < -n","D":"Cannot say"},"correct_answer":"C"},
  {"id":138,"difficulty":"hard","question":"The sum of the smallest positive integer and greatest negative integer is","options":{"A":"-1","B":"0","C":"1","D":"2"},"correct_answer":"B"},
  {"id":139,"difficulty":"hard","question":"How many integers satisfy -6 ≤ x ≤ 6?","options":{"A":"11","B":"12","C":"13","D":"14"},"correct_answer":"C"},
  {"id":140,"difficulty":"hard","question":"If a < 0 and |a| = 9, then a is","options":{"A":"9","B":"-9","C":"0","D":"Cannot determine"},"correct_answer":"B"}
,
  {"id":141,"difficulty":"hard","question":"Arrange in descending order: -2, |−5|, -(-3), -|4|","options":{"A":"5, 3, -2, -4","B":"3, 5, -2, -4","C":"5, -2, 3, -4","D":"3, -2, 5, -4"},"correct_answer":"A"},
  {"id":142,"difficulty":"hard","question":"Which integer is greater: -|12| or -(-9)?","options":{"A":"-12","B":"-9","C":"9","D":"12"},"correct_answer":"C"},
  {"id":143,"difficulty":"hard","question":"Find the integer 8 less than the opposite of -4","options":{"A":"4","B":"-12","C":"12","D":"-4"},"correct_answer":"B"},
  {"id":144,"difficulty":"hard","question":"Find the integer 10 more than the opposite of 6","options":{"A":"-4","B":"4","C":"16","D":"-16"},"correct_answer":"A"},
  {"id":145,"difficulty":"hard","question":"If x and y are integers such that x < 0, y > 0 and |x| = y, then","options":{"A":"x > y","B":"x = y","C":"x < y","D":"x + y < 0"},"correct_answer":"C"},
  {"id":146,"difficulty":"hard","question":"How many integers satisfy -12 < x ≤ 8?","options":{"A":"19","B":"20","C":"21","D":"22"},"correct_answer":"C"},
  {"id":147,"difficulty":"hard","question":"The integer midway between -14 and 2 is","options":{"A":"-6","B":"-4","C":"-8","D":"-10"},"correct_answer":"B"},
  {"id":148,"difficulty":"hard","question":"If temperature rises from -9°C to 4°C, the change is","options":{"A":"-13°C","B":"5°C","C":"13°C","D":"-5°C"},"correct_answer":"C"},
  {"id":149,"difficulty":"hard","question":"Which integer has its opposite smaller than itself?","options":{"A":"Positive integer","B":"Negative integer","C":"Zero","D":"All integers"},"correct_answer":"A"},
  {"id":150,"difficulty":"hard","question":"If -a > a, then a must be","options":{"A":"positive","B":"zero","C":"negative","D":"even"},"correct_answer":"C"}
]
}