{ "q01": { "type": "blank", "question": "\n\nHow many prime numbers are there between `2` and `1000`? ____\n\n\n" }, "q02": { "type": "multiple", "question": "\nWhich of the following numbers are perfect?\n\n", "responses": { "3": 3, "6": 6, "24": 24, "28": 28, "358": 358, "496": 496, "650": 640 } }, "q03": { "type": "blank", "question": "\n\n
    \n
  1. What is the GCD(1024, 768)? ____
  2. \n
  3. What is the GCD(1224, 315)? ____
  4. \n
  5. What is the GCD(1280, 900)? ____
  6. \n
  7. What is the GCD(1600, 900)? ____
  8. \n
  9. What is the GCD(6685, 12033)? ____
  10. \n
\n\n
\n" }, "q04": { "type": "blank", "question": "\n
    \n
  1. What is 2^10 mod 5? ____
  2. \n
  3. What is 5^7 mod 4? ____
  4. \n
  5. What is 25^100 mod 3? ____
  6. \n
  7. What is 32^23 mod 4? ____
  8. \n
\n
\n" } }