Edit Game
Listing Elements of Sets
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   16  Close
P = {counting numbers between 1 to 20 that is divisible by 2 but not by 4}
P = {2, 6, 10, 14, 18}
O = {first four multiples of 4}
O = {4, 8, 12, 16}
N = {ber months of the years}
n = {September, October, November, December}
M = {divisible of 5 between 10 and 40}
M = {10, 15, 20, 25, 30, 35,}
L = {the letters of the PHILIPPINES}
L = {p, h, i, l, n, e, s}
K = {last 4 letters of English alphabet}
k = {w, x, y, z}
J = {first five multiple of 3}
J = {3, 6, 9, 12, 15}
I = {first five prime numbers}
I = {2, 3, 5, 7, 11}
H = {first five odd counting number}
H = {1, 3, 5, 7, 9}
G = {first five even counting number}
G = {2, 4, 6, 8, 10}
F = {last six months of the year}
F = {July, August, September, October, November, December}
E = {days of a week}
E = {Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday}
D = {first five consonants of English alphabet}
D = {b, c, d, f, g}
C = (x : x is a positive odd numbers less than 10}
C = {1, 3, 5, 7, 9}
B = {the letters of the 'WOOD'}
B = {W, O, D}
A = {vowels in English alphabet}
A = {a, e, i, o, u}