<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Học tiếng Anh &#8211; Nhật Phúc</title>
	<atom:link href="https://nhatphuc.com/bai-viet/hoc-tieng-anh/feed/" rel="self" type="application/rss+xml" />
	<link>https://nhatphuc.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jul 2025 05:09:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://nhatphuc.com/wp-content/uploads/2019/08/favicon-75x75.png</url>
	<title>Học tiếng Anh &#8211; Nhật Phúc</title>
	<link>https://nhatphuc.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bảng động từ bất quy tắc chính xác và đầy đủ nhất</title>
		<link>https://nhatphuc.com/380-dong-tu-bat-quy-tac/</link>
					<comments>https://nhatphuc.com/380-dong-tu-bat-quy-tac/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Fri, 11 Jul 2025 05:07:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Khám phá]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=17346</guid>

					<description><![CDATA[<p>Học thông minh hơn với phương pháp Lặp lại Ngắt quãng (Spaced Repetition). Công cụ [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/380-dong-tu-bat-quy-tac/">Bảng động từ bất quy tắc chính xác và đầy đủ nhất</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Công cụ học động từ bất quy tắc thông minh với thuật toán lặp lại ngắt quãng (Spaced Repetition) và tự động lưu tiến độ. Tối ưu hóa việc ghi nhớ dài hạn.">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    <style>
        :root {
            --bg-color: #111827;
            --card-bg-color: #1f2937;
            --text-color: #d1d5db;
            --text-muted: #9ca3af;
            --border-color: #374151;
            --content-h-color: #ffffff;
            --accent-color: #38bdf8;
            --accent-color-hover: #7dd3fc;
            --success-color: #22c55e;
            --error-color: #ef4444;
            --warning-color: #f59e0b;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin: 0;
            padding: 2rem 1rem;
        }

        .container {
            max-width: 800px;
            margin: 0 auto;
        }

        h1, h2 {
            color: var(--content-h-color);
            text-align: center;
        }
        
        h1 {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(to right, var(--accent-color), #a855f7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }
        
        .tool-description {
            text-align: center;
            color: var(--text-muted);
            margin-bottom: 3rem;
            font-size: 1.125rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .verb-trainer {
            background-color: var(--card-bg-color);
            border-radius: 1rem;
            padding: 2.5rem;
            border: 1px solid var(--border-color);
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            margin-bottom: 4rem;
            position: relative;
        }

        .verb-card {
            background-color: var(--bg-color);
            color: var(--accent-color-hover);
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            padding: 2rem;
            border-radius: 0.75rem;
            margin-bottom: 1.5rem;
            border: 1px dashed var(--border-color);
            min-height: 80px;
        }

        .srs-info {
            text-align: center;
            font-size: 0.9rem;
            color: var(--text-muted);
            margin-bottom: 2rem;
            min-height: 1.2em;
        }

        .input-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
        }

        .input-group {
            display: flex;
            flex-direction: column;
        }

        .input-group label {
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--text-muted);
            margin-bottom: 0.5rem;
        }

        .input-group input {
            background-color: #374151;
            border: 2px solid var(--border-color);
            color: var(--text-color);
            padding: 0.75rem 1rem;
            border-radius: 0.5rem;
            font-size: 1rem;
            transition: all 0.2s;
        }

        .input-group input:focus {
            outline: none;
            border-color: var(--accent-color);
            box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.3);
        }
        
        .input-group input.correct { border-color: var(--success-color); }
        .input-group input.incorrect { border-color: var(--error-color); }
        
        .feedback {
            margin-top: 1rem;
            font-size: 0.875rem;
            visibility: hidden;
            height: 1.2em;
        }
        
        .feedback.correct { color: var(--success-color); visibility: visible; }
        .feedback.incorrect { color: var(--error-color); visibility: visible; }

        .button-group {
            margin-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }

        .btn {
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 0.5rem;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
        .btn:disabled { opacity: 0.6; cursor: not-allowed; }

        .btn-primary { background-color: var(--accent-color); color: var(--bg-color); }
        .btn-primary:hover:not(:disabled) {
            background-color: var(--accent-color-hover);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(56, 189, 248, 0.2);
        }

        .btn-secondary { background-color: var(--border-color); color: var(--text-color); }
        .btn-secondary:hover:not(:disabled) { background-color: #4b5563; }
        
        .btn-danger { background-color: #4a1d2d; color: #f87171; border: 1px solid #ef4444; }
        .btn-danger:hover:not(:disabled) { background-color: #ef4444; color: white; }

        #reset-btn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            padding: 0.4rem 0.8rem;
            font-size: 0.8rem;
        }

        .progress-container { margin-top: 2rem; }
        .progress-text {
            display: flex;
            justify-content: space-between;
            color: var(--text-muted);
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }
        .progress-bar-bg {
            width: 100%; height: 10px;
            background-color: var(--border-color);
            border-radius: 5px; overflow: hidden;
        }
        .progress-bar {
            width: 0%; height: 100%;
            background-color: var(--accent-color);
            border-radius: 5px;
            transition: width 0.5s ease;
        }

        .verb-list-section {
            background-color: var(--card-bg-color);
            border-radius: 1rem;
            padding: 2.5rem;
            border: 1px solid var(--border-color);
        }

        .verb-table-container { overflow-x: auto; }
        .verb-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
        .verb-table th, .verb-table td {
            padding: 0.75rem 1rem;
            text-align: left;
            border-bottom: 1px solid var(--border-color);
        }
        .verb-table th { color: var(--accent-color); font-size: 0.875rem; text-transform: uppercase; font-weight: 600; }
        .verb-table tbody tr:hover { background-color: #2a374a; }

        footer { text-align: center; margin-top: 4rem; color: var(--text-muted); font-size: 0.875rem; }
        footer a { color: var(--accent-color); text-decoration: none; }
        footer a:hover { text-decoration: underline; }
    </style>
</head>
<body>

    <div class="container">
        <header>
            <p class="tool-description">Học thông minh hơn với phương pháp <strong>Lặp lại Ngắt quãng (Spaced Repetition)</strong>. Công cụ sẽ tự động lưu tiến độ và nhắc lại các từ bạn hay quên.</p>
        </header>

        <main>
            <section class="verb-trainer">
                <button id="reset-btn" class="btn btn-danger">Xóa tiến độ</button>
                <div id="verb-card" class="verb-card">Đang tải...</div>
                <div id="srs-info" class="srs-info"></div>

                <div class="input-grid">
                    <div class="input-group">
                        <label for="past-input">Quá khứ (V2)</label>
                        <input type="text" id="past-input" autocomplete="off" spellcheck="false">
                        <div class="feedback" id="past-feedback"></div>
                    </div>
                    <div class="input-group">
                        <label for="participle-input">Quá khứ Phân từ (V3)</label>
                        <input type="text" id="participle-input" autocomplete="off" spellcheck="false">
                        <div class="feedback" id="participle-feedback"></div>
                    </div>
                    <div class="input-group">
                        <label for="meaning-input">Nghĩa Tiếng Việt</label>
                        <input type="text" id="meaning-input" autocomplete="off">
                         <div class="feedback" id="meaning-feedback"></div>
                    </div>
                </div>

                <div class="button-group">
                    <button id="check-btn" class="btn btn-primary">Kiểm tra</button>
                    <button id="reveal-btn" class="btn btn-secondary">Xem đáp án</button>
                    <button id="next-btn" class="btn btn-secondary">Từ tiếp theo</button>
                </div>

                <div class="progress-container">
                    <div class="progress-text">
                        <span id="progress-label">Tiến độ ghi nhớ</span>
                        <span id="progress-counter">0/0</span>
                    </div>
                    <div class="progress-bar-bg">
                        <div id="progress-bar" class="progress-bar"></div>
                    </div>
                </div>
            </section>

            <section id="verb-list" class="verb-list-section">
                <h2>Danh sách Động từ Bất quy tắc (Đầy đủ)</h2>
                <div class="verb-table-container">
                    <table class="verb-table">
                        <thead>
                            <tr>
                                <th>Nguyên thể (V1)</th>
                                <th>Quá khứ (V2)</th>
                                <th>QK Phân từ (V3)</th>
                                <th>Nghĩa</th>
                            </tr>
                        </thead>
                        <tbody id="verb-table-body"></tbody>
                    </table>
                </div>
            </section>
        </main>
    </div>

    <script>
    document.addEventListener('DOMContentLoaded', () => {
        // --- DATA: Danh sách động từ đã được hợp nhất và bổ sung ---
        const masterVerbsList = `[
            {"v1":"abide","v2":"abode/abided","v3":"abode/abided","mean":"lưu trú, tuân theo, chịu đựng"},
            {"v1":"arise","v2":"arose","v3":"arisen","mean":"phát sinh, nổi dậy, nổi lên"},
            {"v1":"awake","v2":"awoke","v3":"awoken","mean":"đánh thức, thức giấc"},
            {"v1":"backslide","v2":"backslid","v3":"backslidden/backslid","mean":"tái phạm"},
            {"v1":"be","v2":"was/were","v3":"been","mean":"thì, là, bị, ở"},
            {"v1":"bear","v2":"bore","v3":"borne/born","mean":"mang, chịu đựng, sinh sản"},
            {"v1":"beat","v2":"beat","v3":"beaten/beat","mean":"đánh, đập"},
            {"v1":"become","v2":"became","v3":"become","mean":"trở nên, trở thành"},
            {"v1":"befall","v2":"befell","v3":"befallen","mean":"xảy đến"},
            {"v1":"beget","v2":"begot","v3":"begotten/begot","mean":"gây ra, sinh ra"},
            {"v1":"begin","v2":"began","v3":"begun","mean":"bắt đầu"},
            {"v1":"behold","v2":"beheld","v3":"beheld","mean":"ngắm nhìn"},
            {"v1":"bend","v2":"bent","v3":"bent","mean":"bẻ cong, uốn cong"},
            {"v1":"bereave","v2":"bereft/bereaved","v3":"bereft/bereaved","mean":"cướp đi, tước đoạt"},
            {"v1":"beseech","v2":"besought/beseeched","v3":"besought/beseeched","mean":"van xin"},
            {"v1":"beset","v2":"beset","v3":"beset","mean":"bao quanh"},
            {"v1":"bespeak","v2":"bespoke","v3":"bespoken","mean":"chứng tỏ"},
            {"v1":"bet","v2":"bet/betted","v3":"bet/betted","mean":"đánh cược, cá cược"},
            {"v1":"bid","v2":"bid","v3":"bid","mean":"trả giá, ra lệnh"},
            {"v1":"bide","v2":"bided/bode","v3":"bided/bidden","mean":"chờ đợi, chịu đựng"},
            {"v1":"bind","v2":"bound","v3":"bound","mean":"buộc, trói"},
            {"v1":"bite","v2":"bit","v3":"bitten","mean":"cắn, ngoạm"},
            {"v1":"bleed","v2":"bled","v3":"bled","mean":"chảy máu"},
            {"v1":"bless","v2":"blessed/blest","v3":"blessed/blest","mean":"ban phúc"},
            {"v1":"blow","v2":"blew","v3":"blown","mean":"thổi"},
            {"v1":"break","v2":"broke","v3":"broken","mean":"đập vỡ, làm gãy"},
            {"v1":"breed","v2":"bred","v3":"bred","mean":"nuôi, dạy dỗ, sinh sản"},
            {"v1":"bring","v2":"brought","v3":"brought","mean":"mang đến, mang lại"},
            {"v1":"broadcast","v2":"broadcast/broadcasted","v3":"broadcast/broadcasted","mean":"phát thanh, phát sóng"},
            {"v1":"browbeat","v2":"browbeat","v3":"browbeaten/browbeat","mean":"hăm dọa"},
            {"v1":"build","v2":"built","v3":"built","mean":"xây dựng"},
            {"v1":"burn","v2":"burnt/burned","v3":"burnt/burned","mean":"đốt, cháy"},
            {"v1":"burst","v2":"burst","v3":"burst","mean":"nổ tung, vỡ òa"},
            {"v1":"bust","v2":"busted/bust","v3":"busted/bust","mean":"làm bể, bắt giữ"},
            {"v1":"buy","v2":"bought","v3":"bought","mean":"mua"},
            {"v1":"can","v2":"could","v3":"","mean":"có thể"},
            {"v1":"cast","v2":"cast","v3":"cast","mean":"ném, tung, đúc"},
            {"v1":"catch","v2":"caught","v3":"caught","mean":"bắt, chụp"},
            {"v1":"chide","v2":"chid/chided","v3":"chid/chidden/chided","mean":"mắng chửi, trách mắng"},
            {"v1":"choose","v2":"chose","v3":"chosen","mean":"chọn, lựa"},
            {"v1":"clap","v2":"clapped/clapt","v3":"clapped/clapt","mean":"vỗ tay, đặt mạnh"},
            {"v1":"cleave","v2":"clove/cleft/cleaved","v3":"cloven/cleft/cleaved","mean":"chẻ, tách hai"},
            {"v1":"cling","v2":"clung","v3":"clung","mean":"bám víu, dính chặt"},
            {"v1":"clothe","v2":"clothed/clad","v3":"clothed/clad","mean":"mặc quần áo, che phủ"},
            {"v1":"come","v2":"came","v3":"come","mean":"đến, đi đến"},
            {"v1":"cost","v2":"cost","v3":"cost","mean":"có giá là, trị giá"},
            {"v1":"creep","v2":"crept","v3":"crept","mean":"bò, trườn, lẻn"},
            {"v1":"crossbreed","v2":"crossbred","v3":"crossbred","mean":"cho lai giống"},
            {"v1":"crow","v2":"crew/crewed","v3":"crowed","mean":"gáy (gà)"},
            {"v1":"cut","v2":"cut","v3":"cut","mean":"cắt, chặt"},
            {"v1":"daydream","v2":"daydreamed/daydreamt","v3":"daydreamed/daydreamt","mean":"nghĩ vẩn vơ, mơ mộng"},
            {"v1":"deal","v2":"dealt","v3":"dealt","mean":"giao thiệp, chia bài"},
            {"v1":"dig","v2":"dug","v3":"dug","mean":"đào, xới"},
            {"v1":"disprove","v2":"disproved","v3":"disproved/disproven","mean":"bác bỏ"},
            {"v1":"dive","v2":"dove/dived","v3":"dived","mean":"lặn, lao xuống"},
            {"v1":"do","v2":"did","v3":"done","mean":"làm, hành động"},
            {"v1":"draw","v2":"drew","v3":"drawn","mean":"vẽ, kéo"},
            {"v1":"dream","v2":"dreamt/dreamed","v3":"dreamt/dreamed","mean":"mơ thấy"},
            {"v1":"drink","v2":"drank","v3":"drunk","mean":"uống"},
            {"v1":"drive","v2":"drove","v3":"driven","mean":"lái xe"},
            {"v1":"dwell","v2":"dwelt/dwelled","v3":"dwelt/dwelled","mean":"trú ngụ, ở"},
            {"v1":"eat","v2":"ate","v3":"eaten","mean":"ăn"},
            {"v1":"fall","v2":"fell","v3":"fallen","mean":"ngã, rơi"},
            {"v1":"feed","v2":"fed","v3":"fed","mean":"cho ăn, nuôi"},
            {"v1":"feel","v2":"felt","v3":"felt","mean":"cảm thấy"},
            {"v1":"fight","v2":"fought","v3":"fought","mean":"chiến đấu"},
            {"v1":"find","v2":"found","v3":"found","mean":"tìm thấy"},
            {"v1":"fit","v2":"fitted/fit","v3":"fitted/fit","mean":"làm vừa vặn, phù hợp"},
            {"v1":"flee","v2":"fled","v3":"fled","mean":"chạy trốn"},
            {"v1":"fling","v2":"flung","v3":"flung","mean":"tung, quăng, ném"},
            {"v1":"fly","v2":"flew","v3":"flown","mean":"bay"},
            {"v1":"forbear","v2":"forbore","v3":"forborne","mean":"nhịn, kiêng"},
            {"v1":"forbid","v2":"forbade/forbad","v3":"forbidden","mean":"cấm, cấm đoán"},
            {"v1":"forecast","v2":"forecast/forecasted","v3":"forecast/forecasted","mean":"dự báo"},
            {"v1":"forego","v2":"forewent","v3":"foregone","mean":"bỏ, kiêng"},
            {"v1":"foresee","v2":"foresaw","v3":"foreseen","mean":"thấy trước"},
            {"v1":"foretell","v2":"foretold","v3":"foretold","mean":"đoán trước"},
            {"v1":"forget","v2":"forgot","v3":"forgotten","mean":"quên"},
            {"v1":"forgive","v2":"forgave","v3":"forgiven","mean":"tha thứ"},
            {"v1":"forsake","v2":"forsook","v3":"forsaken","mean":"ruồng bỏ"},
            {"v1":"freeze","v2":"froze","v3":"frozen","mean":"(làm) đông lại"},
            {"v1":"frostbite","v2":"frostbit","v3":"frostbitten","mean":"bỏng lạnh"},
            {"v1":"get","v2":"got","v3":"got/gotten","mean":"có được, lấy được"},
            {"v1":"gild","v2":"gilt/gilded","v3":"gilt/gilded","mean":"mạ vàng"},
            {"v1":"gird","v2":"girt/girded","v3":"girt/girded","mean":"đeo vào, bao quanh"},
            {"v1":"give","v2":"gave","v3":"given","mean":"cho"},
            {"v1":"go","v2":"went","v3":"gone","mean":"đi"},
            {"v1":"grind","v2":"ground","v3":"ground","mean":"nghiền, xay"},
            {"v1":"grow","v2":"grew","v3":"grown","mean":"mọc, trồng"},
            {"v1":"hand-feed","v2":"hand-fed","v3":"hand-fed","mean":"cho ăn bằng tay"},
            {"v1":"handwrite","v2":"handwrote","v3":"handwritten","mean":"viết tay"},
            {"v1":"hang","v2":"hung","v3":"hung","mean":"treo, móc lên"},
            {"v1":"have","v2":"had","v3":"had","mean":"có"},
            {"v1":"hear","v2":"heard","v3":"heard","mean":"nghe"},
            {"v1":"heave","v2":"hove/heaved","v3":"hove/heaved","mean":"trục lên, ném"},
            {"v1":"hew","v2":"hewed","v3":"hewn/hewed","mean":"chặt, đốn"},
            {"v1":"hide","v2":"hid","v3":"hidden","mean":"giấu, trốn, ẩn nấp"},
            {"v1":"hit","v2":"hit","v3":"hit","mean":"đánh, đụng"},
            {"v1":"hold","v2":"held","v3":"held","mean":"giữ, cầm, nắm"},
            {"v1":"hurt","v2":"hurt","v3":"hurt","mean":"làm đau, làm tổn thương"},
            {"v1":"inbreed","v2":"inbred","v3":"inbred","mean":"lai giống cận huyết"},
            {"v1":"inlay","v2":"inlaid","v3":"inlaid","mean":"cẩn, khảm"},
            {"v1":"input","v2":"input/inputted","v3":"input/inputted","mean":"đưa vào (dữ liệu)"},
            {"v1":"inset","v2":"inset","v3":"inset","mean":"dát, ghép"},
            {"v1":"interbreed","v2":"interbred","v3":"interbred","mean":"giao phối, lai giống"},
            {"v1":"interweave","v2":"interwove/interweaved","v3":"interwoven/interweaved","mean":"trộn lẫn, xen lẫn"},
            {"v1":"interwind","v2":"interwound","v3":"interwound","mean":"cuộn vào, quấn vào"},
            {"v1":"jerry-build","v2":"jerry-built","v3":"jerry-built","mean":"xây dựng cẩu thả"},
            {"v1":"keep","v2":"kept","v3":"kept","mean":"giữ"},
            {"v1":"kneel","v2":"knelt/kneeled","v3":"knelt/kneeled","mean":"quỳ"},
            {"v1":"knit","v2":"knit/knitted","v3":"knit/knitted","mean":"đan"},
            {"v1":"know","v2":"knew","v3":"known","mean":"biết, quen biết"},
            {"v1":"lade","v2":"laded","v3":"laden/laded","mean":"chất hàng"},
            {"v1":"lay","v2":"laid","v3":"laid","mean":"đặt, để"},
            {"v1":"lead","v2":"led","v3":"led","mean":"dẫn dắt, lãnh đạo"},
            {"v1":"lean","v2":"leaned/leant","v3":"leaned/leant","mean":"dựa, tựa, nghiêng"},
            {"v1":"leap","v2":"leapt/leaped","v3":"leapt/leaped","mean":"nhảy, nhảy qua"},
            {"v1":"learn","v2":"learnt/learned","v3":"learnt/learned","mean":"học, được biết"},
            {"v1":"leave","v2":"left","v3":"left","mean":"rời đi, để lại"},
            {"v1":"lend","v2":"lent","v3":"lent","mean":"cho mượn, cho vay"},
            {"v1":"let","v2":"let","v3":"let","mean":"cho phép, để cho"},
            {"v1":"lie","v2":"lay","v3":"lain","mean":"nằm"},
            {"v1":"light","v2":"lit/lighted","v3":"lit/lighted","mean":"thắp sáng, đốt"},
            {"v1":"lip-read","v2":"lip-read","v3":"lip-read","mean":"đọc môi"},
            {"v1":"lose","v2":"lost","v3":"lost","mean":"làm mất, thua"},
            {"v1":"make","v2":"made","v3":"made","mean":"chế tạo, sản xuất"},
            {"v1":"may","v2":"might","v3":"","mean":"có thể, có lẽ"},
            {"v1":"mean","v2":"meant","v3":"meant","mean":"có nghĩa là"},
            {"v1":"meet","v2":"met","v3":"met","mean":"gặp mặt, đáp ứng"},
            {"v1":"miscast","v2":"miscast","v3":"miscast","mean":"chọn vai diễn không hợp"},
            {"v1":"misdeal","v2":"misdealt","v3":"misdealt","mean":"chia bài sai"},
            {"v1":"misdo","v2":"misdid","v3":"misdone","mean":"làm sai, phạm lỗi"},
            {"v1":"mishear","v2":"misheard","v3":"misheard","mean":"nghe nhầm"},
            {"v1":"mislay","v2":"mislaid","v3":"mislaid","mean":"để lạc mất"},
            {"v1":"mislead","v2":"misled","v3":"misled","mean":"làm cho lầm đường"},
            {"v1":"mislearn","v2":"mislearned/mislearnt","v3":"mislearned/mislearnt","mean":"học sai"},
            {"v1":"misread","v2":"misread","v3":"misread","mean":"đọc sai"},
            {"v1":"misset","v2":"misset","v3":"misset","mean":"đặt sai chỗ"},
            {"v1":"misspeak","v2":"misspoke","v3":"misspoken","mean":"nói hớ, nói sai"},
            {"v1":"misspell","v2":"misspelt/misspelled","v3":"misspelt/misspelled","mean":"viết sai chính tả"},
            {"v1":"misspend","v2":"misspent","v3":"misspent","mean":"tiêu phí, bỏ phí"},
            {"v1":"mistake","v2":"mistook","v3":"mistaken","mean":"phạm lỗi, nhầm lẫn"},
            {"v1":"misteach","v2":"mistaught","v3":"mistaught","mean":"dạy sai"},
            {"v1":"misunderstand","v2":"misunderstood","v3":"misunderstood","mean":"hiểu lầm"},
            {"v1":"miswrite","v2":"miswrote","v3":"miswritten","mean":"viết sai"},
            {"v1":"mow","v2":"mowed","v3":"mown/mowed","mean":"cắt cỏ, gặt"},
            {"v1":"offset","v2":"offset","v3":"offset","mean":"đền bù, bù đắp"},
            {"v1":"outbid","v2":"outbid","v3":"outbid","mean":"trả giá cao hơn"},
            {"v1":"outbreed","v2":"outbred","v3":"outbred","mean":"giao phối xa"},
            {"v1":"outdo","v2":"outdid","v3":"outdone","mean":"làm giỏi hơn"},
            {"v1":"outdraw","v2":"outdrew","v3":"outdrawn","mean":"rút súng nhanh hơn"},
            {"v1":"outdrink","v2":"outdrank","v3":"outdrunk","mean":"uống giỏi hơn"},
            {"v1":"outdrive","v2":"outdrove","v3":"outdriven","mean":"lái xe nhanh hơn"},
            {"v1":"outfight","v2":"outfought","v3":"outfought","mean":"đánh giỏi hơn"},
            {"v1":"outfly","v2":"outflew","v3":"outflown","mean":"bay cao/xa hơn"},
            {"v1":"outgrow","v2":"outgrew","v3":"outgrown","mean":"lớn nhanh hơn"},
            {"v1":"outleap","v2":"outleaped/outleapt","v3":"outleaped/outleapt","mean":"nhảy cao/xa hơn"},
            {"v1":"outrun","v2":"outran","v3":"outrun","mean":"chạy nhanh hơn"},
            {"v1":"outsell","v2":"outsold","v3":"outsold","mean":"bán chạy hơn"},
            {"v1":"outshine","v2":"outshined/outshone","v3":"outshined/outshone","mean":"sáng hơn, nổi bật hơn"},
            {"v1":"outshoot","v2":"outshot","v3":"outshot","mean":"bắn giỏi hơn"},
            {"v1":"outsing","v2":"outsang","v3":"outsung","mean":"hát hay hơn"},
            {"v1":"outsit","v2":"outsat","v3":"outsat","mean":"ngồi lâu hơn"},
            {"v1":"outsleep","v2":"outslept","v3":"outslept","mean":"ngủ muộn hơn"},
            {"v1":"outsmell","v2":"outsmelled/outsmelt","v3":"outsmelled/outsmelt","mean":"đánh hơi giỏi hơn"},
            {"v1":"outspeak","v2":"outspoke","v3":"outspoken","mean":"nói to/dài hơn"},
            {"v1":"outspeed","v2":"outsped","v3":"outsped","mean":"chạy nhanh hơn"},
            {"v1":"outspend","v2":"outspent","v3":"outspent","mean":"tiêu nhiều hơn"},
            {"v1":"outswear","v2":"outswore","v3":"outsworn","mean":"chửi rủa nhiều hơn"},
            {"v1":"outswim","v2":"outswam","v3":"outswum","mean":"bơi giỏi hơn"},
            {"v1":"outthink","v2":"outthought","v3":"outthought","mean":"suy nghĩ nhanh hơn"},
            {"v1":"outthrow","v2":"outthrew","v3":"outthrown","mean":"ném xa hơn"},
            {"v1":"outwrite","v2":"outwrote","v3":"outwritten","mean":"viết hay/nhanh hơn"},
            {"v1":"overbid","v2":"overbid","v3":"overbid","mean":"trả giá quá cao"},
            {"v1":"overbreed","v2":"overbred","v3":"overbred","mean":"nhân giống quá mức"},
            {"v1":"overbuild","v2":"overbuilt","v3":"overbuilt","mean":"xây dựng quá nhiều"},
            {"v1":"overbuy","v2":"overbought","v3":"overbought","mean":"mua quá nhiều"},
            {"v1":"overcome","v2":"overcame","v3":"overcome","mean":"vượt qua, khắc phục"},
            {"v1":"overdo","v2":"overdid","v3":"overdone","mean":"làm quá sức, nấu quá chín"},
            {"v1":"overdraw","v2":"overdrew","v3":"overdrawn","mean":"rút tiền quá mức"},
            {"v1":"overdrink","v2":"overdrank","v3":"overdrunk","mean":"uống quá nhiều"},
            {"v1":"overeat","v2":"overate","v3":"overeaten","mean":"ăn quá nhiều"},
            {"v1":"overfeed","v2":"overfed","v3":"overfed","mean":"cho ăn quá no"},
            {"v1":"overfly","v2":"overflew","v3":"overflown","mean":"bay qua"},
            {"v1":"overhang","v2":"overhung","v3":"overhung","mean":"nhô ra, treo lơ lửng"},
            {"v1":"overhear","v2":"overheard","v3":"overheard","mean":"nghe lỏm, nghe trộm"},
            {"v1":"overlay","v2":"overlaid","v3":"overlaid","mean":"phủ lên"},
            {"v1":"overpay","v2":"overpaid","v3":"overpaid","mean":"trả quá tiền"},
            {"v1":"override","v2":"overrode","v3":"overridden","mean":"gạt bỏ, không đếm xỉa tới"},
            {"v1":"overrun","v2":"overran","v3":"overrun","mean":"tràn ngập"},
            {"v1":"oversee","v2":"oversaw","v3":"overseen","mean":"giám sát, trông nom"},
            {"v1":"oversell","v2":"oversold","v3":"oversold","mean":"bán quá mức, quảng cáo quá lố"},
            {"v1":"oversew","v2":"oversewed","v3":"oversewn/oversewed","mean":"may nối vắt"},
            {"v1":"overshoot","v2":"overshot","v3":"overshot","mean":"bắn trượt, đi quá"},
            {"v1":"oversleep","v2":"overslept","v3":"overslept","mean":"ngủ quên"},
            {"v1":"overspeak","v2":"overspoke","v3":"overspoken","mean":"nói quá nhiều"},
            {"v1":"overspend","v2":"overspent","v3":"overspent","mean":"tiêu quá lố"},
            {"v1":"overspill","v2":"overspilled/overspilt","v3":"overspilled/overspilt","mean":"làm tràn"},
            {"v1":"overtake","v2":"overtook","v3":"overtaken","mean":"đuổi kịp, vượt qua"},
            {"v1":"overthink","v2":"overthought","v3":"overthought","mean":"nghĩ quá nhiều"},
            {"v1":"overthrow","v2":"overthrew","v3":"overthrown","mean":"lật đổ"},
            {"v1":"overwind","v2":"overwound","v3":"overwound","mean":"lên dây (đồng hồ) quá chặt"},
            {"v1":"overwrite","v2":"overwrote","v3":"overwritten","mean":"viết đè lên"},
            {"v1":"partake","v2":"partook","v3":"partaken","mean":"tham gia, dự phần"},
            {"v1":"pay","v2":"paid","v3":"paid","mean":"trả tiền"},
            {"v1":"plead","v2":"pleaded/pled","v3":"pleaded/pled","mean":"bào chữa, biện hộ"},
            {"v1":"prebuild","v2":"prebuilt","v3":"prebuilt","mean":"làm nhà tiền chế"},
            {"v1":"predo","v2":"predid","v3":"predone","mean":"làm trước"},
            {"v1":"premake","v2":"premade","v3":"premade","mean":"làm sẵn"},
            {"v1":"prepay","v2":"prepaid","v3":"prepaid","mean":"trả trước"},
            {"v1":"presell","v2":"presold","v3":"presold","mean":"bán trước"},
            {"v1":"preset","v2":"preset","v3":"preset","mean":"thiết lập sẵn"},
            {"v1":"preshrink","v2":"preshrank","v3":"preshrunk","mean":"ngâm vải cho co trước"},
            {"v1":"proofread","v2":"proofread","v3":"proofread","mean":"đọc và sửa bản in thử"},
            {"v1":"prove","v2":"proved","v3":"proven/proved","mean":"chứng minh, chứng tỏ"},
            {"v1":"put","v2":"put","v3":"put","mean":"đặt, để"},
            {"v1":"quick-freeze","v2":"quick-froze","v3":"quick-frozen","mean":"kết đông nhanh"},
            {"v1":"quit","v2":"quit/quitted","v3":"quit/quitted","mean":"bỏ, rời"},
            {"v1":"read","v2":"read","v3":"read","mean":"đọc"},
            {"v1":"reawake","v2":"reawoke","v3":"reawaken","mean":"đánh thức lại"},
            {"v1":"rebid","v2":"rebid","v3":"rebid","mean":"bỏ thầu lại"},
            {"v1":"rebind","v2":"rebound","v3":"rebound","mean":"buộc lại, đóng lại"},
            {"v1":"rebroadcast","v2":"rebroadcast/rebroadcasted","v3":"rebroadcast/rebroadcasted","mean":"phát lại"},
            {"v1":"rebuild","v2":"rebuilt","v3":"rebuilt","mean":"xây dựng lại"},
            {"v1":"recast","v2":"recast","v3":"recast","mean":"đúc lại"},
            {"v1":"recut","v2":"recut","v3":"recut","mean":"cắt lại"},
            {"v1":"redeal","v2":"redealt","v3":"redealt","mean":"chia bài lại"},
            {"v1":"redo","v2":"redid","v3":"redone","mean":"làm lại"},
            {"v1":"redraw","v2":"redrew","v3":"redrawn","mean":"vẽ lại"},
            {"v1":"refit","v2":"refitted/refit","v3":"refitted/refit","mean":"trang bị lại"},
            {"v1":"regrind","v2":"reground","v3":"reground","mean":"mài sắc lại"},
            {"v1":"regrow","v2":"regrew","v3":"regrown","mean":"mọc lại, trồng lại"},
            {"v1":"rehang","v2":"rehung","v3":"rehung","mean":"treo lại"},
            {"v1":"rehear","v2":"reheard","v3":"reheard","mean":"xét xử lại"},
            {"v1":"reknit","v2":"reknitted/reknit","v3":"reknitted/reknit","mean":"đan lại"},
            {"v1":"relay","v2":"relaid","v3":"relaid","mean":"đặt lại"},
            {"v1":"relearn","v2":"relearned/relearnt","v3":"relearned/relearnt","mean":"học lại"},
            {"v1":"relight","v2":"relit/relighted","v3":"relit/relighted","mean":"thắp sáng lại"},
            {"v1":"remake","v2":"remade","v3":"remade","mean":"làm lại"},
            {"v1":"rend","v2":"rent","v3":"rent","mean":"xé toạc"},
            {"v1":"repay","v2":"repaid","v3":"repaid","mean":"hoàn tiền lại"},
            {"v1":"reread","v2":"reread","v3":"reread","mean":"đọc lại"},
            {"v1":"rerun","v2":"reran","v3":"rerun","mean":"chiếu lại, chạy lại"},
            {"v1":"resell","v2":"resold","v3":"resold","mean":"bán lại"},
            {"v1":"resend","v2":"resent","v3":"resent","mean":"gửi lại"},
            {"v1":"reset","v2":"reset","v3":"reset","mean":"thiết lập lại"},
            {"v1":"resew","v2":"resewed","v3":"resewn/resewed","mean":"may lại"},
            {"v1":"retake","v2":"retook","v3":"retaken","mean":"chiếm lại, thi lại"},
            {"v1":"reteach","v2":"retaught","v3":"retaught","mean":"dạy lại"},
            {"v1":"retear","v2":"retore","v3":"retorn","mean":"xé lại"},
            {"v1":"retell","v2":"retold","v3":"retold","mean":"kể lại"},
            {"v1":"rethink","v2":"rethought","v3":"rethought","mean":"suy nghĩ lại"},
            {"v1":"retread","v2":"retread","v3":"retread","mean":"đắp lại vỏ xe"},
            {"v1":"retrofit","v2":"retrofitted/retrofit","v3":"retrofitted/retrofit","mean":"trang bị thêm"},
            {"v1":"rewake","v2":"rewoke/rewaked","v3":"rewaken/rewaked","mean":"đánh thức lại"},
            {"v1":"rewear","v2":"rewore","v3":"reworn","mean":"mặc lại"},
            {"v1":"reweave","v2":"rewove/reweaved","v3":"rewoven/reweaved","mean":"dệt lại"},
            {"v1":"rewed","v2":"rewed/rewedded","v3":"rewed/rewedded","mean":"kết hôn lại"},
            {"v1":"rewet","v2":"rewet/rewetted","v3":"rewet/rewetted","mean":"làm ướt lại"},
            {"v1":"rewin","v2":"rewon","v3":"rewon","mean":"thắng lại"},
            {"v1":"rewind","v2":"rewound","v3":"rewound","mean":"cuốn lại, tua lại"},
            {"v1":"rewrite","v2":"rewrote","v3":"rewritten","mean":"viết lại"},
            {"v1":"rid","v2":"rid","v3":"rid","mean":"giải thoát, tống khứ"},
            {"v1":"ride","v2":"rode","v3":"ridden","mean":"cưỡi (ngựa), đi (xe đạp)"},
            {"v1":"ring","v2":"rang","v3":"rung","mean":"rung chuông"},
            {"v1":"rise","v2":"rose","v3":"risen","mean":"đứng dậy, mọc lên"},
            {"v1":"roughcast","v2":"roughcast","v3":"roughcast","mean":"tạo hình phỏng chừng"},
            {"v1":"run","v2":"ran","v3":"run","mean":"chạy"},
            {"v1":"sand-cast","v2":"sand-cast","v3":"sand-cast","mean":"đúc bằng khuôn cát"},
            {"v1":"saw","v2":"sawed","v3":"sawn/sawed","mean":"cưa"},
            {"v1":"say","v2":"said","v3":"said","mean":"nói"},
            {"v1":"see","v2":"saw","v3":"seen","mean":"nhìn thấy"},
            {"v1":"seek","v2":"sought","v3":"sought","mean":"tìm kiếm"},
            {"v1":"sell","v2":"sold","v3":"sold","mean":"bán"},
            {"v1":"send","v2":"sent","v3":"sent","mean":"gửi"},
            {"v1":"set","v2":"set","v3":"set","mean":"đặt, thiết lập"},
            {"v1":"sew","v2":"sewed","v3":"sewn/sewed","mean":"may, khâu"},
            {"v1":"shake","v2":"shook","v3":"shaken","mean":"rung, lay, lắc"},
            {"v1":"shave","v2":"shaved","v3":"shaved/shaven","mean":"cạo (râu, mặt)"},
            {"v1":"shear","v2":"sheared","v3":"shorn/sheared","mean":"xén lông (cừu)"},
            {"v1":"shed","v2":"shed","v3":"shed","mean":"rơi, rụng (lá); lột (da)"},
            {"v1":"shine","v2":"shone","v3":"shone","mean":"chiếu sáng"},
            {"v1":"shit","v2":"shit/shat/shitted","v3":"shit/shat/shitted","mean":"đi vệ sinh (thô tục)"},
            {"v1":"shoot","v2":"shot","v3":"shot","mean":"bắn"},
            {"v1":"show","v2":"showed","v3":"shown/showed","mean":"cho xem, trưng bày"},
            {"v1":"shrink","v2":"shrank","v3":"shrunk","mean":"co lại, rút lại"},
            {"v1":"shut","v2":"shut","v3":"shut","mean":"đóng lại"},
            {"v1":"sight-read","v2":"sight-read","v3":"sight-read","mean":"đọc và chơi (nhạc) ngay"},
            {"v1":"sing","v2":"sang","v3":"sung","mean":"hát"},
            {"v1":"sink","v2":"sank","v3":"sunk","mean":"chìm, lặn"},
            {"v1":"sit","v2":"sat","v3":"sat","mean":"ngồi"},
            {"v1":"slay","v2":"slew","v3":"slain","mean":"sát hại, giết"},
            {"v1":"sleep","v2":"slept","v3":"slept","mean":"ngủ"},
            {"v1":"slide","v2":"slid","v3":"slid","mean":"trượt, lướt"},
            {"v1":"sling","v2":"slung","v3":"slung","mean":"ném mạnh, quăng"},
            {"v1":"slink","v2":"slunk","v3":"slunk","mean":"lẻn đi"},
            {"v1":"slit","v2":"slit","v3":"slit","mean":"rạch, khứa"},
            {"v1":"smell","v2":"smelt/smelled","v3":"smelt/smelled","mean":"ngửi, có mùi"},
            {"v1":"smite","v2":"smote","v3":"smitten","mean":"đập mạnh, đánh"},
            {"v1":"sneak","v2":"sneaked/snuck","v3":"sneaked/snuck","mean":"trốn, lén"},
            {"v1":"sow","v2":"sowed","v3":"sown/sowed","mean":"gieo hạt"},
            {"v1":"speak","v2":"spoke","v3":"spoken","mean":"nói"},
            {"v1":"speed","v2":"sped/speeded","v3":"sped/speeded","mean":"tăng tốc, đi nhanh"},
            {"v1":"spell","v2":"spelt/spelled","v3":"spelt/spelled","mean":"đánh vần"},
            {"v1":"spend","v2":"spent","v3":"spent","mean":"tiêu xài, dành (thời gian)"},
            {"v1":"spill","v2":"spilt/spilled","v3":"spilt/spilled","mean":"làm tràn, làm đổ"},
            {"v1":"spin","v2":"spun/span","v3":"spun","mean":"quay tròn, xe chỉ"},
            {"v1":"spit","v2":"spat/spit","v3":"spat/spit","mean":"khạc, nhổ"},
            {"v1":"split","v2":"split","v3":"split","mean":"chẻ, tách ra"},
            {"v1":"spoil","v2":"spoilt/spoiled","v3":"spoilt/spoiled","mean":"làm hỏng, làm hư"},
            {"v1":"spoon-feed","v2":"spoon-fed","v3":"spoon-fed","mean":"cho ăn bằng thìa, mớm"},
            {"v1":"spread","v2":"spread","v3":"spread","mean":"lan truyền, trải ra"},
            {"v1":"spring","v2":"sprang/sprung","v3":"sprung","mean":"nhảy, bật lên"},
            {"v1":"stand","v2":"stood","v3":"stood","mean":"đứng"},
            {"v1":"stave","v2":"stove/staved","v3":"stove/staved","mean":"đâm thủng"},
            {"v1":"steal","v2":"stole","v3":"stolen","mean":"ăn cắp, ăn trộm"},
            {"v1":"stick","v2":"stuck","v3":"stuck","mean":"dán, dính, cắm"},
            {"v1":"sting","v2":"stung","v3":"stung","mean":"châm, chích, đốt"},
            {"v1":"stink","v2":"stunk/stank","v3":"stunk","mean":"bốc mùi hôi"},
            {"v1":"strew","v2":"strewed","v3":"strewn/strewed","mean":"rắc, rải"},
            {"v1":"stride","v2":"strode","v3":"stridden","mean":"bước sải"},
            {"v1":"strike","v2":"struck","v3":"struck/stricken","mean":"đánh, đình công"},
            {"v1":"string","v2":"strung","v3":"strung","mean":"xâu, buộc dây"},
            {"v1":"strive","v2":"strove","v3":"striven","mean":"phấn đấu, cố gắng"},
            {"v1":"sublet","v2":"sublet","v3":"sublet","mean":"cho thuê lại"},
            {"v1":"sunburn","v2":"sunburned/sunburnt","v3":"sunburned/sunburnt","mean":"cháy nắng"},
            {"v1":"swear","v2":"swore","v3":"sworn","mean":"tuyên thệ, thề"},
            {"v1":"sweat","v2":"sweat/sweated","v3":"sweat/sweated","mean":"đổ mồ hôi"},
            {"v1":"sweep","v2":"swept","v3":"swept","mean":"quét"},
            {"v1":"swell","v2":"swelled","v3":"swollen/swelled","mean":"phồng, sưng lên"},
            {"v1":"swim","v2":"swam","v3":"swum","mean":"bơi"},
            {"v1":"swing","v2":"swung","v3":"swung","mean":"đánh đu, đong đưa"},
            {"v1":"take","v2":"took","v3":"taken","mean":"cầm, lấy, mang"},
            {"v1":"teach","v2":"taught","v3":"taught","mean":"dạy, giảng dạy"},
            {"v1":"tear","v2":"tore","v3":"torn","mean":"xé, làm rách"},
            {"v1":"telecast","v2":"telecast","v3":"telecast","mean":"phát sóng truyền hình"},
            {"v1":"tell","v2":"told","v3":"told","mean":"kể, bảo, nói"},
            {"v1":"test-drive","v2":"test-drove","v3":"test-driven","mean":"lái thử"},
            {"v1":"test-fly","v2":"test-flew","v3":"test-flown","mean":"bay thử"},
            {"v1":"think","v2":"thought","v3":"thought","mean":"suy nghĩ"},
            {"v1":"thrive","v2":"thrived/throve","v3":"thrived/thriven","mean":"phát triển mạnh"},
            {"v1":"throw","v2":"threw","v3":"thrown","mean":"ném, liệng, quăng"},
            {"v1":"thrust","v2":"thrust","v3":"thrust","mean":"thọc, ấn mạnh"},
            {"v1":"tread","v2":"trod","v3":"trodden/trod","mean":"giẫm, đạp"},
            {"v1":"typecast","v2":"typecast","v3":"typecast","mean":"chuyên đóng một loại vai"},
            {"v1":"typeset","v2":"typeset","v3":"typeset","mean":"sắp chữ"},
            {"v1":"typewrite","v2":"typewrote","v3":"typewritten","mean":"đánh máy"},
            {"v1":"unbend","v2":"unbent","v3":"unbent","mean":"làm thẳng lại, thư giãn"},
            {"v1":"unbind","v2":"unbound","v3":"unbound","mean":"mở, cởi trói"},
            {"v1":"unclothe","v2":"unclothed/unclad","v3":"unclothed/unclad","mean":"cởi áo, lột trần"},
            {"v1":"undercut","v2":"undercut","v3":"undercut","mean":"bán rẻ hơn, phá giá"},
            {"v1":"underfeed","v2":"underfed","v3":"underfed","mean":"cho ăn thiếu"},
            {"v1":"undergo","v2":"underwent","v3":"undergone","mean":"trải qua, chịu đựng"},
            {"v1":"underlie","v2":"underlay","v3":"underlain","mean":"nằm dưới, làm nền tảng"},
            {"v1":"understand","v2":"understood","v3":"understood","mean":"hiểu"},
            {"v1":"undertake","v2":"undertook","v3":"undertaken","mean":"đảm nhận, cam kết"},
            {"v1":"underwrite","v2":"underwrote","v3":"underwritten","mean":"bảo hiểm, tài trợ"},
            {"v1":"undo","v2":"undid","v3":"undone","mean":"tháo ra, hủy bỏ"},
            {"v1":"unfreeze","v2":"unfroze","v3":"unfrozen","mean":"làm tan đông"},
            {"v1":"unhang","v2":"unhung","v3":"unhung","mean":"hạ xuống"},
            {"v1":"unhide","v2":"unhid","v3":"unhidden","mean":"hiển thị, không ẩn"},
            {"v1":"unlearn","v2":"unlearned/unlearnt","v3":"unlearned/unlearnt","mean":"gạt bỏ (kiến thức)"},
            {"v1":"unspin","v2":"unspun","v3":"unspun","mean":"tháo chỉ, quay ngược"},
            {"v1":"unwind","v2":"unwound","v3":"unwound","mean":"tháo ra, thư giãn"},
            {"v1":"uphold","v2":"upheld","v3":"upheld","mean":"ủng hộ, duy trì"},
            {"v1":"upset","v2":"upset","v3":"upset","mean":"làm đổ, làm buồn"},
            {"v1":"wake","v2":"woke/waked","v3":"woken/waked","mean":"thức giấc, đánh thức"},
            {"v1":"waylay","v2":"waylaid","v3":"waylaid","mean":"mai phục"},
            {"v1":"wear","v2":"wore","v3":"worn","mean":"mặc, đội, mang"},
            {"v1":"weave","v2":"wove/weaved","v3":"woven/weaved","mean":"dệt, đan"},
            {"v1":"wed","v2":"wed/wedded","v3":"wed/wedded","mean":"kết hôn"},
            {"v1":"weep","v2":"wept","v3":"wept","mean":"khóc"},
            {"v1":"wet","v2":"wet/wetted","v3":"wet/wetted","mean":"làm ướt"},
            {"v1":"win","v2":"won","v3":"won","mean":"thắng, chiến thắng"},
            {"v1":"wind","v2":"wound","v3":"wound","mean":"quấn, lên dây cót"},
            {"v1":"withdraw","v2":"withdrew","v3":"withdrawn","mean":"rút lui, rút tiền"},
            {"v1":"withhold","v2":"withheld","v3":"withheld","mean":"giữ lại, từ chối"},
            {"v1":"withstand","v2":"withstood","v3":"withstood","mean":"chịu đựng, chống lại"},
            {"v1":"wring","v2":"wrung","v3":"wrung","mean":"vặn, vắt"},
            {"v1":"write","v2":"wrote","v3":"written","mean":"viết"}
        ]`;
        
        // --- DOM Elements ---
        const elements = {
            verbCard: document.getElementById('verb-card'),
            srsInfo: document.getElementById('srs-info'),
            pastInput: document.getElementById('past-input'),
            participleInput: document.getElementById('participle-input'),
            meaningInput: document.getElementById('meaning-input'),
            pastFeedback: document.getElementById('past-feedback'),
            participleFeedback: document.getElementById('participle-feedback'),
            meaningFeedback: document.getElementById('meaning-feedback'),
            checkBtn: document.getElementById('check-btn'),
            revealBtn: document.getElementById('reveal-btn'),
            nextBtn: document.getElementById('next-btn'),
            resetBtn: document.getElementById('reset-btn'),
            verbTableBody: document.getElementById('verb-table-body'),
            progressBar: document.getElementById('progress-bar'),
            progressCounter: document.getElementById('progress-counter'),
            progressLabel: document.getElementById('progress-label'),
        };

        // --- Spaced Repetition System (SRS) Configuration ---
        const STORAGE_KEY = 'irregularVerbsProgress_v2';
        const DAY_IN_MS = 24 * 60 * 60 * 1000;
        const srsIntervals = [
            0, // Stage 0: New
            1 * DAY_IN_MS,  // Stage 1: 1 day
            3 * DAY_IN_MS,  // Stage 2: 3 days
            7 * DAY_IN_MS,  // Stage 3: 1 week
            14 * DAY_IN_MS, // Stage 4: 2 weeks
            30 * DAY_IN_MS, // Stage 5: 1 month
            90 * DAY_IN_MS  // Stage 6: 3 months (Mastered)
        ];

        let verbs = [];
        let currentVerb = null;

        // --- Functions ---
        
        function initializeApp() {
            populateTable();
            loadProgress();
            updateProgress();
            getNextVerb();
            
            elements.checkBtn.addEventListener('click', checkAnswer);
            elements.nextBtn.addEventListener('click', getNextVerb);
            elements.revealBtn.addEventListener('click', revealAnswer);
            elements.resetBtn.addEventListener('click', resetProgress);
            [elements.pastInput, elements.participleInput, elements.meaningInput].forEach(input => {
                input.addEventListener('keypress', e => e.key === 'Enter' && checkAnswer());
            });
        }

        function populateTable() {
            const parsedVerbs = JSON.parse(masterVerbsList);
            parsedVerbs.forEach(verb => {
                const row = document.createElement('tr');
                row.innerHTML = `<td>${verb.v1}</td><td>${verb.v2}</td><td>${verb.v3}</td><td>${verb.mean}</td>`;
                elements.verbTableBody.appendChild(row);
            });
        }

        function loadProgress() {
            const savedData = localStorage.getItem(STORAGE_KEY);
            if (savedData) {
                verbs = JSON.parse(savedData);
            } else {
                // First time user: initialize the structure
                verbs = JSON.parse(masterVerbsList).map(verb => ({
                    ...verb,
                    stage: 0, // Initial stage
                    nextReviewDate: 0, // Due for review immediately
                }));
            }
        }

        function saveProgress() {
            localStorage.setItem(STORAGE_KEY, JSON.stringify(verbs));
        }

        function resetProgress() {
            if (confirm('Bạn có chắc chắn muốn xóa toàn bộ tiến độ học và bắt đầu lại từ đầu không?')) {
                localStorage.removeItem(STORAGE_KEY);
                location.reload();
            }
        }

        function updateProgress() {
            const masteredCount = verbs.filter(v => v.stage > 0).length;
            const totalVerbs = verbs.length;
            elements.progressCounter.textContent = `${masteredCount}/${totalVerbs}`;
            const percentage = totalVerbs > 0 ? (masteredCount / totalVerbs) * 100 : 0;
            elements.progressBar.style.width = `${percentage}%`;
        }

        function getNextVerb() {
            const now = new Date().getTime();
            const dueVerbs = verbs.filter(v => v.nextReviewDate <= now);
            
            // Prioritize due verbs, then new verbs (stage 0)
            let verbPool = dueVerbs.length > 0 ? dueVerbs : verbs.filter(v => v.stage === 0);

            if (verbPool.length === 0) {
                // All verbs are learned and not due for review yet
                const nextReview = verbs.reduce((earliest, v) => v.nextReviewDate < earliest ? v.nextReviewDate : earliest, Infinity);
                elements.verbCard.textContent = "Hết từ để học!";
                elements.srsInfo.textContent = `Tuyệt vời! Bạn đã hoàn thành bài học hôm nay. Hãy quay lại sau ${formatTimeAgo(nextReview)}.`;
                disableAllInputs();
                return;
            }

            currentVerb = verbPool[Math.floor(Math.random() * verbPool.length)];
            
            elements.verbCard.textContent = currentVerb.v1;
            elements.srsInfo.textContent = `Cấp độ ghi nhớ: ${currentVerb.stage} / ${srsIntervals.length - 1}`;
            if (currentVerb.nextReviewDate > 0) {
                 elements.srsInfo.textContent += ` | Lần ôn tiếp theo: ${formatTimeAgo(currentVerb.nextReviewDate)}`;
            }
            resetInputsAndButtons();
        }
        
        function disableAllInputs() {
            [elements.pastInput, elements.participleInput, elements.meaningInput, elements.checkBtn, elements.revealBtn].forEach(el => el.disabled = true);
        }

        function resetInputsAndButtons() {
            const inputs = [elements.pastInput, elements.participleInput, elements.meaningInput];
            const feedbacks = [elements.pastFeedback, elements.participleFeedback, elements.meaningFeedback];
            
            inputs.forEach(input => {
                input.value = '';
                input.classList.remove('correct', 'incorrect');
                input.disabled = false;
            });
            
            feedbacks.forEach(feedback => {
                feedback.textContent = '';
                feedback.classList.remove('correct', 'incorrect');
            });

            elements.checkBtn.disabled = false;
            elements.revealBtn.disabled = false;
        }

        function checkAnswer() {
            if (!currentVerb) return;

            const userV2 = elements.pastInput.value.trim().toLowerCase();
            const userV3 = elements.participleInput.value.trim().toLowerCase();
            const userMean = elements.meaningInput.value.trim().toLowerCase();

            const isV2Correct = checkSingleAnswer(userV2, currentVerb.v2);
            const isV3Correct = checkSingleAnswer(userV3, currentVerb.v3) || (currentVerb.v3 === "" && userV3 === "");
            const isMeanCorrect = checkSingleAnswer(userMean, currentVerb.mean, true);

            applyFeedback(elements.pastInput, elements.pastFeedback, isV2Correct, `Đáp án: ${currentVerb.v2}`);
            applyFeedback(elements.participleInput, elements.participleFeedback, isV3Correct, `Đáp án: ${currentVerb.v3}`);
            applyFeedback(elements.meaningInput, elements.meaningFeedback, isMeanCorrect, `Đáp án: ${currentVerb.mean}`);
            
            const isFullyCorrect = isV2Correct && isV3Correct && isMeanCorrect;
            updateSRS(isFullyCorrect);

            if(isFullyCorrect) {
                elements.checkBtn.disabled = true;
                elements.revealBtn.disabled = true;
            }
        }
        
        function checkSingleAnswer(userInput, correctAnswersStr, isMeaning = false) {
            if (!userInput) return false;
            const correctAnswers = correctAnswersStr.toLowerCase().split(isMeaning ? /[,;/]/ : '/');
            if (isMeaning) {
                // For meaning, check if user's input is a substring of any correct answer.
                return correctAnswers.some(correct => correct.trim().includes(userInput));
            }
            // For verb forms, require an exact match.
            return correctAnswers.includes(userInput);
        }

        function updateSRS(isCorrect) {
            const now = new Date().getTime();
            if (isCorrect) {
                currentVerb.stage = Math.min(currentVerb.stage + 1, srsIntervals.length - 1);
                elements.srsInfo.style.color = 'var(--success-color)';
                elements.srsInfo.textContent = 'Chính xác! Cấp độ ghi nhớ đã tăng.';
            } else {
                currentVerb.stage = Math.max(0, currentVerb.stage - 1); // Less punishing: move back 1 stage
                elements.srsInfo.style.color = 'var(--error-color)';
                elements.srsInfo.textContent = 'Chưa đúng. Cấp độ ghi nhớ đã giảm.';
            }
            
            const interval = srsIntervals[currentVerb.stage];
            currentVerb.nextReviewDate = now + interval;
            
            updateProgress();
            saveProgress();
        }

        function revealAnswer() {
            if (!currentVerb) return;
            elements.pastInput.value = currentVerb.v2.split('/')[0];
            elements.participleInput.value = currentVerb.v3.split('/')[0];
            elements.meaningInput.value = currentVerb.mean.split(/[,;/]/)[0].trim();
            
            updateSRS(false); // Revealing counts as an incorrect answer for SRS purposes.
            disableAllInputs();
            elements.revealBtn.disabled = true;
        }

        function applyFeedback(input, feedbackEl, isCorrect, correctAnswer) {
             input.classList.remove('correct', 'incorrect');
             feedbackEl.classList.remove('correct', 'incorrect');
             if (input.value.trim() === '') return;
             if(isCorrect) {
                 input.classList.add('correct');
                 feedbackEl.textContent = 'Chính xác!';
                 feedbackEl.classList.add('correct');
             } else {
                 input.classList.add('incorrect');
                 feedbackEl.textContent = correctAnswer;
                 feedbackEl.classList.add('incorrect');
             }
        }

        function formatTimeAgo(timestamp) {
            const now = new Date().getTime();
            const difference = timestamp - now;

            if (difference < 0) return 'bây giờ';

            const days = Math.floor(difference / DAY_IN_MS);
            if (days > 0) return `${days} ngày`;
            const hours = Math.floor((difference % DAY_IN_MS) / (1000 * 60 * 60));
            if (hours > 0) return `${hours} giờ`;
            const minutes = Math.floor((difference % (1000 * 60 * 60)) / (1000 * 60));
            if (minutes > 0) return `${minutes} phút`;
            return 'ngay bây giờ';
        }

        // --- Initialization ---
        initializeApp();
    });
    </script>
</body>
</html>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/380-dong-tu-bat-quy-tac/">Bảng động từ bất quy tắc chính xác và đầy đủ nhất</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/380-dong-tu-bat-quy-tac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bài học tiếng Anh: Set a Goal</title>
		<link>https://nhatphuc.com/bai-hoc-tieng-anh-set-a-goal/</link>
					<comments>https://nhatphuc.com/bai-hoc-tieng-anh-set-a-goal/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Mon, 30 Sep 2024 15:21:59 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12475</guid>

					<description><![CDATA[<p>In this lesson, we will explore the concept of goal-setting and its importance in personal [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-set-a-goal/">Bài học tiếng Anh: Set a Goal</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this lesson, we will explore the concept of goal-setting and its importance in personal development. The focus will be on understanding new vocabulary related to goal-setting and using it in sentences to improve English proficiency. This lesson is designed for Vietnamese learners of English who want to enhance their language skills while learning practical concepts like the SMART framework for setting goals.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>1. Introduction to Goal-Setting</strong></h3>



<p><strong>Goal-setting</strong> is the process of identifying something you want to achieve and then creating a plan to reach that objective. Goals can be classified into short-term, medium-term, and long-term, depending on how quickly you want to achieve them. For example, learning a new language, like English, might start with short-term goals like practicing vocabulary daily, and medium-term goals like completing an English course.</p>



<p><strong>Từ vựng mới:</strong></p>



<ul class="wp-block-list">
<li><strong>Goal-setting (Đặt mục tiêu):</strong> Quá trình xác định điều bạn muốn đạt được.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;Goal-setting helps me focus on my priorities.&#8221; (Đặt mục tiêu giúp tôi tập trung vào những ưu tiên của mình.)</li>
</ul>
</li>



<li><strong>Short-term goals (Mục tiêu ngắn hạn):</strong> Những mục tiêu mà bạn có thể đạt được trong thời gian ngắn.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;A short-term goal is to learn 5 new words every day.&#8221; (Một mục tiêu ngắn hạn là học 5 từ mới mỗi ngày.)</li>
</ul>
</li>



<li><strong>Long-term goals (Mục tiêu dài hạn):</strong> Những mục tiêu lớn mà bạn cần nhiều thời gian hơn để đạt được.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;My long-term goal is to speak English fluently.&#8221; (Mục tiêu dài hạn của tôi là nói tiếng Anh lưu loát.)</li>
</ul>
</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>2. The SMART Framework</strong></h3>



<p>When setting goals, it is helpful to use the <strong>SMART</strong> framework. SMART stands for <strong>Specific</strong>, <strong>Measurable</strong>, <strong>Achievable</strong>, <strong>Relevant</strong>, and <strong>Time-bound</strong>.</p>



<ul class="wp-block-list">
<li><strong>Specific (Cụ thể):</strong> Goals should be clear and precise.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;I want to improve my English speaking skills.&#8221; (Tôi muốn cải thiện kỹ năng nói tiếng Anh của mình.)</li>
</ul>
</li>



<li><strong>Measurable (Có thể đo lường):</strong> You should be able to track your progress.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;I will measure my progress by recording my speaking practice.&#8221; (Tôi sẽ đo lường tiến độ của mình bằng cách ghi lại việc luyện tập nói.)</li>
</ul>
</li>



<li><strong>Achievable (Khả thi):</strong> Goals should be realistic and possible to achieve.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;Studying 30 minutes a day is achievable for me.&#8221; (Học 30 phút mỗi ngày là khả thi đối với tôi.)</li>
</ul>
</li>



<li><strong>Relevant (Phù hợp):</strong> Your goals should be aligned with your overall objectives.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;Improving my English is relevant to my career goals.&#8221; (Cải thiện tiếng Anh phù hợp với mục tiêu sự nghiệp của tôi.)</li>
</ul>
</li>



<li><strong>Time-bound (Có thời hạn):</strong> Set a deadline to achieve your goal.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;I want to achieve my goal by the end of the year.&#8221; (Tôi muốn đạt được mục tiêu của mình vào cuối năm.)</li>
</ul>
</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>3. Vocabulary Practice</strong></h3>



<p>Now, let’s practice using the new vocabulary in different sentences.</p>



<p><strong>Exercise: Complete the sentences with the correct form of the new words.</strong></p>



<ol class="wp-block-list">
<li>A _______ goal is something you can achieve within a few months. (Short-term)</li>



<li>It’s important to make your goals _______ so that you can track your progress. (Measurable)</li>



<li>_______ goals take longer to achieve, but they are often the most rewarding. (Long-term)</li>



<li>You should set a _______ to complete your English course by June. (Time-bound)</li>
</ol>



<p><strong>Từ vựng mới:</strong></p>



<ul class="wp-block-list">
<li><strong>Track progress (Theo dõi tiến độ):</strong> Theo dõi quá trình bạn tiến bộ.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;I track my progress by keeping a language journal.&#8221; (Tôi theo dõi tiến độ của mình bằng cách giữ một nhật ký học ngôn ngữ.)</li>
</ul>
</li>



<li><strong>Objective (Mục tiêu):</strong> Một điều cụ thể bạn muốn đạt được.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;My objective is to improve my English writing skills.&#8221; (Mục tiêu của tôi là cải thiện kỹ năng viết tiếng Anh của mình.)</li>
</ul>
</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>4. Application: Creating Your SMART Goal</strong></h3>



<p>Now that you understand the SMART framework, it’s time to create your own goal using this method. Here’s how you can structure it:</p>



<p><strong>Example Goal:</strong></p>



<ul class="wp-block-list">
<li><strong>Specific:</strong> I want to improve my English speaking skills.</li>



<li><strong>Measurable:</strong> I will practice speaking for 30 minutes every day.</li>



<li><strong>Achievable:</strong> I have 30 minutes each day to dedicate to speaking practice.</li>



<li><strong>Relevant:</strong> Improving my English speaking skills will help me in my job.</li>



<li><strong>Time-bound:</strong> I want to see improvement in three months.</li>
</ul>



<p><strong>Từ vựng mới:</strong></p>



<ul class="wp-block-list">
<li><strong>Dedicate (Dành riêng):</strong> Dành thời gian hoặc nỗ lực để làm việc gì đó.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;I dedicate one hour a day to learning English.&#8221; (Tôi dành một giờ mỗi ngày để học tiếng Anh.)</li>
</ul>
</li>



<li><strong>Practice (Luyện tập):</strong> Hoạt động thường xuyên để cải thiện kỹ năng.
<ul class="wp-block-list">
<li>Ví dụ: &#8220;Daily practice is essential to improving language skills.&#8221; (Luyện tập hàng ngày rất cần thiết để cải thiện kỹ năng ngôn ngữ.)</li>
</ul>
</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>5. Conclusion: The Importance of Goal-Setting</strong></h3>



<p>Goal-setting is a crucial skill that helps you stay focused and motivated. Whether you are learning English or pursuing other life goals, setting SMART goals will guide you to success.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>Homework:</strong></h3>



<ol class="wp-block-list">
<li>Create your own SMART goal for improving your English skills.</li>



<li>Write 5 sentences using the new vocabulary words from today’s lesson.</li>
</ol>



<p>By the end of this lesson, you should feel more confident using vocabulary related to goal-setting, and you should be able to create clear, measurable goals for your personal development.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>Vocabulary Recap:</strong></h3>



<ul class="wp-block-list">
<li><strong>Goal-setting (Đặt mục tiêu)</strong></li>



<li><strong>Short-term goals (Mục tiêu ngắn hạn)</strong></li>



<li><strong>Long-term goals (Mục tiêu dài hạn)</strong></li>



<li><strong>Specific (Cụ thể)</strong></li>



<li><strong>Measurable (Có thể đo lường)</strong></li>



<li><strong>Achievable (Khả thi)</strong></li>



<li><strong>Relevant (Phù hợp)</strong></li>



<li><strong>Time-bound (Có thời hạn)</strong></li>



<li><strong>Track progress (Theo dõi tiến độ)</strong></li>



<li><strong>Objective (Mục tiêu)</strong></li>



<li><strong>Dedicate (Dành riêng)</strong></li>



<li><strong>Practice (Luyện tập)</strong></li>
</ul>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-set-a-goal/">Bài học tiếng Anh: Set a Goal</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/bai-hoc-tieng-anh-set-a-goal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Conversation Practice: Thiết lập mục tiêu</title>
		<link>https://nhatphuc.com/a-conversation-practice-thiet-lap-muc-tieu/</link>
					<comments>https://nhatphuc.com/a-conversation-practice-thiet-lap-muc-tieu/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Mon, 30 Sep 2024 15:17:59 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12471</guid>

					<description><![CDATA[<p>Cuộc trò chuyện này được thiết kế để giúp người học hiểu khuôn khổ SMART [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-thiet-lap-muc-tieu/">A Conversation Practice: Thiết lập mục tiêu</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Cuộc trò chuyện này được thiết kế để giúp người học hiểu khuôn khổ SMART để thiết lập các mục tiêu hiệu quả và cách áp dụng các nguyên tắc này trong cuộc sống thực. Trong cuộc trò chuyện này, bạn sẽ học từ vựng và cấu trúc câu mới liên quan đến thiết lập mục tiêu, điều này sẽ giúp bạn diễn đạt suy nghĩ của mình rõ ràng hơn bằng tiếng Anh. Dưới đây, bạn sẽ tìm thấy một cuộc trò chuyện song ngữ giữa hai người thảo luận về cách thiết lập và đạt được mục tiêu, cùng với lời giải thích về từ vựng và mẫu câu mới.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="960" height="540" src="https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-960x540.webp" alt="A Conversation Practice: Thiết lập mục tiêu 1" class="wp-image-12472" title="A Conversation Practice: Thiết lập mục tiêu 1" srcset="https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-960x540.webp 960w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-320x180.webp 320w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-768x432.webp 768w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-1536x864.webp 1536w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-192x108.webp 192w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-384x216.webp 384w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-364x205.webp 364w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-728x409.webp 728w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-561x316.webp 561w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-1122x631.webp 1122w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-265x149.webp 265w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-531x299.webp 531w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-608x342.webp 608w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-758x426.webp 758w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-1152x648.webp 1152w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-85x48.webp 85w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4-171x96.webp 171w, https://nhatphuc.com/wp-content/uploads/2024/09/video-eng-muc-tieu-eng-4.webp 1920w" sizes="(max-width: 960px) 100vw, 960px" /></figure>



<h3 class="wp-block-heading"><strong>Conversation:</strong></h3>



<p><strong>Anna:</strong> Hey, Mark. I’ve been thinking about setting some goals for this year, but I’m not sure where to start. Do you have any tips?<br>(Chào, Mark. Tôi đã nghĩ về việc đặt ra vài mục tiêu cho năm nay, nhưng tôi không chắc bắt đầu từ đâu. Bạn có lời khuyên nào không?)</p>



<p><strong>Mark:</strong> Definitely! The first thing you should do is make your goals specific. You know, like using the SMART framework.<br>(Chắc chắn rồi! Điều đầu tiên bạn nên làm là đặt mục tiêu của mình cụ thể. Bạn biết đấy, như là sử dụng mô hình SMART.)</p>



<p><strong>Anna:</strong> Oh, I’ve heard about SMART goals. What does each letter stand for again?<br>(Ồ, tôi đã nghe về các mục tiêu SMART. Mỗi chữ cái đại diện cho điều gì nhỉ?)</p>



<p><strong>Mark:</strong> SMART stands for Specific, Measurable, Achievable, Relevant, and Time-bound. This helps you focus and track your progress.<br>(SMART đại diện cho Cụ thể, Có thể đo lường, Khả thi, Phù hợp, và Có thời hạn. Điều này giúp bạn tập trung và theo dõi tiến trình của mình.)</p>



<p><strong>Anna:</strong> That makes sense! So, if I want to improve my English, a SMART goal would be like “study English for 30 minutes every day for three months,” right?<br>(Điều đó hợp lý! Vậy nếu tôi muốn cải thiện tiếng Anh của mình, một mục tiêu SMART sẽ là “học tiếng Anh 30 phút mỗi ngày trong ba tháng,” đúng không?)</p>



<p><strong>Mark:</strong> Exactly! It’s important to make your goals measurable and set a deadline. That way, you stay motivated.<br>(Chính xác! Điều quan trọng là làm cho mục tiêu của bạn có thể đo lường và đặt ra thời hạn. Như vậy, bạn sẽ duy trì được động lực.)</p>



<p><strong>Anna:</strong> I see. What about long-term goals? Should I break them down into smaller steps?<br>(Tôi hiểu rồi. Còn các mục tiêu dài hạn thì sao? Tôi có nên chia chúng thành các bước nhỏ hơn không?)</p>



<p><strong>Mark:</strong> Absolutely. Breaking goals into smaller tasks makes them easier to manage. It also helps you feel accomplished as you complete each step.<br>(Chắc chắn rồi. Chia nhỏ các mục tiêu thành các nhiệm vụ nhỏ hơn sẽ giúp chúng dễ quản lý hơn. Nó cũng giúp bạn cảm thấy thành tựu khi hoàn thành từng bước.)</p>



<p><strong>Anna:</strong> That’s a good idea! I’ll start by setting small, achievable goals and gradually work towards bigger ones. Thanks, Mark!<br>(Đó là một ý kiến hay! Tôi sẽ bắt đầu bằng cách đặt những mục tiêu nhỏ, khả thi và dần dần làm việc để đạt được những mục tiêu lớn hơn. Cảm ơn, Mark!)</p>



<p><strong>Mark:</strong> Anytime, Anna! Remember, goal-setting is an ongoing process. Keep adjusting your goals as you go.<br>(Lúc nào cũng được, Anna! Hãy nhớ rằng việc đặt mục tiêu là một quá trình liên tục. Hãy tiếp tục điều chỉnh mục tiêu của bạn khi bạn tiến lên.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>New Vocabulary and Phrases (Từ vựng mới):</strong></h3>



<ol class="wp-block-list">
<li><strong>Goal-setting (đặt mục tiêu):</strong> The process of defining objectives you want to achieve.
<ul class="wp-block-list">
<li>Ví dụ: Setting goals is important for personal development.</li>



<li>(Đặt mục tiêu rất quan trọng cho sự phát triển cá nhân.)</li>
</ul>
</li>



<li><strong>Specific (Cụ thể):</strong> Clearly defined and easy to understand.
<ul class="wp-block-list">
<li>Ví dụ: My goal is to improve my listening skills.</li>



<li>(Mục tiêu của tôi là cải thiện kỹ năng nghe của mình.)</li>
</ul>
</li>



<li><strong>Measurable (Có thể đo lường):</strong> Able to track progress or results.
<ul class="wp-block-list">
<li>Ví dụ: You need measurable goals to see how much you’ve improved.</li>



<li>(Bạn cần các mục tiêu có thể đo lường để xem bạn đã tiến bộ bao nhiêu.)</li>
</ul>
</li>



<li><strong>Achievable (Khả thi):</strong> Realistic and possible to accomplish.
<ul class="wp-block-list">
<li>Ví dụ: It’s important to set achievable goals so you don’t get discouraged.</li>



<li>(Điều quan trọng là đặt mục tiêu khả thi để bạn không nản lòng.)</li>
</ul>
</li>



<li><strong>Deadline (Hạn chót):</strong> A specific date by which something must be done.
<ul class="wp-block-list">
<li>Ví dụ: I set a deadline to finish this project by the end of the month.</li>



<li>(Tôi đã đặt hạn chót để hoàn thành dự án này vào cuối tháng.)</li>
</ul>
</li>



<li><strong>Ongoing process (Quá trình liên tục):</strong> Something that continues over time without a clear end.
<ul class="wp-block-list">
<li>Ví dụ: Learning is an ongoing process.</li>



<li>(Học tập là một quá trình liên tục.)</li>
</ul>
</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>Sentence Patterns (Mẫu câu):</strong></h3>



<ol class="wp-block-list">
<li><strong>Do you have any tips? (Bạn có lời khuyên nào không?)</strong>
<ul class="wp-block-list">
<li>Used to ask for advice.</li>
</ul>
</li>



<li><strong>What does each letter stand for? (Mỗi chữ cái đại diện cho điều gì?)</strong>
<ul class="wp-block-list">
<li>Asking for the meaning of an acronym or abbreviation.</li>
</ul>
</li>



<li><strong>Should I break them down into smaller steps? (Tôi có nên chia chúng thành các bước nhỏ hơn không?)</strong>
<ul class="wp-block-list">
<li>Asking if a larger task should be divided into smaller parts.</li>
</ul>
</li>
</ol>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-thiet-lap-muc-tieu/">A Conversation Practice: Thiết lập mục tiêu</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/a-conversation-practice-thiet-lap-muc-tieu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Conversation Practice: Quản lý thời gian</title>
		<link>https://nhatphuc.com/a-conversation-practice-quan-ly-thoi-gian/</link>
					<comments>https://nhatphuc.com/a-conversation-practice-quan-ly-thoi-gian/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Sun, 29 Sep 2024 14:13:42 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12462</guid>

					<description><![CDATA[<p>Trong bài học này, chúng ta sẽ thảo luận về chủ đề &#8220;Quản lý thời [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-quan-ly-thoi-gian/">A Conversation Practice: Quản lý thời gian</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Trong bài học này, chúng ta sẽ thảo luận về chủ đề &#8220;Quản lý thời gian hiệu quả&#8221; thông qua một cuộc hội thoại giữa hai người. Bạn sẽ học được cách sử dụng những từ vựng và mẫu câu mới để nói về việc lập kế hoạch, ưu tiên công việc và giữ cân bằng cuộc sống. Đây là một kỹ năng quan trọng giúp bạn làm việc năng suất hơn và tận hưởng cuộc sống trọn vẹn.</p>



<h2 class="wp-block-heading">A Conversation Practice</h2>



<p><strong>Person A</strong>: Hey, have you ever thought about improving your time management skills?</p>



<p><strong>A</strong>: Này, bạn đã bao giờ nghĩ đến việc cải thiện kỹ năng quản lý thời gian chưa?</p>



<p><strong>Person B</strong>: Yes, I’ve been trying, but it’s difficult. I always feel like I don’t have enough time.</p>



<p><strong>B</strong>: Có chứ, mình đã cố gắng, nhưng khó lắm. Mình luôn cảm thấy không có đủ thời gian.</p>



<p><strong>Person A</strong>: I used to feel the same way. But once I learned how to plan my day and prioritize tasks, it got a lot easier.</p>



<p><strong>A</strong>: Mình cũng từng cảm thấy như vậy. Nhưng từ khi mình học cách lập kế hoạch cho ngày và ưu tiên công việc, mọi thứ trở nên dễ dàng hơn nhiều.</p>



<p><strong>Person B</strong>: How do you prioritize your tasks? Sometimes, everything feels urgent.</p>



<p><strong>B</strong>: Làm sao bạn ưu tiên công việc được? Đôi khi mọi thứ đều cảm giác khẩn cấp cả.</p>



<p><strong>Person A</strong>: I divide my tasks into four groups: important and urgent, important but not urgent, not important but urgent, and not important nor urgent. That way, I can focus on what really matters first.</p>



<p><strong>A</strong>: Mình chia công việc thành bốn nhóm: quan trọng và khẩn cấp, quan trọng nhưng không khẩn cấp, không quan trọng nhưng khẩn cấp, và không quan trọng cũng không khẩn cấp. Bằng cách đó, mình có thể tập trung vào những việc thực sự quan trọng trước.</p>



<p><strong>Person B</strong>: That sounds smart. I guess I’ve been focusing too much on things that aren’t important.</p>



<p><strong>B</strong>: Nghe có vẻ thông minh đó. Mình đoán là mình đã quá tập trung vào những việc không quan trọng rồi.</p>



<p><strong>Person A</strong>: It’s easy to get distracted, especially with social media and emails. I turn off notifications and check emails at specific times during the day.</p>



<p><strong>A</strong>: Rất dễ bị phân tâm, đặc biệt là với mạng xã hội và email. Mình tắt thông báo và chỉ kiểm tra email vào những thời điểm nhất định trong ngày.</p>



<p><strong>Person B</strong>: That’s a great idea! Do you also set deadlines for each task?</p>



<p><strong>B</strong>: Ý tưởng tuyệt vời! Bạn có đặt thời hạn cho từng nhiệm vụ không?</p>



<p><strong>Person A</strong>: Absolutely! Setting deadlines helps me avoid procrastination and stay on track. It creates positive pressure to finish tasks on time.</p>



<p><strong>A</strong>: Tất nhiên rồi! Đặt thời hạn giúp mình tránh sự trì hoãn và duy trì đúng hướng. Nó tạo ra áp lực tích cực để hoàn thành công việc đúng hạn.</p>



<p><strong>Person B</strong>: I like that. I also need to figure out my “golden hours” – when I’m most productive.</p>



<p><strong>B</strong>: Mình thích điều đó. Mình cũng cần tìm ra “khung giờ vàng” của mình – khi mình làm việc hiệu quả nhất.</p>



<p><strong>Person A</strong>: Exactly. When you know your most productive time, you can schedule your most important tasks during that period.</p>



<p><strong>A</strong>: Chính xác. Khi bạn biết thời gian làm việc hiệu quả nhất, bạn có thể sắp xếp những nhiệm vụ quan trọng nhất vào khoảng thời gian đó.</p>



<p><strong>Person B</strong>: I’m definitely going to try that. Thanks for the tips!</p>



<p><strong>B</strong>: Mình sẽ thử áp dụng. Cảm ơn bạn về những mẹo nhé!</p>



<p><strong>Person A</strong>: No problem! Just remember, managing your time well will not only improve your productivity but also help you live a more balanced life.</p>



<p><strong>A</strong>: Không có gì! Chỉ cần nhớ rằng, quản lý thời gian tốt sẽ không chỉ giúp bạn tăng năng suất mà còn giúp bạn sống cân bằng hơn.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>New Sentence Structures (Mẫu câu mới)</strong>:</h2>



<ul class="wp-block-list">
<li><strong>I used to feel the same way</strong>: Mình cũng từng cảm thấy như vậy.</li>



<li><strong>I divide my tasks into four groups</strong>: Mình chia công việc thành bốn nhóm.</li>



<li><strong>It’s easy to get distracted</strong>: Rất dễ bị phân tâm.</li>



<li><strong>Setting deadlines helps me avoid procrastination</strong>: Đặt thời hạn giúp mình tránh trì hoãn.</li>
</ul>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-quan-ly-thoi-gian/">A Conversation Practice: Quản lý thời gian</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/a-conversation-practice-quan-ly-thoi-gian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bài học tiếng Anh: Time Management Tips &#8211; Quản lý thời gian</title>
		<link>https://nhatphuc.com/bai-hoc-tieng-anh-time-management-tips-quan-ly-thoi-gian/</link>
					<comments>https://nhatphuc.com/bai-hoc-tieng-anh-time-management-tips-quan-ly-thoi-gian/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Sun, 29 Sep 2024 14:09:57 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12458</guid>

					<description><![CDATA[<p>Trong bài học này, bạn sẽ học cách quản lý thời gian hiệu quả, đồng [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-time-management-tips-quan-ly-thoi-gian/">Bài học tiếng Anh: Time Management Tips &#8211; Quản lý thời gian</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Trong bài học này, bạn sẽ học cách quản lý thời gian hiệu quả, đồng thời cải thiện từ vựng tiếng Anh của mình. Bài học tập trung vào việc hiểu từ vựng mới và áp dụng chúng vào những tình huống đời thường, đặc biệt là trong việc quản lý thời gian tốt hơn.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Key Vocabulary: từ vựng quan trọng</strong></h2>



<ol class="wp-block-list">
<li><strong>Optimize</strong> /ˈɒp.tɪ.maɪz/ &#8211; Tối ưu hóa
<ul class="wp-block-list">
<li><strong>Example</strong>: We should optimize our time to be more productive.<br><em>(Chúng ta nên tối ưu hóa thời gian của mình để làm việc hiệu quả hơn.)</em></li>
</ul>
</li>



<li><strong>Crucial</strong> /ˈkruː.ʃəl/ &#8211; Quan trọng, cốt yếu
<ul class="wp-block-list">
<li><strong>Example</strong>: Planning is crucial for managing your time.<br><em>(Việc lập kế hoạch là rất quan trọng trong việc quản lý thời gian.)</em></li>
</ul>
</li>



<li><strong>Achievable</strong> /əˈtʃiː.və.bəl/ &#8211; Có thể đạt được
<ul class="wp-block-list">
<li><strong>Example</strong>: Set achievable goals to avoid stress.<br><em>(Đặt mục tiêu có thể đạt được để tránh căng thẳng.)</em></li>
</ul>
</li>



<li><strong>Procrastination</strong> /prəˌkræs.tɪˈneɪ.ʃən/ &#8211; Sự trì hoãn
<ul class="wp-block-list">
<li><strong>Example</strong>: Setting deadlines helps prevent procrastination.<br><em>(Đặt ra thời hạn giúp ngăn chặn sự trì hoãn.)</em></li>
</ul>
</li>



<li><strong>Distraction</strong> /dɪˈstræk.ʃən/ &#8211; Sự phân tâm
<ul class="wp-block-list">
<li><strong>Example</strong>: Turn off notifications to limit distractions.<br><em>(Tắt thông báo để hạn chế sự phân tâm.)</em></li>
</ul>
</li>



<li><strong>Golden Hours</strong> /ˈɡoʊl.dən aʊərz/ &#8211; Giờ vàng, thời gian làm việc hiệu quả nhất
<ul class="wp-block-list">
<li><strong>Example</strong>: Use your golden hours for the most important tasks.<br><em>(Sử dụng giờ vàng của bạn để thực hiện các nhiệm vụ quan trọng nhất.)</em></li>
</ul>
</li>



<li><strong>Concentration</strong> /ˌkɒn.sənˈtreɪ.ʃən/ &#8211; Sự tập trung
<ul class="wp-block-list">
<li><strong>Example</strong>: Resting helps improve concentration.<br><em>(Nghỉ ngơi giúp cải thiện sự tập trung.)</em></li>
</ul>
</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>Lesson Content: Nội dung bài học</strong></h3>



<p><strong>Introduction (Giới thiệu)</strong><br>Time management is essential for improving productivity and maintaining balance in life. It allows us to get more done in less time and reduce stress. Learning to manage time effectively can make a huge difference in both your work and personal life.</p>



<p><strong>Why Planning is Crucial (Tại sao lập kế hoạch quan trọng)</strong><br>Planning helps you get an overview of what needs to be done. By creating a list of tasks at the beginning of the day, week, or month, you will stay organized and motivated. A well-structured plan also helps you avoid procrastination.</p>



<p><strong>Setting Achievable Goals (Đặt mục tiêu có thể đạt được)</strong><br>Using the SMART method (Specific, Measurable, Achievable, Realistic, Time-bound) can help you set clear and achievable goals. This method ensures that your goals are realistic and manageable, keeping you on track.</p>



<p><strong>Identifying Your Golden Hours (Xác định giờ vàng của bạn)</strong><br>Everyone has a time of day when they are most alert and productive. Identifying your golden hours can help you accomplish important tasks more efficiently. By focusing on difficult tasks during this time, you can maximize your productivity.</p>



<p><strong>Limiting Distractions (Hạn chế sự phân tâm)</strong><br>Distractions like social media and emails can significantly reduce your productivity. Limiting these distractions by turning off notifications or scheduling specific times to check your email will allow you to stay focused on the task at hand.</p>



<p><strong>Take Breaks and Recharge (Dành thời gian nghỉ ngơi)</strong><br>Taking regular breaks is important for maintaining concentration. Exercising, meditating, or even resting for a short time can help you recharge and improve your focus for the rest of the day.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Practice Exercises</strong></h2>



<ol class="wp-block-list">
<li><strong>Match the words with their meanings</strong>:<ul><li>Optimize</li><li>Distraction</li><li>Achievable</li><li>Procrastination</li><li>Golden Hours</li></ul>a) Trì hoãn<br>b) Có thể đạt được<br>c) Tối ưu hóa<br>d) Giờ vàng<br>e) Sự phân tâm</li>



<li><strong>Fill in the blanks with the correct word</strong>:
<ul class="wp-block-list">
<li>Setting ______ goals helps you stay motivated.</li>



<li>It’s important to avoid ______ when you’re trying to focus.</li>



<li>Everyone has different ______ when they are most productive.</li>
</ul>
</li>



<li><strong>Translate the sentences</strong>:
<ul class="wp-block-list">
<li>Planning is crucial for managing your time.</li>



<li>Limit distractions by turning off notifications.</li>



<li>Resting helps improve concentration.</li>
</ul>
</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>New Vocabulary: từ vựng mới</strong></h2>



<ul class="wp-block-list">
<li><strong>Balance</strong> /ˈbæl.əns/: Sự cân bằng</li>



<li><strong>Motivate</strong> /ˈmoʊ.tɪ.veɪt/: Thúc đẩy</li>



<li><strong>Efficiently</strong> /ɪˈfɪʃ.ənt.li/: Một cách hiệu quả</li>



<li><strong>Maintain</strong> /meɪnˈteɪn/: Duy trì</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Toàn bộ bài nghe</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Time Management Tips for a More Productive Life" width="500" height="281" src="https://www.youtube.com/embed/xSEfbYx-Ofs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Time management has become an essential skill that helps individuals optimize work efficiency and balance life. Here are some effective time management tips that you can apply to work better and live more. </p>



<p>First, planning is crucial. Spend time at the beginning of the day, week, or month to create a list of tasks that need to be done. This gives you an overview of what needs to be completed and motivates you to execute them. Use the SMART principle to set specific, measurable, and achievable goals. </p>



<p>Next, prioritize your tasks. You can divide tasks into four groups: important and urgent, important but not urgent, not important but urgent, and not important or urgent. Focusing on important and urgent tasks first will help you complete the most impactful tasks. </p>



<p>Another useful tip is to identify your &#8220;golden hours.&#8221; Each person has a time of day when they are most productive. Experiment and find the time when you feel most alert and creative to handle important tasks. </p>



<p>Don’t forget to set deadlines for each task. This not only helps you avoid procrastination but also creates positive pressure to complete tasks on time. </p>



<p>Remember, finishing tasks within a set timeframe will boost your confidence and motivation. Additionally, limit distractions from external factors like social media or emails. Turn off notifications and check emails at specific times during the day to stay focused on your main work. </p>



<p>Finally, make time for yourself. Exercising, meditating, or simply resting will help you recharge and improve your concentration. A relaxed mind will allow you to work more efficiently. Time management is not only a necessary skill for work but also the key to a balanced and happy life. </p>



<p>Apply these tips to optimize your time and enjoy life more fully.</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-time-management-tips-quan-ly-thoi-gian/">Bài học tiếng Anh: Time Management Tips &#8211; Quản lý thời gian</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/bai-hoc-tieng-anh-time-management-tips-quan-ly-thoi-gian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Conversation Practice: Thói quen buổi sáng</title>
		<link>https://nhatphuc.com/a-conversation-practice-thoi-quen-buoi-sang/</link>
					<comments>https://nhatphuc.com/a-conversation-practice-thoi-quen-buoi-sang/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Sat, 28 Sep 2024 13:47:00 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12438</guid>

					<description><![CDATA[<p>Trong bài học hôm nay, chúng ta sẽ tìm hiểu về các thói quen buổi [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-thoi-quen-buoi-sang/">A Conversation Practice: Thói quen buổi sáng</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Trong bài học hôm nay, chúng ta sẽ tìm hiểu về các thói quen buổi sáng giúp cải thiện năng suất và tinh thần qua một đoạn hội thoại bằng tiếng Anh. Thói quen buổi sáng đóng vai trò quan trọng trong việc định hình cảm xúc và hiệu quả làm việc trong suốt cả ngày. Bằng cách luyện tập hội thoại và học từ vựng mới, bạn sẽ phát triển kỹ năng giao tiếp tự nhiên hơn, đồng thời nắm vững các cụm từ và cấu trúc câu hữu ích trong đời sống hàng ngày.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="960" height="549" src="https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-960x549.webp" alt="A Conversation Practice: Thói quen buổi sáng 2" class="wp-image-12441" title="A Conversation Practice: Thói quen buổi sáng 2" srcset="https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-960x549.webp 960w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-320x183.webp 320w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-768x439.webp 768w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-1536x878.webp 1536w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-561x321.webp 561w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-1122x641.webp 1122w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-265x151.webp 265w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-531x303.webp 531w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-364x208.webp 364w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-728x416.webp 728w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-608x347.webp 608w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-758x433.webp 758w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-1152x658.webp 1152w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-84x48.webp 84w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1-168x96.webp 168w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-thoi-quen-1.webp 1792w" sizes="(max-width: 960px) 100vw, 960px" /></figure>



<p><strong>Anna:</strong> Hey, Minh! Do you have a morning routine that helps you stay productive throughout the day?</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Routine</strong>: thói quen</li>



<li><strong>Productive</strong>: năng suất</li>
</ul>



<p>(Anna: Chào Minh! Bạn có thói quen buổi sáng nào giúp bạn duy trì năng suất suốt cả ngày không?)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Minh:</strong> Yes, I actually do! I wake up early every day, usually before 6 AM. I find that the quiet time in the morning helps me to think clearly and plan my day ahead.</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Quiet time</strong>: thời gian yên tĩnh</li>



<li><strong>Plan ahead</strong>: lên kế hoạch trước</li>
</ul>



<p>(Minh: Vâng, thực sự có! Mình thức dậy sớm mỗi ngày, thường là trước 6 giờ sáng. Mình thấy thời gian yên tĩnh buổi sáng giúp mình suy nghĩ rõ ràng và lên kế hoạch cho cả ngày.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Anna:</strong> Wow, that sounds great! I’ve been trying to wake up earlier, but it’s really hard for me. Do you also exercise in the morning?</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Exercise</strong>: tập thể dục</li>



<li><strong>Hard</strong>: khó khăn</li>
</ul>



<p>(Anna: Ồ, nghe hay quá! Mình đã cố gắng dậy sớm, nhưng thật sự rất khó với mình. Bạn có tập thể dục buổi sáng không?)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Minh:</strong> Yes, I do light exercises like yoga or sometimes just go for a walk. It really helps boost my energy and keeps me feeling positive for the rest of the day.</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Light exercises</strong>: bài tập nhẹ</li>



<li><strong>Boost</strong>: tăng cường</li>



<li><strong>Positive</strong>: tích cực</li>
</ul>



<p>(Minh: Có chứ, mình tập các bài tập nhẹ như yoga hoặc đôi khi chỉ đi bộ. Nó thực sự giúp tăng cường năng lượng và giữ cho mình cảm giác tích cực cả ngày.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Anna:</strong> I’ve heard that breakfast is also important. What do you usually eat?</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Breakfast</strong>: bữa sáng</li>



<li><strong>Important</strong>: quan trọng</li>
</ul>



<p>(Anna: Mình nghe nói bữa sáng cũng rất quan trọng. Bạn thường ăn gì?)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Minh:</strong> Oh yes, I never skip breakfast. I usually have something simple but healthy, like whole grains, eggs, and fruits. It gives me the energy I need to stay focused.</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Skip</strong>: bỏ qua</li>



<li><strong>Whole grains</strong>: ngũ cốc nguyên hạt</li>



<li><strong>Stay focused</strong>: duy trì tập trung</li>
</ul>



<p>(Minh: Ồ đúng rồi, mình không bao giờ bỏ bữa sáng. Mình thường ăn gì đó đơn giản nhưng lành mạnh như ngũ cốc nguyên hạt, trứng và trái cây. Nó cung cấp năng lượng giúp mình duy trì tập trung.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Anna:</strong> That sounds like a perfect routine! I should try to adopt some of these habits. Do you also meditate in the morning?</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Adopt</strong>: áp dụng</li>



<li><strong>Meditate</strong>: thiền</li>
</ul>



<p>(Anna: Nghe như là một thói quen hoàn hảo! Mình nên thử áp dụng một số thói quen này. Bạn có thiền vào buổi sáng không?)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Minh:</strong> Yes, I usually meditate for about 10 minutes. It helps me reduce stress and stay calm before starting a busy day.</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Reduce stress</strong>: giảm căng thẳng</li>



<li><strong>Calm</strong>: bình tĩnh</li>
</ul>



<p>(Minh: Có, mình thường thiền khoảng 10 phút. Nó giúp mình giảm căng thẳng và giữ bình tĩnh trước khi bắt đầu một ngày bận rộn.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Anna:</strong> That’s amazing! I’m definitely going to try that. Thank you for sharing your routine with me!</p>



<p>(<strong>Gợi ý từ vựng:</strong>)</p>



<ul class="wp-block-list">
<li><strong>Amazing</strong>: tuyệt vời</li>



<li><strong>Definitely</strong>: chắc chắn</li>
</ul>



<p>(Anna: Thật tuyệt vời! Mình chắc chắn sẽ thử. Cảm ơn bạn đã chia sẻ thói quen của mình với mình nhé!)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>Từ vựng mới và mẫu câu:</strong></p>



<ol class="wp-block-list">
<li><strong>Wake up early</strong> (thức dậy sớm)</li>



<li><strong>Plan for the day ahead</strong> (lên kế hoạch cho ngày sắp tới)</li>



<li><strong>Go for a walk</strong> (đi bộ)</li>



<li><strong>Feel energized</strong> (cảm thấy tràn đầy năng lượng)</li>



<li><strong>Boost energy</strong> (tăng cường năng lượng)</li>



<li><strong>Skip breakfast</strong> (bỏ bữa sáng)</li>



<li><strong>Healthy habits</strong> (thói quen lành mạnh)</li>



<li><strong>Stay focused</strong> (duy trì tập trung)</li>



<li><strong>Reduce stress</strong> (giảm căng thẳng)</li>



<li><strong>Adopt new habits</strong> (áp dụng thói quen mới)</li>
</ol>



<p>Bài hội thoại này sẽ giúp học sinh thực hành cách sử dụng từ vựng và mẫu câu về thói quen buổi sáng, đồng thời giúp cải thiện kỹ năng giao tiếp trong ngữ cảnh quen thuộc.</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/a-conversation-practice-thoi-quen-buoi-sang/">A Conversation Practice: Thói quen buổi sáng</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/a-conversation-practice-thoi-quen-buoi-sang/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bài học tiếng Anh: Thói quen buổi sáng để có một ngày hiệu quả</title>
		<link>https://nhatphuc.com/bai-hoc-tieng-anh-thoi-quen-buoi-sang-de-co-mot-ngay-hieu-qua/</link>
					<comments>https://nhatphuc.com/bai-hoc-tieng-anh-thoi-quen-buoi-sang-de-co-mot-ngay-hieu-qua/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Sat, 28 Sep 2024 13:00:00 +0000</pubDate>
				<category><![CDATA[Học công nghệ]]></category>
		<category><![CDATA[AI học tiếng Anh]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=12432</guid>

					<description><![CDATA[<p>Trong bài học tiếng Anh hôm nay, chúng ta sẽ cùng khám phá các thói [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-thoi-quen-buoi-sang-de-co-mot-ngay-hieu-qua/">Bài học tiếng Anh: Thói quen buổi sáng để có một ngày hiệu quả</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Trong bài học tiếng Anh hôm nay, chúng ta sẽ cùng khám phá các thói quen buổi sáng của những người thành công và cách những thói quen này có thể ảnh hưởng tích cực đến cuộc sống hàng ngày. Bài học sẽ giúp bạn cải thiện vốn từ vựng và kỹ năng đọc hiểu thông qua các đoạn văn thực tiễn, đồng thời cung cấp những từ vựng mới để bạn áp dụng vào cuộc sống. Hãy cùng tìm hiểu cách bắt đầu ngày mới với năng lượng tích cực và một tinh thần sảng khoái, từ đó nâng cao hiệu suất làm việc và tâm trạng cho cả ngày dài.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="960" height="540" src="https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-960x540.webp" alt="Bài học tiếng Anh: Thói quen buổi sáng để có một ngày hiệu quả 3" class="wp-image-12433" title="Bài học tiếng Anh: Thói quen buổi sáng để có một ngày hiệu quả 3" srcset="https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-960x540.webp 960w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-320x180.webp 320w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-768x432.webp 768w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-1536x864.webp 1536w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-192x108.webp 192w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-384x216.webp 384w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-364x205.webp 364w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-728x409.webp 728w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-561x316.webp 561w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-1122x631.webp 1122w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-265x149.webp 265w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-531x299.webp 531w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-608x342.webp 608w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-758x426.webp 758w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-1152x648.webp 1152w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-85x48.webp 85w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615-171x96.webp 171w, https://nhatphuc.com/wp-content/uploads/2024/09/thoi-quen-buoi-sang-blog-615.webp 1920w" sizes="auto, (max-width: 960px) 100vw, 960px" /></figure>



<h2 class="wp-block-heading">Đoạn văn tham khảo:</h2>



<p>Every morning, the habits we practice can shape our mood and productivity for the entire day. Successful people often have simple yet effective morning routines that help them maintain focus, energy, and a positive mindset. Below are some morning habits that you can adopt to start your day in the best way possible.</p>



<p><strong>Từ vựng mới:</strong></p>



<ol class="wp-block-list">
<li><strong>Habits</strong> /ˈhæbɪts/ (n) &#8211; thói quen<br>→ &#8220;Good habits lead to success.&#8221; (Thói quen tốt dẫn đến thành công.)</li>



<li><strong>Mood</strong> /muːd/ (n) &#8211; tâm trạng<br>→ &#8220;Your mood affects your productivity.&#8221; (Tâm trạng của bạn ảnh hưởng đến năng suất làm việc.)</li>



<li><strong>Productivity</strong> /ˌprɒdʌkˈtɪvɪti/ (n) &#8211; năng suất<br>→ &#8220;A good morning routine boosts productivity.&#8221; (Một thói quen buổi sáng tốt sẽ tăng năng suất.)</li>



<li><strong>Focus</strong> /ˈfəʊkəs/ (n) &#8211; sự tập trung<br>→ &#8220;Focus is essential for achieving goals.&#8221; (Sự tập trung rất cần thiết để đạt được mục tiêu.)</li>



<li><strong>Mindset</strong> /ˈmaɪndset/ (n) &#8211; tư duy<br>→ &#8220;A positive mindset helps you stay motivated.&#8221; (Tư duy tích cực giúp bạn giữ động lực.)</li>



<li></li>
</ol>



<p>Firstly, waking up early is one of the most important habits. Successful individuals typically rise before dawn, giving themselves quiet time to think and plan for the day ahead. This time not only helps them be more proactive but also provides opportunities for personal activities like meditation, reading, or exercising.</p>



<p><strong>Từ vựng mới:</strong></p>



<ol class="wp-block-list">
<li><strong>Waking up</strong> /ˈweɪkɪŋ ʌp/ (v) &#8211; thức dậy<br>→ &#8220;Waking up early gives you more time for yourself.&#8221; (Thức dậy sớm cho bạn nhiều thời gian hơn cho bản thân.)</li>



<li><strong>Rise</strong> /raɪz/ (v) &#8211; đứng lên, thức dậy<br>→ &#8220;She rises at 5 a.m. every day.&#8221; (Cô ấy thức dậy lúc 5 giờ sáng mỗi ngày.)</li>



<li><strong>Dawn</strong> /dɔːn/ (n) &#8211; bình minh<br>→ &#8220;They wake up before dawn.&#8221; (Họ thức dậy trước bình minh.)</li>



<li><strong>Proactive</strong> /prəʊˈæktɪv/ (adj) &#8211; chủ động<br>→ &#8220;Being proactive helps in planning your day.&#8221; (Chủ động giúp lên kế hoạch cho ngày của bạn.)</li>



<li><strong>Meditation</strong> /ˌmɛdɪˈteɪʃən/ (n) &#8211; thiền định<br>→ &#8220;Meditation can calm your mind.&#8221; (Thiền định có thể làm dịu tâm trí bạn.)</li>
</ol>



<h2 class="wp-block-heading">Bài tập luyện tập:</h2>



<ul class="wp-block-list">
<li><strong>Câu hỏi dịch:</strong> Dịch đoạn sau sang tiếng Việt:<br>&#8220;Physical activity in the morning is also essential. Exercise not only keeps the body healthy but also stimulates the production of endorphins, the hormone that brings happiness.&#8221;</li>



<li><strong>Điền từ vào chỗ trống:</strong>
<ol class="wp-block-list">
<li>A good morning _______ can boost your mood.<br>(routine, productivity, focus)</li>



<li>Waking up early gives you _______ time to plan your day.<br>(active, quiet, busy)</li>
</ol>
</li>
</ul>



<h2 class="wp-block-heading">Bài nghe Listening</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Transform Your Day with These Powerful Morning Habits" width="500" height="281" src="https://www.youtube.com/embed/Jl9XPYiwaRM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Every morning, the habits we practice can shape our mood and productivity for the entire day. Successful people often have simple yet effective morning routines that help them maintain focus, energy, and a positive mindset. Below are some morning habits that you can adopt to start your day in the best way possible.</p>



<p>Firstly, waking up early is one of the most important habits. Successful individuals typically rise before dawn, giving themselves quiet time to think and plan for the day ahead. This time not only helps them be more proactive but also provides opportunities for personal activities like meditation, reading, or exercising.</p>



<p>Physical activity in the morning is also essential. Exercise not only keeps the body healthy but also stimulates the production of endorphins, the hormone that brings happiness. Even a light workout like yoga or a walk will help you feel energized and ready to face the day’s challenges.</p>



<p>Breakfast is the most important meal of the day, and successful people never skip it. A nutritious breakfast, including whole grains, protein, and fruits, provides the necessary energy for the body and brain, helping you stay focused and productive throughout the day.</p>



<p>Mindful meditation is also a common morning habit. Taking just a few minutes to sit still, breathe deeply, and focus on the present can reduce stress and improve concentration. This not only helps you start your day calmly but also creates a positive mood.</p>



<p>Additionally, writing down what you’re grateful for in the morning is a great way to nurture your soul. This practice helps you focus on the good things in life, fostering a positive attitude and encouraging self-motivation.</p>



<p>Lastly, limiting phone use for the first two hours after waking up is highly recommended. Instead, spend time on healthy activities such as reading, journaling, or enjoying a cup of tea. This not only saves time but also creates space for positive and creative thinking.</p>



<p>In conclusion, building healthy morning habits not only improves your health but also generates positive energy and a good mood for the entire day. Start your morning with positive actions and experience the difference in your life.</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/bai-hoc-tieng-anh-thoi-quen-buoi-sang-de-co-mot-ngay-hieu-qua/">Bài học tiếng Anh: Thói quen buổi sáng để có một ngày hiệu quả</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/bai-hoc-tieng-anh-thoi-quen-buoi-sang-de-co-mot-ngay-hieu-qua/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Trắc nghiệm động vật bằng tiếng Anh (phần 2)</title>
		<link>https://nhatphuc.com/trac-nghiem-dong-vat-bang-tieng-anh-phan-2/</link>
					<comments>https://nhatphuc.com/trac-nghiem-dong-vat-bang-tieng-anh-phan-2/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Wed, 20 Dec 2023 07:12:17 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<category><![CDATA[Trắc nghiệm động vật]]></category>
		<category><![CDATA[từ vựng tiếng Anh động vật]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=11949</guid>

					<description><![CDATA[<p>Từ vựng tiếng Anh động vật mang đến cho chúng ta hiểu biết sâu rộng [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/trac-nghiem-dong-vat-bang-tieng-anh-phan-2/">Trắc nghiệm động vật bằng tiếng Anh (phần 2)</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Từ vựng tiếng Anh động vật mang đến cho chúng ta hiểu biết sâu rộng về thế giới tự nhiên.</p>



<p>Ôn tập từ vựng</p>



<figure class="wp-block-table aligncenter is-style-stripes"><table><thead><tr><th>Tiếng Anh</th><th>Tiếng Việt</th><th>Emoji</th></tr></thead><tbody><tr><td>Tiger</td><td>Hổ</td><td>🐅</td></tr><tr><td>Lion</td><td>Sư tử</td><td>🦁</td></tr><tr><td>Bear</td><td>Gấu</td><td>🐻</td></tr><tr><td>Wolf</td><td>Sói</td><td>🐺</td></tr><tr><td>Giraffe</td><td>Hươu cao cổ</td><td>🦒</td></tr><tr><td>Zebra</td><td>Ngựa vằn</td><td>🦓</td></tr><tr><td>Tiger</td><td>Hổ</td><td>🐅</td></tr><tr><td>Leopard</td><td>Báo</td><td>🐆</td></tr><tr><td>Hummingbird</td><td>Chim ruồi</td><td></td></tr><tr><td>Sparrow</td><td>Chim sẻ</td><td></td></tr><tr><td>Canary</td><td>Chim hoa mi</td><td></td></tr><tr><td>Pigeon</td><td>Bồ câu</td><td>🕊️</td></tr><tr><td>Bat</td><td>Dơi</td><td>🦇</td></tr><tr><td>Monkey</td><td>Khỉ</td><td>🐒</td></tr><tr><td>Sloth</td><td>Lười</td><td>🦥</td></tr><tr><td>Parrot</td><td>Vẹt</td><td>🦜</td></tr><tr><td>Grizzly Bear</td><td>Gấu nâu</td><td>🐻</td></tr><tr><td>Polar Bear</td><td>Gấu Bắc Cực</td><td>🐻‍❄️</td></tr><tr><td>Panda Bear</td><td>Gấu trúc</td><td>🐼</td></tr><tr><td>Black Bear</td><td>Gấu đen</td><td>🐻</td></tr><tr><td>Pelican</td><td>Pelican</td><td></td></tr><tr><td>Flamingo</td><td>Hồng hạc</td><td>🦩</td></tr><tr><td>Swan</td><td>Thiên nga</td><td>🦢</td></tr><tr><td>Heron</td><td>Diệc</td><td></td></tr><tr><td>Rhino</td><td>Tê giác</td><td>🦏</td></tr><tr><td>Hippo</td><td>Hà mã</td><td>🦛</td></tr><tr><td>Elephant</td><td>Voi</td><td>🐘</td></tr><tr><td>Buffalo</td><td>Trâu</td><td>🐃</td></tr><tr><td>Koala</td><td>Koala</td><td>🐨</td></tr><tr><td>Lemur</td><td>Vượn cáo</td><td>🐒</td></tr><tr><td>Panda</td><td>Gấu trúc</td><td>🐼</td></tr><tr><td>Eagle</td><td>Đại bàng</td><td>🦅</td></tr><tr><td>Parrot</td><td>Vẹt</td><td>🦜</td></tr><tr><td>Owl</td><td>Cú mèo</td><td>🦉</td></tr><tr><td>Penguin</td><td>Chim cánh cụt</td><td>🐧</td></tr><tr><td>Koala</td><td>Koala</td><td>🐨</td></tr><tr><td>Sloth</td><td>Lười</td><td>🦥</td></tr><tr><td>Monkey</td><td>Khỉ</td><td>🐒</td></tr><tr><td>Raccoon</td><td>Gấu mèo</td><td>🦝</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Thi trắc nghiệm</h2>



<p>[HDquiz quiz = &#8220;1759&#8221;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/trac-nghiem-dong-vat-bang-tieng-anh-phan-2/">Trắc nghiệm động vật bằng tiếng Anh (phần 2)</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/trac-nghiem-dong-vat-bang-tieng-anh-phan-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cách dịch hình ảnh trên PC cực dễ dàng</title>
		<link>https://nhatphuc.com/cach-dich-hinh-anh-tren-pc-cuc-de-dang/</link>
					<comments>https://nhatphuc.com/cach-dich-hinh-anh-tren-pc-cuc-de-dang/#comments</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 17:13:35 +0000</pubDate>
				<category><![CDATA[Khám phá]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Học tiếng Anh]]></category>
		<category><![CDATA[Tiện ích mở rộng]]></category>
		<guid isPermaLink="false">http://nhatphuc.com/?p=1271</guid>

					<description><![CDATA[<p>Translate Man Plus là tiện ích mở rộng chỉ mới ra mắt hồi đầu tháng [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/cach-dich-hinh-anh-tren-pc-cuc-de-dang/">Cách dịch hình ảnh trên PC cực dễ dàng</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Translate Man Plus là tiện ích mở rộng chỉ mới ra mắt hồi đầu tháng 1/2020 vừa qua nhưng đã nhanh chóng được cộng đồng yêu thích nhờ tính năng đồ đáo là hỗ trợ dịch hình ảnh trên PC cũng như hỗ trợ cả file PDF, bấm chuột phải để dịch,&#8230; mà người dùng nào cũng cần.</p>
<p>Đầu tiên, để bắt đầu dịch hình ảnh trên PC, bạn hãy cài đặt tiện ích Translate Man Plus lên Chrome theo liên kết bên dưới:</p>
<p>[appbox chromewebstore fmiefmaepcnjahoajkfckenfngfehhma simple]</p>
<p>Sau khi cài xong, bạn hãy bấm vào biểu tượng vừa được tạo ra để cấu hình. Trong đó bạn hãy chọn ngôn ngữ đích là Vietnamese để dịch thuật. Ngoài ra bạn hãy lưu ý biểu tượng crop được đánh dấu hình mũi tên bên dưới.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1272" src="http://nhatphuc.com/wp-content/uploads/2020/01/Translate-Man-Plus-1.jpg" alt="Cách dịch hình ảnh trên PC cực dễ dàng 6" width="313" height="234" title="Cách dịch hình ảnh trên PC cực dễ dàng 6"></p>
<p>Để dịch hình ảnh trên máy tính, bạn hãy bấm vào biểu tượng này, kéo chọn vùng hình ảnh có nội dung cần dịch. Sau khi chọn xong thì Translate Man Plus sẽ tự động nhận dạng chữ viết và trích xuất ra text cho bạn, sau đó hỗ trợ luôn cho bạn dịch qua tiếng Việt nếu cần như ảnh dưới.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1273" src="http://nhatphuc.com/wp-content/uploads/2020/01/Translate-Man-Plus-3.jpg" alt="Cách dịch hình ảnh trên PC cực dễ dàng 7" width="546" height="355" title="Cách dịch hình ảnh trên PC cực dễ dàng 7" srcset="https://nhatphuc.com/wp-content/uploads/2020/01/Translate-Man-Plus-3.jpg 546w, https://nhatphuc.com/wp-content/uploads/2020/01/Translate-Man-Plus-3-320x208.jpg 320w" sizes="auto, (max-width: 546px) 100vw, 546px" /></p>
<p>Như các bạn thấy mình đã tìm một hình ảnh trên Google Image là một bức thư và translate Man Plus dễ dàng nhận dạng chữ viết trong bức thư, sau đó còn dịch luôn qua tiếng Việt cho bạn. Dĩ nhiên nếu bạn đang đọc một quyển sách PDF thì tính năng này thậm chí còn lợi hại hơn khi giúp bạn có thể &#8220;chuyển thể&#8221; ngôn ngữ dễ dàng.</p>
<p>Hy vọng tiện ích dịch hình ảnh trên PC cực dễ dàng này sẽ giúp ích cho bạn. Chúc bạn thành công!</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/cach-dich-hinh-anh-tren-pc-cuc-de-dang/">Cách dịch hình ảnh trên PC cực dễ dàng</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/cach-dich-hinh-anh-tren-pc-cuc-de-dang/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
