Last active
March 28, 2026 09:49
-
-
Save hoangngoclam/d07752cafc2dfe2a55418aa3e42d2cfe to your computer and use it in GitHub Desktop.
json english
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "word": "Record", | |
| "phonetic": "/ˈrekərd/ (N) - /rɪˈkɔːrd/ (V)", | |
| "challenge_sentence": "The company set a new sales <b>record</b> this year.", | |
| "correct_type": "Noun", | |
| "types": [ | |
| { | |
| "type": "Noun", | |
| "meaning": "Kỷ lục / Hồ sơ / Bản ghi", | |
| "example": "The company set a new sales record." | |
| }, | |
| { | |
| "type": "Verb", | |
| "meaning": "Ghi âm / Ghi chép lại", | |
| "example": "Please record the minutes of the meeting." | |
| } | |
| ] | |
| }, | |
| { | |
| "word": "Productive", | |
| "phonetic": "/prəˈdʌktɪv/", | |
| "challenge_sentence": "We had a highly <b>productive</b> meeting with the client.", | |
| "correct_type": "Adj", | |
| "types": [ | |
| { | |
| "type": "Adj", | |
| "meaning": "Năng suất / Có hiệu quả", | |
| "example": "We had a highly productive meeting." | |
| }, | |
| { | |
| "type": "Noun", | |
| "meaning": "(Từ gia đình) Production: Sự sản xuất", | |
| "example": "Production will begin next month." | |
| }, | |
| { | |
| "type": "Adv", | |
| "meaning": "(Từ gia đình) Productively: Một cách hiệu quả", | |
| "example": "We used our time productively." | |
| } | |
| ] | |
| }, | |
| { | |
| "word": "Object", | |
| "phonetic": "/ˈɑːbdʒekt/ (N) - /əbˈdʒekt/ (V)", | |
| "challenge_sentence": "Many residents <b>object</b> to the new housing development.", | |
| "correct_type": "Verb", | |
| "types": [ | |
| { | |
| "type": "Verb", | |
| "meaning": "Phản đối / Chống lại", | |
| "example": "Many residents object to the new plan." | |
| }, | |
| { | |
| "type": "Noun", | |
| "meaning": "Đồ vật / Mục tiêu", | |
| "example": "The object of this game is to win." | |
| } | |
| ] | |
| }, | |
| { | |
| "word": "Regularly", | |
| "phonetic": "/ˈreɡjələrli/", | |
| "challenge_sentence": "Employees are <b>regularly</b> evaluated on their performance.", | |
| "correct_type": "Adv", | |
| "types": [ | |
| { | |
| "type": "Adv", | |
| "meaning": "Thường xuyên / Đều đặn", | |
| "example": "Employees are regularly evaluated." | |
| }, | |
| { | |
| "type": "Adj", | |
| "meaning": "(Từ gia đình) Regular: Đều đặn / Thông thường", | |
| "example": "She is a regular customer here." | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment