{"id":6360,"date":"2026-02-09T15:32:57","date_gmt":"2026-02-09T08:32:57","guid":{"rendered":"https:\/\/inter.mut.ac.th\/?page_id=6360"},"modified":"2026-02-25T13:52:34","modified_gmt":"2026-02-25T06:52:34","slug":"english-proficiency-guidelines","status":"publish","type":"page","link":"https:\/\/inter.mut.ac.th\/zh\/english-proficiency-guidelines\/","title":{"rendered":"English Proficiency Guidelines"},"content":{"rendered":"\n<div id=\"mut-english-widget-wrapper\">\n    \n    <style>\n        \/* Scoped Variables *\/\n        #mut-english-widget-wrapper {\n            --mut-primary: #0f172a;      \/* Navy Blue *\/\n            --mut-accent: #FEE300;       \/* Yellow *\/\n            --mut-bg-light: #f8fafc;     \/* Light Gray *\/\n            --mut-white: #ffffff;\n            --mut-success: #15803d;      \/* Green *\/\n            --mut-error: #b91c1c;        \/* Red *\/\n            --mut-text: #334155;         \/* Dark Gray Text *\/\n            --mut-muted: #64748b;        \/* Muted Text *\/\n            \n            font-family: 'Inter', sans-serif; \/* Recommended English Font *\/\n            color: var(--mut-text);\n            line-height: 1.6;\n            background-color: var(--mut-bg-light);\n            padding: 0;\n            border-radius: 8px;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        #mut-english-widget-wrapper * {\n            box-sizing: border-box;\n        }\n\n        #mut-english-widget-wrapper h2, \n        #mut-english-widget-wrapper h3, \n        #mut-english-widget-wrapper p, \n        #mut-english-widget-wrapper ul, \n        #mut-english-widget-wrapper li {\n            margin-top: 0;\n        }\n\n        \/* --- Header Section --- *\/\n        .mut-eng-hero {\n            background: linear-gradient(135deg, #8c1a11 0%, #8c1a11 100%);\n            color: var(--mut-white);\n            padding: 40px 20px 60px;\n            text-align: center;\n            border-bottom: 4px solid var(--mut-accent);\n            border-radius: 8px 8px 0 0;\n        }\n\n        .mut-eng-hero h2 {\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-weight: 700;\n            color: var(--mut-white) !important;\n            margin-bottom: 10px;\n        }\n\n        .mut-eng-hero p {\n            font-size: 1rem;\n            opacity: 0.9;\n            color: #cbd5e1 !important;\n        }\n\n        \/* --- Toggle Switch --- *\/\n        .mut-eng-toggle-container {\n            display: flex;\n            justify-content: center;\n            margin-top: 25px;\n        }\n\n        .mut-eng-toggle-box {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 4px;\n            border-radius: 50px;\n            display: inline-flex;\n            gap: 5px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        .mut-eng-btn-toggle {\n            padding: 8px 20px;\n            border-radius: 40px;\n            border: none;\n            cursor: pointer;\n            font-size: 0.95rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            background: transparent;\n            color: rgba(255, 255, 255, 0.7);\n            font-family: inherit;\n        }\n\n        .mut-eng-btn-toggle.active {\n            background: var(--mut-accent);\n            color: #0f172a;\n        }\n\n        .mut-eng-btn-toggle:hover:not(.active) {\n            color: var(--mut-white);\n        }\n\n        \/* --- Main Content --- *\/\n        .mut-eng-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .mut-eng-status-text {\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 0.9rem;\n            color: var(--mut-muted);\n        }\n\n        \/* --- Grid --- *\/\n        .mut-eng-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        \/* --- Card --- *\/\n        .mut-eng-card {\n            background: var(--mut-white);\n            border-radius: 16px;\n            padding: 25px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            border: 1px solid #e2e8f0;\n            transition: transform 0.2s;\n        }\n\n        .mut-eng-card:hover { transform: translateY(-4px); }\n\n        .mut-eng-badge {\n            display: inline-block;\n            background: #434C5D;\n            color: #fbfbfc;\n            font-size: 0.75rem;\n            font-weight: 700;\n            padding: 4px 10px;\n            border-radius: 6px;\n            margin-bottom: 12px;\n            text-transform: uppercase;\n        }\n\n        .mut-eng-card h3 {\n            font-size: 1.2rem;\n            color: var(--mut-primary);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        \/* --- Score Box --- *\/\n        .mut-eng-score-box {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 10px;\n            padding: 10px 15px;\n            border-radius: 8px;\n        }\n\n        .mut-score-display {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 10px;\n            padding: 12px;\n            border-radius: 10px;\n        }\n        \n        .mut-eng-pass { background: #f0fdf4; border: 1px solid #dcfce7; color: var(--mut-success); }\n        .mut-eng-fail { background: #fef2f2; border: 1px solid #fee2e2; color: var(--mut-error); }\n        \n        .mut-eng-score-num { font-size: 1.2rem; font-weight: 700; }\n        .mut-eng-score-label { font-size: 0.85rem; font-weight: 600; }\n\n        \/* --- Table --- *\/\n        .mut-eng-table { width: 100%; border-collapse: collapse; margin-top: 5px; }\n        .mut-eng-table td { \n            padding: 10px 0; \n            border-bottom: 1px solid #f1f5f9; \n            font-size: 0.95rem; \n            color: var(--mut-text);\n        }\n        .mut-eng-table tr:last-child td { border-bottom: none; }\n        .mut-eng-table td:last-child { text-align: right; font-weight: 700; color: var(--mut-primary); }\n\n        \/* --- Checker --- *\/\n        .mut-eng-checker {\n            background: var(--mut-white);\n            border-radius: 16px;\n            padding: 30px;\n            border: 1px solid #e2e8f0;\n            text-align: center;\n        }\n\n        .mut-eng-checker-inputs {\n            display: flex;\n            gap: 10px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin: 20px 0;\n        }\n\n        .mut-eng-input, .mut-eng-select {\n            padding: 12px;\n            border: 2px solid #cbd5e1;\n            border-radius: 8px;\n            font-size: 1rem;\n            min-width: 200px;\n            font-family: inherit;\n        }\n\n        .mut-eng-btn-check {\n            background: var(--mut-accent);\n            color: var(--mut-primary);\n            border: none;\n            padding: 12px 24px;\n            border-radius: 8px;\n            font-size: 1rem;\n            cursor: pointer;\n            font-weight: 600;\n            font-family: inherit;\n            transition: background 0.2s;\n        }\n\n        .mut-eng-btn-check:hover {\n            background: #334155;\n            color: #ffffff; \n            transition: all 0.3s ease;\n        }\n\n        .mut-eng-result {\n            margin-top: 15px;\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: 700;\n            display: none;\n        }\n\n        .mut-hero-cover {\n            width: 100%;\n            object-fit: cover;       \/* \u0e2a\u0e33\u0e04\u0e31\u0e0d! \u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e23\u0e39\u0e1b\u0e44\u0e21\u0e48\u0e40\u0e1a\u0e35\u0e49\u0e22\u0e27\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e22\u0e37\u0e14\u0e2b\u0e14\u0e41\u0e04\u0e48\u0e44\u0e2b\u0e19 *\/\n            object-position: center; \/* \u0e08\u0e31\u0e14\u0e43\u0e2b\u0e49\u0e08\u0e38\u0e14\u0e01\u0e36\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07\u0e20\u0e32\u0e1e\u0e2d\u0e22\u0e39\u0e48\u0e15\u0e23\u0e07\u0e01\u0e25\u0e32\u0e07\u0e40\u0e2a\u0e21\u0e2d *\/\n            border-radius: 8px;\n            margin-bottom: 30px;\n            \/* \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e39\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d (Mobile First) *\/\n            height: 300px;           \n        }\n\n        .mut-eng-info-box {\n            background: var(--mut-white, #ffffff); \/* \u0e43\u0e2a\u0e48 Fallback color \u0e40\u0e1c\u0e37\u0e48\u0e2d\u0e44\u0e27\u0e49 *\/\n            border-radius: 16px;\n            padding: 30px;\n            border: 1px solid #e2e8f0;\n            text-align: center;\n            \n            \/* \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21\u0e02\u0e36\u0e49\u0e19 *\/\n            margin: 20px 0;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n        }\n\n        @media (max-width: 768px) {\n            .mut-hero-cover {\n                height: 300px; \/* \u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e2a\u0e39\u0e07\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e2d\u0e22\u0e39\u0e48\u0e1a\u0e19\u0e08\u0e2d\u0e04\u0e2d\u0e21 *\/\n            }\n\n            .mut-eng-checker-inputs { flex-direction: column; }\n            .mut-eng-input, .mut-eng-select, .mut-eng-btn-check { width: 100%; }\n        }\n\n    <\/style>\n\n    <div class=\"mut-eng-hero\">\n        <img decoding=\"async\" src=\"..\/wp-content\/themes\/mutic\/assets\/English_Proficiency\/englsih_proficiency2.png\" class=\"mut-hero-cover\" alt=\"MUT English Proficiency\"\">\n\n        <h2>MUT English Proficiency<\/h2>\n        <p>Guidelines &#038; Score Criteria for Academic Year 2025<\/p>\n        \n        <div class=\"mut-eng-toggle-container\">\n            <div class=\"mut-eng-toggle-box\">\n                <button class=\"mut-eng-btn-toggle active\" onclick=\"mutEngSetLevel('undergrad', this)\">\n                    \ud83c\udf93 Undergraduate (B2)\n                <\/button>\n                <button class=\"mut-eng-btn-toggle\" onclick=\"mutEngSetLevel('grad', this)\">\n                    \ud83d\udcdc Graduate Studies (C1)\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"mut-eng-container\">\n        <div class=\"mut-eng-status-text\">\n            Showing criteria for: <span id=\"mut-eng-level-text\" style=\"font-weight: bold; color: var(--mut-primary);\">Undergraduate Level<\/span>\n        <\/div>\n\n        <div class=\"mut-eng-grid\">\n            <div class=\"mut-eng-card\">\n                <span class=\"mut-eng-badge\">Internal Exam<\/span>\n                <h3 id=\"mut-exam-code\">ENGL1000: English Exit Exam<\/h3>\n                <div class=\"mut-eng-score-box mut-eng-pass\">\n                    <span class=\"mut-eng-score-label\">PASS<\/span>\n                    <span class=\"mut-eng-score-num\" id=\"mut-pass-score\">77 &#8211; 100<\/span>\n                <\/div>\n                <div class=\"mut-eng-score-box mut-eng-fail\">\n                    <span class=\"mut-eng-score-label\">FAIL<\/span>\n                    <span class=\"mut-eng-score-num\" id=\"mut-fail-score\">0 &#8211; 76<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"mut-eng-card\">\n                <span class=\"mut-eng-badge\">Course Pathway<\/span>\n                <h3 id=\"mut-course-code\">ENGL1001: English for Undergraduate Studies<\/h3>\n                <div class=\"mut-score-display mut-eng-pass\" style=\"background: #f8fafc; border-color: #e2e8f0; color: var(--text-main);\">\n                    <span class=\"label\"><strong>Condition:<\/strong><\/span>\n                    <span class=\"label\"><Strong>Enrollment<\/Strong><\/span>\n                <\/div>\n                <ul style=\"padding-left: 20px; font-size: 0.9rem; color: var(--mut-muted);\">\n                    <li><strong>S (Satisfactory):<\/strong> Passed criteria<\/li>\n                    <li><strong>U (Unsatisfactory):<\/strong> Failed criteria<\/li>\n                <\/ul>\n                <p style=\" font-size: 0.9rem; color: var(--mut-muted);\">*Starts Semester 1\/2026<\/p>\n            <\/div>\n\n            <div class=\"mut-eng-card\">\n                <span class=\"mut-eng-badge\">Standardized Tests<\/span>\n                <h3>External Scores<\/h3>\n                <table class=\"mut-eng-table\">\n                    <tr><td>TOEIC (L&#038;R)<\/td><td id=\"mut-sc-toeic\">785 &#8211; 990<\/td><\/tr>\n                    <tr><td>TOEFL iBT<\/td><td id=\"mut-sc-toefl\">72 &#8211; 120<\/td><\/tr>\n                    <tr><td>IELTS<\/td><td id=\"mut-sc-ielts\">5.5 &#8211; 9.0<\/td><\/tr>\n                <\/table>\n                <p style=\" font-size: 0.9rem; color: var(--mut-muted);\">*Valid for 2 years<\/p>\n            <\/div>\n        <\/div>\n\n        <p style=\" font-size: 0.9rem; color: var(--mut-muted);\">*These credit transfer rules apply to the 2025 intake (Student ID 68) and subsequent batches.<\/p>\n\n        <div class=\"mut-eng-checker\">\n            <h3 style=\"color: var(--mut-primary); margin-bottom: 5px;\">Eligibility Checker<\/h3>\n            <p style=\"font-size: 0.9rem; color: var(--mut-muted); margin-bottom: 15px;\">Select test type and enter your score to verify status.<\/p>\n            \n            <div class=\"mut-eng-checker-inputs\">\n                <select id=\"mut-test-type\" class=\"mut-eng-select\">\n                    <option value=\"mut\">MUT Internal Exam<\/option>\n                    <option value=\"toeic\">TOEIC<\/option>\n                    <option value=\"toefl\">TOEFL iBT<\/option>\n                    <option value=\"ielts\">IELTS<\/option>\n                <\/select>\n                <input type=\"number\" id=\"mut-user-score\" class=\"mut-eng-input\" placeholder=\"Enter your score\" step=\"0.5\">\n                <button class=\"mut-eng-btn-check\" onclick=\"mutEngCheckScore()\">Check Status<\/button>\n            <\/div>\n            <div id=\"mut-result-box\" class=\"mut-eng-result\"><\/div>\n        <\/div>\n\n        <div id=\"mut-requirement-container\"><\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Data Object (English)\n    const mutEngData = {\n        undergrad: {\n            title: \"Undergraduate Level (Bachelor's)\",\n            examCode: \"ENGL1000: English Exit Exam\",\n            courseCode: \"ENGL1001: English for Undergraduate Studies\",\n            pass: \"77 - 100\",\n            fail: \"0 - 76\",\n            ext: { toeic: \"785 - 990\", toefl: \"72 - 120\", ielts: \"5.5 - 9.0\" },\n            min: { mut: 77, toeic: 785, toefl: 72, ielts: 5.5 }\n        },\n        grad: {\n            title: \"Graduate Studies (Master's & Doctoral)\",\n            examCode: \"ENGL9000; English Proficiency Test\",\n            courseCode: \"ENGL9001: Academic English for Graduate Studies\",\n            pass: \"91 - 100\",\n            fail: \"0 - 90\",\n            ext: { toeic: \"945 - 990\", toefl: \"95 - 120\", ielts: \"7.0 - 8.0\" },\n            min: { mut: 91, toeic: 945, toefl: 95, ielts: 7.0 }\n        }\n    };\n\n    const engReqData = {\n        title: \"English Language Proficiency Requirements for Graduation\",\n        description: \"According to the university regulations, all students must meet the English proficiency standards before graduation as follows\",\n        levels: [\n            {\n                name: \"1. Undergraduate Level:\",\n                requirements: [\n                    \"Submit a standardized test score equivalent to <b>CEFR Level B2<\/b> (Score must be within 2 years of the test date).\",\n                    \"OR Pass <b>ENGL1000 English Exit Exam<\/b> with a minimum score of <b>77\/100<\/b>.\",\n                    \"OR Receive an <b>'S' grade<\/b> (Satisfactory) in <b>ENGL1001 English for Undergraduate Studies<\/b>.\"\n                ]\n            },\n            {\n                name: \"2. Graduate Level:\",\n                requirements: [\n                    \"Submit a standardized test score equivalent to <b>CEFR Level C1<\/b> (Score must be within 2 years of the test date).\",\n                    \"OR Pass <b>ENGL9000 English Proficiency Test<\/b> with a minimum score of <b>91\/100<\/b>.\",\n                    \"OR Receive an <b>'S' grade<\/b> (Satisfactory) in <b>ENGL9001 Academic English for Graduate Studies<\/b>.\"\n                ]\n            }\n        ],\n        cta: {\n            text: \"Click here to inquire about English Exit Exam\",\n            url: \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScRnVXwoeYMc-tl0C_VcK6dAB3aEz6UXJyGeTXbkf7Bu_1yAw\/viewform?usp=dialog\" \/\/ \u0e43\u0e2a\u0e48\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c\u0e08\u0e23\u0e34\u0e07\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\n        }\n    };\n\n    let mutCurrentMode = 'undergrad';\n\n    function mutEngSetLevel(level, btnElement) {\n        mutCurrentMode = level;\n        const data = mutEngData[level];\n\n        \/\/ Toggle Active Button\n        document.querySelectorAll('.mut-eng-btn-toggle').forEach(b => b.classList.remove('active'));\n        btnElement.classList.add('active');\n\n        \/\/ Update Text Content\n        document.getElementById('mut-eng-level-text').innerText = data.title;\n        document.getElementById('mut-exam-code').innerText = data.examCode;\n        document.getElementById('mut-course-code').innerText = data.courseCode;\n        document.getElementById('mut-pass-score').innerText = data.pass;\n        document.getElementById('mut-fail-score').innerText = data.fail;\n\n        \/\/ Update External Scores\n        document.getElementById('mut-sc-toeic').innerText = data.ext.toeic;\n        document.getElementById('mut-sc-toefl').innerText = data.ext.toefl;\n        document.getElementById('mut-sc-ielts').innerText = data.ext.ielts;\n\n        \/\/ Reset Result Box\n        document.getElementById('mut-result-box').style.display = 'none';\n        document.getElementById('mut-user-score').value = '';\n    }\n\n    function mutEngCheckScore() {\n        const type = document.getElementById('mut-test-type').value;\n        const score = parseFloat(document.getElementById('mut-user-score').value);\n        const resultBox = document.getElementById('mut-result-box');\n        const minScore = mutEngData[mutCurrentMode].min[type];\n\n        if (isNaN(score) || score < 0) {\n            alert(\"Please enter a valid positive score.\");\n            return;\n        }\n\n        resultBox.style.display = 'block';\n        \n        if (score >= minScore) {\n            resultBox.innerHTML = `\u2705 <b>PASS<\/b><br><span style=\"font-weight:400; font-size:0.9em\">Your score ${score} meets the requirement (Minimum: ${minScore}).<\/span>`;\n            resultBox.style.backgroundColor = \"#f0fdf4\";\n            resultBox.style.color = \"#15803d\";\n            resultBox.style.border = \"1px solid #dcfce7\";\n        } else {\n            resultBox.innerHTML = `\u274c <b>FAIL<\/b><br><span style=\"font-weight:400; font-size:0.9em\">A minimum score of ${minScore} is required for ${mutCurrentMode === 'undergrad' ? 'Undergraduate' : 'Graduate'} level.<\/span>`;\n            resultBox.style.backgroundColor = \"#fef2f2\";\n            resultBox.style.color = \"#b91c1c\";\n            resultBox.style.border = \"1px solid #fee2e2\";\n        }\n    }\n\n    function renderRequirements() {\n        const container = document.getElementById('mut-requirement-container');\n        \n        \/\/ \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e21\u0e35\u0e15\u0e31\u0e27\u0e41\u0e1b\u0e23 engReqData \u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e33\u0e07\u0e32\u0e19\n        if (typeof engReqData === 'undefined') {\n            console.error(\"Missing engReqData variable\");\n            return;\n        }\n\n        let htmlContent = `\n            <div class=\"mut-eng-info-box\">\n                <h3 style=\"color: var(--mut-primary, #0f172a);); margin-bottom: 15px;\">${engReqData.title}<\/h3>\n                <p style=\"color: var(--mut-muted, #64748b); margin-bottom: 25px;\">${engReqData.description}<\/p>\n                <div style=\"text-align: left; display: inline-block; max-width: 100%;\">\n        `;\n\n        engReqData.levels.forEach(level => {\n            htmlContent += `\n                <h4 style=\"color: var(--mut-primary, #0f172a); margin-top: 20px;\">${level.name}<\/h4>\n                <ul style=\"color: var(--mut-text, #334155); line-height: 1.6;\">\n                    ${level.requirements.map(req => `<li>${req}<\/li>`).join('')}\n                <\/ul>\n            `;\n        });\n\n        htmlContent += `\n                <\/div>\n                <div style=\"margin-top: 30px;\">\n                    <a href=\"${engReqData.cta.url}\" target=\"_blank\" \n                       style=\"display: inline-block; background: var(--mut-accent, #FEE300); color: var(--mut-primary, #0f172a); padding: 12px 24px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: opacity 0.3s;\">\n                       ${engReqData.cta.text}\n                    <\/a>\n                <\/div>\n            <\/div>\n        `;\n\n        container.innerHTML = htmlContent;\n    }\n\n    renderRequirements();\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-6360","page","type-page","status-publish","hentry"],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","trp-custom-language-flag":"","menu-24x24":"","menu-36x36":"","menu-48x48":""},"post_excerpt_stackable_v2":"","category_list_v2":"","author_info_v2":{"name":"intermutadministrator","url":"https:\/\/inter.mut.ac.th\/zh\/author\/intermutadministrator\/"},"comments_num_v2":"0 \u6761\u8bc4\u8bba","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>English Proficiency Guidelines - International College<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/inter.mut.ac.th\/zh\/english-proficiency-guidelines\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"English Proficiency Guidelines - International College\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inter.mut.ac.th\/zh\/english-proficiency-guidelines\/\" \/>\n<meta property=\"og:site_name\" content=\"International College\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T06:52:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/english-proficiency-guidelines\\\/\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/english-proficiency-guidelines\\\/\",\"name\":\"English Proficiency Guidelines - International College\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#website\"},\"datePublished\":\"2026-02-09T08:32:57+00:00\",\"dateModified\":\"2026-02-25T06:52:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/english-proficiency-guidelines\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/inter.mut.ac.th\\\/english-proficiency-guidelines\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/english-proficiency-guidelines\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/inter.mut.ac.th\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"English Proficiency Guidelines\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#website\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/\",\"name\":\"Mahanakorn University | International College\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/inter.mut.ac.th\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#organization\",\"name\":\"Mahanakorn University International College\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mutic.mut.ac.th\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_red.png\",\"contentUrl\":\"https:\\\/\\\/www.mutic.mut.ac.th\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_red.png\",\"width\":1208,\"height\":250,\"caption\":\"Mahanakorn University International College\"},\"image\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"English Proficiency Guidelines - International College","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/inter.mut.ac.th\/zh\/english-proficiency-guidelines\/","og_locale":"zh_CN","og_type":"article","og_title":"English Proficiency Guidelines - International College","og_url":"https:\/\/inter.mut.ac.th\/zh\/english-proficiency-guidelines\/","og_site_name":"International College","article_modified_time":"2026-02-25T06:52:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inter.mut.ac.th\/english-proficiency-guidelines\/","url":"https:\/\/inter.mut.ac.th\/english-proficiency-guidelines\/","name":"English Proficiency Guidelines - International College","isPartOf":{"@id":"https:\/\/inter.mut.ac.th\/#website"},"datePublished":"2026-02-09T08:32:57+00:00","dateModified":"2026-02-25T06:52:34+00:00","breadcrumb":{"@id":"https:\/\/inter.mut.ac.th\/english-proficiency-guidelines\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inter.mut.ac.th\/english-proficiency-guidelines\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inter.mut.ac.th\/english-proficiency-guidelines\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inter.mut.ac.th\/"},{"@type":"ListItem","position":2,"name":"English Proficiency Guidelines"}]},{"@type":"WebSite","@id":"https:\/\/inter.mut.ac.th\/#website","url":"https:\/\/inter.mut.ac.th\/","name":"Mahanakorn University | International College","description":"","publisher":{"@id":"https:\/\/inter.mut.ac.th\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inter.mut.ac.th\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/inter.mut.ac.th\/#organization","name":"Mahanakorn University International College","url":"https:\/\/inter.mut.ac.th\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/inter.mut.ac.th\/#\/schema\/logo\/image\/","url":"https:\/\/www.mutic.mut.ac.th\/wp-content\/uploads\/2021\/02\/logo_red.png","contentUrl":"https:\/\/www.mutic.mut.ac.th\/wp-content\/uploads\/2021\/02\/logo_red.png","width":1208,"height":250,"caption":"Mahanakorn University International College"},"image":{"@id":"https:\/\/inter.mut.ac.th\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/comments?post=6360"}],"version-history":[{"count":24,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6360\/revisions"}],"predecessor-version":[{"id":6441,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6360\/revisions\/6441"}],"wp:attachment":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/media?parent=6360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}