Edit Game
Operation of Set
 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   3  Close
กำหนด A = { 1, 2, 3, 4 } และ B = { 2, 3, 5, 7 } แล้ว A (intersection) B = ?
{ 2, 3 }
กำหนด A = { 1, 2, 3, 4 } และ B = { 2, 3, 5, 7 } แล้ว A U B = ?
{1, 2, 3, 4, 5, 7}
กำหนด A = { 1, 2, 3, 4 } และ B = { 2, 3, 5, 7 } แล้ว A - B = ?
{ 1, 4 }