Activities — Week 7 🪝

Hooks & Automation

Hooks และระบบอัตโนมัติ

Hooks 与自动化

Activities: Hooks & Automation

Fill in the Blank / เติมคำในช่องว่าง / 填空

Easy
เติมประโยคให้สมบูรณ์โดยใช้คำศัพท์จากสัปดาห์ที่ 7
用第 7 周的词汇把句子补充完整。
Complete the sentences using vocabulary from Week 7.
  1. The word '___' means: a script that runs at a specific event. (hook)
  2. The word '___' means: something that happens in the system. (event)
  3. The word '___' means: to make something run by itself. (automate)
  4. The word '___' means: to prevent an action from happening. (block)

Matching / จับคู่ / 配对

Easy
จับคู่คำภาษาอังกฤษกับคำแปล
将英文词语与译文配对。
Match the English terms with their translations.
  1. hook → ฮุก / 钩子
  2. event → เหตุการณ์ / 事件
  3. automate → ทำอัตโนมัติ / 自动化
  4. block → บล็อก / ป้องกัน / 拦截
  5. format → จัดรูปแบบ / 格式化
  6. validate → ตรวจสอบ / 验证

Explain in Your Words / อธิบายด้วยคำพูดของคุณ / 用你自己的话解释

Medium
อธิบายแนวคิดแต่ละข้อเกี่ยวกับHooks และระบบอัตโนมัติด้วยหนึ่งประโยค
用一句话解释关于Hooks 与自动化的每个概念。
Explain each concept about Hooks & Automation in one sentence.
  1. Explain: hook
  2. Explain: event
  3. Explain: automate
  4. Explain: block

Grammar Practice / ฝึกไวยากรณ์ / 语法练习

Medium
ฝึกใช้ข้อเท็จจริงที่น่าสนใจในประโยคเกี่ยวกับ Claude Code
练习在关于 Claude Code 的句子中使用趣味知识。
Practice using Fun Facts in sentences about Claude Code.
  1. Write a sentence using: hook
  2. Write a sentence using: event
  3. Write a sentence using: automate
  4. Write a sentence using: block

Real-World Challenge / ความท้าทายในโลกจริง / 真实世界挑战

Hard
ประยุกต์สิ่งที่เรียนรู้เกี่ยวกับHooks และระบบอัตโนมัติในโปรเจกต์จริง
在真实项目中应用你学到的关于Hooks 与自动化的知识。
Apply what you learned about Hooks & Automation in a real project.
  1. Open Claude Code and try what you learned about Hooks & Automation with a real example.
  2. Example: add a hook that logs every Bash command to commands.log, then ask Claude to run ls.