ปัญหาที่เจอบ่อย เจอข้อสอบ choice-based (แกรมมาร์/error identification/vocab) แล้วไม่รู้ว่าช้อยส์ไหนถูก — มักจะเลือกโดยใช้ความรู้สึกหรือ "มันดูเพราะดี" ทำให้พลาดข้อที่ตัวเองพอทำได้ เพราะไม่ได้วิเคราะห์อย่างเป็นระบบ
วิธีทำ
- อ่านโจทย์ให้เข้าใจก่อน — อย่าเพิ่งดู choice ตั้งคำถามกับตัวเองว่าโจทย์ถามอะไร (tense, voice, part of speech, collocation?)
- กวาดดู choice ทั้งหมด — หาความคล้าย/ต่างระหว่าง choice
- ตัดแบบ Type-based — ใช้กฎ 3 ประเภท:
- Type A: ผิด grammar ชัดเจน (tense/V-to be/V-to have ผิด)
- Type B: ผิด collocation/preposition (เช่น depend of → ต้องเป็น depend on)
- Type C: ผิด logic/context (คำศัพท์ถูก grammar แต่ความหมายไม่เข้ากับบริบท)
- Final two → เปรียบเทียบละเอียด — เหลือ 2 ตัวเลือก ให้เทียบความหมายและบริบทอีกครั้ง
ตัวอย่าง ข้อสอบ Error Identification: "The committee have decided to postpone the meeting until next week." Choices: A) have decided B) to postpone C) until D) no error
วิเคราะห์:
- "committee" = collective noun ใน American English ใช้ singular verb → "has decided"
- Type A (grammar ผิด) → ข้อ A "have decided" น่าจะผิด
- ตัด B: "to postpone" = infinitive ถูกต้อง
- ตัด C: "until" = preposition ถูกต้อง
- → คำตอบคือ A
สรุปจำง่าย "อย่าเดา — ใช้ระบบ Type A/B/C: ตัด grammar ผิดก่อน, ตามด้วย collocation, สุดท้าย logic"
