{
"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- What is the GCD(1024, 768)? ____
\n- What is the GCD(1224, 315)? ____
\n- What is the GCD(1280, 900)? ____
\n- What is the GCD(1600, 900)? ____
\n- What is the GCD(6685, 12033)? ____
\n
\n\n\n"
},
"q04": {
"type": "blank",
"question": "\n\n- What is 2^10 mod 5? ____
\n- What is 5^7 mod 4? ____
\n- What is 25^100 mod 3? ____
\n- What is 32^23 mod 4? ____
\n
\n\n"
}
}