{"id":9070,"date":"2023-08-07T15:42:54","date_gmt":"2023-08-07T07:42:54","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=9070"},"modified":"2026-07-26T18:08:55","modified_gmt":"2026-07-26T10:08:55","slug":"chinese-grammar","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/","title":{"rendered":"GRAMMAR INDEX"},"content":{"rendered":"\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Grammar \u2014 OneDotDot Chinese<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&amp;family=Noto+Serif+TC:wght@500;700&amp;family=Inter:wght@400;500;600&amp;family=Noto+Sans+TC:wght@400;500&amp;family=IBM+Plex+Mono:wght@500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper: #FFFFFF;\n    --paper-warm: #F6F5F0;\n    --ink: #1F2A22;\n    --ink-soft: #566058;\n    --moss: #47604F;\n    --moss-deep: #2C3F31;\n    --coral: #D8623A;\n    --gold: #BE9339;\n    --card: #FFFFFF;\n    --line: rgba(31,42,34,0.13);\n    --line-strong: rgba(31,42,34,0.26);\n    --radius: 14px;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Inter','Noto Sans TC',sans-serif;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  a{color:inherit;}\n  :focus-visible{outline:2px solid var(--coral); outline-offset:3px;}\n\n  .wrap{max-width:1100px; margin:0 auto; padding:0 28px;}\n\n  \/* ---------- top bar ---------- *\/\n  .topbar{\n    display:flex; align-items:center;\n    padding:22px 0; border-bottom:1px solid var(--line);\n  }\n  .brand{\n    display:flex; align-items:center; gap:10px;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.05rem; letter-spacing:.02em;\n  }\n  .brand .dot{color:var(--coral); font-size:1.3rem; line-height:0;}\n\n  \/* ---------- hero ---------- *\/\n  .hero{padding:64px 0 28px; text-align:center;}\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace; font-size:.75rem; letter-spacing:.14em;\n    color:var(--moss); margin:0 0 18px;\n  }\n  h1.title{\n    font-family:'Noto Serif TC', serif; font-weight:700;\n    font-size:clamp(2.6rem, 5.5vw, 3.8rem); margin:0 0 6px; color:var(--ink);\n    letter-spacing:.03em;\n  }\n  .subtitle{\n    max-width:500px; margin:18px auto 0; font-size:.98rem; color:var(--ink-soft);\n  }\n\n  \/* dot trail signature \u2014 grows from beginner to advanced *\/\n  .dot-trail{\n    display:flex; align-items:center; justify-content:center; gap:9px;\n    margin:34px 0 8px; flex-wrap:wrap;\n  }\n  .dot-trail span.d{\n    display:inline-block; border-radius:50%; background:var(--gold);\n    opacity:.32;\n  }\n  .dot-trail span.d:nth-child(1){width:5px;height:5px;}\n  .dot-trail span.d:nth-child(2){width:7px;height:7px; opacity:.42;}\n  .dot-trail span.d:nth-child(3){width:9px;height:9px; opacity:.5;}\n  .dot-trail span.d:nth-child(4){width:11px;height:11px; opacity:.6;}\n  .dot-trail span.d:nth-child(5){width:13px;height:13px; opacity:.72; background:var(--coral);}\n  .dot-trail span.d:nth-child(6){width:16px;height:16px; opacity:.84; background:var(--coral);}\n  .dot-trail span.d:nth-child(7){width:18px;height:18px; opacity:.92; background:var(--coral);}\n  .dot-trail span.d:nth-child(8){width:21px;height:21px; opacity:1; background:var(--coral);}\n  .trail-labels{\n    display:flex; justify-content:space-between; max-width:260px; margin:0 auto 56px;\n    font-family:'IBM Plex Mono', monospace; font-size:.68rem; color:var(--ink-soft); opacity:.7;\n  }\n\n  \/* ---------- category grid ---------- *\/\n  .section-head{margin-bottom:22px;}\n  .section-head h2{\n    font-family:'Fraunces', serif; font-weight:600; font-size:1.4rem; margin:0 0 6px;\n  }\n  .section-head p{margin:0; color:var(--ink-soft); font-size:.92rem;}\n\n  .grid{\n    display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; margin-bottom:56px;\n  }\n  .card{\n    position:relative; display:flex; flex-direction:column; gap:14px;\n    background:var(--card); border:1px solid var(--line); border-radius:var(--radius);\n    padding:24px 20px 20px; text-decoration:none; color:var(--ink);\n    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n  }\n  .card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 14px 28px -18px rgba(31,42,34,0.28);\n    border-color:var(--line-strong);\n  }\n  .badge{\n    width:48px; height:48px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.2rem; color:var(--moss-deep);\n    background:var(--paper-warm);\n    border:1.5px dashed var(--line-strong);\n    transition:transform .25s ease;\n  }\n  .card:hover .badge{transform:rotate(-6deg) scale(1.06); color:var(--coral); border-color:var(--coral);}\n  .card h3{\n    margin:0; font-family:'Fraunces', serif; font-weight:600; font-size:1rem;\n  }\n  .card h3 .cn{\n    display:block; font-family:'Noto Serif TC', serif; font-weight:500;\n    font-size:.8rem; color:var(--ink-soft); margin-top:4px;\n  }\n  .card p.desc{margin:0; font-size:.83rem; color:var(--ink-soft); flex:1;}\n  .card .go{\n    font-family:'IBM Plex Mono', monospace; font-size:.7rem; color:var(--coral);\n    display:inline-flex; align-items:center; gap:6px;\n  }\n  .card .go svg{width:12px; height:12px; transition:transform .2s ease;}\n  .card:hover .go svg{transform:translateX(3px);}\n\n  \/* ---------- practice callout ---------- *\/\n  .callout{\n    display:flex; align-items:center; justify-content:space-between; gap:20px;\n    background:var(--moss-deep); color:#F7F3E7; border-radius:var(--radius);\n    padding:26px 30px; margin-bottom:60px; flex-wrap:wrap;\n  }\n  .callout .txt h3{margin:0 0 6px; font-family:'Fraunces', serif; font-weight:600; font-size:1.15rem; color:#ffffff;}\n  .callout .txt p{margin:0; font-size:.88rem; opacity:.85; max-width:420px;}\n  .callout .btn{\n    font-family:'IBM Plex Mono', monospace; font-size:.78rem;\n    background:var(--coral); color:#fff; text-decoration:none;\n    padding:12px 22px; border-radius:999px; white-space:nowrap;\n    transition:transform .18s ease, background .18s ease;\n  }\n  .callout .btn:hover{transform:translateY(-2px); background:#c3552f;}\n\n  footer{\n    border-top:1px solid var(--line); padding:26px 0 40px;\n    font-family:'IBM Plex Mono', monospace; font-size:.72rem; color:var(--ink-soft);\n    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;\n  }\n\n  @media (max-width:960px){\n    .grid{grid-template-columns:repeat(2,1fr);}\n  }\n  @media (max-width:560px){\n    .grid{grid-template-columns:1fr;}\n    .callout{flex-direction:column; align-items:flex-start;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    *{transition:none !important;}\n  }\n<\/style>\n\n\n\n<div class=\"wrap\">\n\n  <div class=\"topbar\">\n    <div class=\"brand\"><span class=\"dot\">\u25cf<\/span> OneDotDot Chinese<\/div>\n  <\/div>\n\n  <div class=\"hero\">\n    <p class=\"eyebrow\">y\u01d4f\u01ce<\/p>\n    <h1 class=\"title\"><span class=\"lang-zh-TW\">\u8a9e<\/span><span class=\"lang-zh-CN\">\u8bed<\/span>\u6cd5<\/h1>\n    <p class=\"subtitle\">Eight stages, from your very first sentence to writing and speaking at a professional level.<\/p>\n\n    <div class=\"dot-trail\" aria-hidden=\"true\">\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n    <\/div>\n    <div class=\"trail-labels\"><span>starting out<\/span><span>advanced<\/span><\/div>\n  <\/div>\n\n  <section aria-label=\"Grammar levels\">\n    <div class=\"section-head\">\n      <h2>Pick your level<\/h2>\n      <p>Each stage builds on the one before it \u2014 start where you are, not where you think you should be.<\/p>\n    <\/div>\n\n    <div class=\"grid\">\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/foundation\/\">\n        <div class=\"badge\">\u57fa<\/div>\n        <h3>Foundation<span class=\"cn\"><span class=\"lang-zh-TW\">\u57fa\u790e<\/span><span class=\"lang-zh-CN\">\u57fa\u7840<\/span><\/span><\/h3>\n        <p class=\"desc\">Word order, tones, and the basic building blocks everything else stands on.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/a1\/\">\n        <div class=\"badge\">\u5165<\/div>\n        <h3>HSK 1 (A1 Level)<span class=\"cn\">\u5165<span class=\"lang-zh-TW\">\u9580<\/span><span class=\"lang-zh-CN\">\u95e8<\/span><\/span><\/h3>\n        <p class=\"desc\">The first grammar patterns every absolute beginner needs.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/a2\/\">\n        <div class=\"badge\">\u521d<\/div>\n        <h3>HSK 2 (A2 Level)<span class=\"cn\">\u521d<span class=\"lang-zh-TW\">\u7d1a<\/span><span class=\"lang-zh-CN\">\u7ea7<\/span><\/span><\/h3>\n        <p class=\"desc\">Longer sentences and the structures of everyday conversation.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/b1\/\">\n        <div class=\"badge\"><span class=\"lang-zh-TW\">\u9032<\/span><span class=\"lang-zh-CN\">\u8fdb<\/span><\/div>\n        <h3>HSK 3 (B1 Level)<span class=\"cn\"><span class=\"lang-zh-TW\">\u9032\u968e<\/span><span class=\"lang-zh-CN\">\u8fdb\u9636<\/span><\/span><\/h3>\n        <p class=\"desc\">Linking clauses together to express more complex ideas.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/b1-hsk4\/\">\n        <div class=\"badge\">\u4e2d<\/div>\n        <h3>HSK 4 (B1 Level)<span class=\"cn\">\u4e2d\u9ad8<span class=\"lang-zh-TW\">\u968e<\/span><span class=\"lang-zh-CN\">\u9636<\/span><\/span><\/h3>\n        <p class=\"desc\">Comparisons, conditions, and finer shades of meaning.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/b2\/\">\n        <div class=\"badge\">\u9ad8<\/div>\n        <h3>HSK 5 (B2 Level)<span class=\"cn\">\u9ad8<span class=\"lang-zh-TW\">\u968e<\/span><span class=\"lang-zh-CN\">\u9636<\/span><\/span><\/h3>\n        <p class=\"desc\">Abstract structures that let you sound genuinely fluent.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/b2-hsk6\/\">\n        <div class=\"badge\">\u7cbe<\/div>\n        <h3>HSK 6 (B2 Level)<span class=\"cn\">\u7cbe\u719f<\/span><\/h3>\n        <p class=\"desc\">Refining precision at a near-native level of control.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/c1-grammar\/\">\n        <div class=\"badge\"><span class=\"lang-zh-TW\">\u5c08<\/span><span class=\"lang-zh-CN\">\u4e13<\/span><\/div>\n        <h3>HSK 7-9 (C1 Level)<span class=\"cn\"><span class=\"lang-zh-TW\">\u5c08\u696d\u7d1a<\/span><span class=\"lang-zh-CN\">\u4e13\u4e1a\u7ea7<\/span><\/span><\/h3>\n        <p class=\"desc\">Formal, academic, and professional-grade grammar.<br><span class=\"lang-zh-TW\">\u4f60\u5176\u5be6\u662f\u53f0\u7063\u4eba\u5427\ud83d\ude0e<\/span><span class=\"lang-zh-CN\">\u4f60\u5176\u5b9e\u662f\u4e2d\u56fd\u4eba\u5427\ud83d\ude0e<\/span><\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n      <\/a>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"callout\">\n    <div class=\"txt\">\n      <h3>Ready to put it into practice?<\/h3>\n      <p>Reading grammar rules only gets you so far \u2014 try applying them with practice exercises.<\/p>\n    <\/div>\n    <a class=\"btn\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/grammar\/\">Go to Practice \u2192<\/a>\n  <\/div>\n\n  <footer>\n    <span>OneDotDot Chinese<\/span>\n    <span>Learn a little Chinese every day<\/span>\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Grammar \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese y\u01d4f\u01ce \u8a9e\u8bed\u6cd5 Eight stages, from your very first sentence to writing and speaking at a professional level. starting outadvanced Pick your level Each stage builds on the one before it \u2014 start where you are, not where you think you should be. \u57fa Foundation\u57fa\u790e\u57fa\u7840 Word order, tones, and&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9070","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GRAMMAR INDEX - OneDotDot Chinese<\/title>\n<meta name=\"description\" content=\"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GRAMMAR INDEX - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-26T10:08:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/chinese-grammar\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/chinese-grammar\\\/\",\"name\":\"GRAMMAR INDEX - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"datePublished\":\"2023-08-07T07:42:54+00:00\",\"dateModified\":\"2026-07-26T10:08:55+00:00\",\"description\":\"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/chinese-grammar\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/chinese-grammar\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/chinese-grammar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GRAMMAR INDEX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"OneDotDot Chinese\",\"description\":\"Learn a little Chinese every day\",\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tiffanysmandarin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\",\"name\":\"tiffany\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"url\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"contentUrl\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"width\":214,\"height\":214,\"caption\":\"tiffany\"},\"logo\":{\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/tiffanys_talk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/tiffany-huang-mandarin\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GRAMMAR INDEX - OneDotDot Chinese","description":"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.","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:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/","og_locale":"en_US","og_type":"article","og_title":"GRAMMAR INDEX - OneDotDot Chinese","og_description":"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-07-26T10:08:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/","name":"GRAMMAR INDEX - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"datePublished":"2023-08-07T07:42:54+00:00","dateModified":"2026-07-26T10:08:55+00:00","description":"Master Chinese grammar effortlessly for HSK success. This guide simplifies complex structures, offers practical examples, and boosts your language skills.","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/chinese-grammar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"GRAMMAR INDEX"}]},{"@type":"WebSite","@id":"https:\/\/tiffanysmandarin.com\/#website","url":"https:\/\/tiffanysmandarin.com\/","name":"OneDotDot Chinese","description":"Learn a little Chinese every day","publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiffanysmandarin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99","name":"tiffany","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","url":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","contentUrl":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","width":214,"height":214,"caption":"tiffany"},"logo":{"@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png"},"sameAs":["https:\/\/www.instagram.com\/tiffanys_talk\/","https:\/\/www.linkedin.com\/in\/tiffany-huang-mandarin\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9070","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/comments?post=9070"}],"version-history":[{"count":12,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9070\/revisions"}],"predecessor-version":[{"id":14259,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9070\/revisions\/14259"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=9070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}