{"id":1730,"date":"2022-08-12T17:45:01","date_gmt":"2022-08-12T09:45:01","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=1730"},"modified":"2026-08-01T13:25:49","modified_gmt":"2026-08-01T05:25:49","slug":"hsk3-0","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/","title":{"rendered":"HSK 3.0 What You Need to Know"},"content":{"rendered":"\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>OneDotDot Chinese \u2014 Full Page (No Footer)<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@500;600;700;900&#038;family=Noto+Sans+TC:wght@400;500;600;700&#038;family=JetBrains+Mono:wght@500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root{\n  --ink:#1B2430;\n  --ink-soft:#3C4759;\n  --paper:#FFFFFF;\n  --paper-warm:#F4F3EF;\n  --paper-line:#E3E0D8;\n  --seal:#A63A2E;\n  --seal-dark:#832C22;\n  --jade:#3F6B58;\n  --brass:#C99A44;\n  --serif:'Noto Serif TC', serif;\n  --sans:'Noto Sans TC', sans-serif;\n  --mono:'JetBrains Mono', monospace;\n  --max:1160px;\n}\n*{box-sizing:border-box;}\nhtml{scroll-behavior:smooth;}\nbody{\n  margin:0;\n  font-family:var(--sans);\n  background:var(--paper);\n  color:var(--ink);\n  line-height:1.7;\n  -webkit-font-smoothing:antialiased;\n}\na{color:inherit; text-decoration:none;}\nimg{max-width:100%; display:block;}\n.wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}\n.eyebrow{\n  font-family:var(--mono);\n  font-size:12.5px;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:var(--seal);\n  font-weight:600;\n}\nh1,h2,h3{font-family:var(--serif); margin:0; color:var(--ink) !important;}\n.btn{\n  display:inline-flex; align-items:center; gap:8px;\n  font-family:var(--sans); font-weight:600; font-size:15px;\n  padding:13px 26px; border-radius:2px;\n  border:1.5px solid transparent;\n  cursor:pointer; transition:all .2s ease;\n}\n.btn-primary{background:var(--seal); color:#fff;}\n.btn-primary:hover{background:var(--seal-dark);}\n.btn-ghost{border-color:rgba(241,234,217,.55); color:var(--paper);}\n.btn-ghost:hover{background:rgba(241,234,217,.1);}\n.btn-outline{border-color:var(--ink); color:var(--ink);}\n.btn-outline:hover{background:var(--ink); color:var(--paper);}\n\n\/* ---------- HEADER ---------- *\/\nheader{\n  position:sticky; top:0; z-index:50;\n  background:rgba(255,255,255,.92);\n  backdrop-filter:blur(6px);\n  border-bottom:1px solid var(--paper-line);\n}\n.nav{display:flex; align-items:center; justify-content:space-between; padding:16px 28px;}\n.brand{display:flex; align-items:baseline; gap:10px;}\n.brand-mark{\n  font-family:var(--serif); font-weight:900; font-size:22px; color:var(--ink);\n}\n.brand-mark span{color:var(--seal);}\n.brand-tag{font-family:var(--mono); font-size:11px; color:var(--ink-soft); letter-spacing:.03em;}\nnav.links{display:flex; gap:30px; font-size:14.5px; font-weight:500;}\nnav.links a{position:relative; padding:4px 0;}\nnav.links a:hover{color:var(--seal);}\n.nav-cta{display:flex; align-items:center; gap:14px;}\n.menu-toggle{display:none; background:none; border:none; cursor:pointer; padding:6px;}\n.menu-toggle span{display:block; width:22px; height:2px; background:var(--ink); margin:5px 0;}\n\n\/* ---------- HERO ---------- *\/\n.hero{\n  background:var(--paper);\n  color:var(--ink);\n  position:relative;\n  overflow:hidden;\n  padding:8px 0 70px;\n  border-bottom:1px solid var(--paper-line);\n}\n.hero::before{\n  content:\"\u3002\";\n  position:absolute; right:-60px; top:-140px;\n  font-family:var(--serif); font-size:640px; font-weight:900;\n  color:rgba(27,36,48,.04);\n  line-height:1;\n  pointer-events:none;\n}\n.hero-grid{\n  position:relative; z-index:1;\n  max-width:680px;\n}\n.hero .eyebrow{color:var(--seal);}\n.hero-cn{\n  font-family:var(--serif); font-size:22px; font-weight:600;\n  color:var(--brass) !important; margin:14px 0 6px; letter-spacing:.02em;\n}\n.hero h1{\n  font-size:44px; line-height:1.28; margin:6px 0 20px; font-weight:700; color:var(--ink) !important;\n}\n.hero h1 .accent{color:var(--seal) !important;}\n.hero p.lede{\n  font-size:16.5px; color:var(--ink-soft); max-width:480px; margin-bottom:30px;\n}\n.hero-actions{display:flex; gap:14px; flex-wrap:wrap;}\n\n\/* ---------- NAV CARDS ---------- *\/\n.section{padding:76px 0;}\n.section-head{max-width:640px; margin-bottom:44px;}\n.section-head h2{font-size:30px; margin-top:10px; line-height:1.4;}\n.section-head p{color:var(--ink-soft); font-size:15.5px; margin-top:10px;}\n\n.card-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}\n.navcard{\n  background:var(--paper-warm);\n  border:1px solid var(--paper-line);\n  padding:28px 22px;\n  transition:transform .18s ease, border-color .18s ease;\n}\n.navcard:hover{transform:translateY(-4px); border-color:var(--seal);}\n.navcard .num{font-family:var(--mono); font-size:12px; color:var(--jade); font-weight:600;}\n.navcard h3{font-size:19px; margin:10px 0 8px;}\n.navcard p{font-size:13.8px; color:var(--ink-soft); margin:0 0 16px;}\n.navcard .go{font-size:13.5px; font-weight:600; color:var(--seal);}\n\n\/* ---------- DIFFERENTIATOR ---------- *\/\n.diff{background:var(--ink); color:var(--paper); padding:70px 0;}\n.diff-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:center;}\n.diff blockquote{\n  font-family:var(--serif); font-size:25px; line-height:1.6; font-weight:600; color:var(--paper) !important;\n  border-left:3px solid var(--seal); padding-left:24px; margin:0;\n}\n.diff-points{display:flex; flex-direction:column; gap:22px;}\n.diff-point{display:flex; gap:16px;}\n.diff-point .mark{\n  font-family:var(--mono); color:var(--brass); font-size:13px; font-weight:700;\n  flex:0 0 auto; padding-top:3px;\n}\n.diff-point h4{font-family:var(--sans); font-size:16px; font-weight:700; margin:0 0 4px; color:var(--paper) !important;}\n.diff-point p{font-size:14px; color:rgba(241,234,217,.75); margin:0;}\n\n\/* ---------- FEATURED ---------- *\/\n.feat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}\n.feat-card{\n  background:var(--paper); border:1px solid var(--paper-line);\n  display:flex; flex-direction:column;\n}\n.feat-card .tag{\n  font-family:var(--mono); font-size:11px; color:var(--jade); font-weight:600;\n  letter-spacing:.06em; text-transform:uppercase; padding:20px 22px 0;\n}\n.feat-card h3{font-size:20px; padding:10px 22px 0; line-height:1.5;}\n.feat-card p{font-size:14px; color:var(--ink-soft); padding:10px 22px 22px; flex:1;}\n.feat-card.lg{grid-column:span 2;}\n.feat-card .rd{padding:0 22px 22px; font-size:13.5px; font-weight:600; color:var(--seal);}\n\n\/* ---------- NEWSLETTER ---------- *\/\n.news{background:var(--paper-warm); padding:64px 0; border-top:1px solid var(--paper-line); border-bottom:1px solid var(--paper-line);}\n.news-inner{display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;}\n.news h2{font-size:26px; max-width:420px;}\n.news p{color:var(--ink-soft); font-size:14.5px; margin-top:10px; max-width:420px;}\n.news-form{display:flex; gap:0; flex:0 0 auto;}\n.news-form input{\n  font-family:var(--sans); font-size:14.5px; padding:14px 16px;\n  border:1.5px solid var(--ink); border-right:none;\n  background:var(--paper); width:260px;\n}\n.news-form button{border:1.5px solid var(--ink); border-radius:0;}\n\n\/* ---------- SHOP ---------- *\/\n.shop-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}\n.prod{background:var(--paper-warm); border:1px solid var(--paper-line); overflow:hidden;}\n.prod-thumb{\n  height:150px; background:var(--ink);\n  display:flex; align-items:center; justify-content:center;\n  font-family:var(--serif); color:var(--brass); font-size:38px; font-weight:900;\n}\n.prod-body{padding:20px;}\n.prod-body h3{font-size:16.5px; margin-bottom:6px;}\n.prod-body p{font-size:13.5px; color:var(--ink-soft); margin:0 0 14px;}\n.prod-foot{display:flex; align-items:center; justify-content:space-between;}\n.price{font-family:var(--mono); font-weight:700; color:var(--seal); font-size:15px;}\n\n\/* ---------- FOOTER ---------- *\/\nfooter{background:var(--ink); color:rgba(241,234,217,.7); padding:56px 0 30px;}\n.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; margin-bottom:40px;}\n.foot-brand h3{color:var(--paper) !important; font-size:20px; margin-bottom:12px;}\n.foot-brand p{font-size:13.8px; max-width:280px;}\n.foot-col h4{font-family:var(--mono); font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--brass) !important; margin-bottom:14px; font-weight:600;}\n.foot-col a{display:block; font-size:14px; margin-bottom:10px; color:rgba(241,234,217,.75);}\n.foot-col a:hover{color:var(--paper);}\n.foot-bottom{\n  border-top:1px solid rgba(241,234,217,.15); padding-top:22px;\n  display:flex; justify-content:space-between; font-size:12.5px; color:rgba(241,234,217,.5); flex-wrap:wrap; gap:10px;\n}\n\n\/* ---------- RESPONSIVE ---------- *\/\n@media (max-width:980px){\n  .card-grid{grid-template-columns:repeat(2,1fr);}\n  .diff-grid{grid-template-columns:1fr; gap:32px;}\n  .feat-grid{grid-template-columns:1fr;}\n  .shop-grid{grid-template-columns:repeat(2,1fr);}\n  .foot-grid{grid-template-columns:1fr 1fr;}\n}\n@media (max-width:640px){\n  nav.links{display:none;}\n  .menu-toggle{display:block;}\n  .hero h1{font-size:32px;}\n  .card-grid{grid-template-columns:1fr;}\n  .shop-grid{grid-template-columns:1fr;}\n  .foot-grid{grid-template-columns:1fr;}\n  .news-inner{flex-direction:column; align-items:flex-start;}\n  .news-form{width:100%;}\n  .news-form input{width:100%; flex:1;}\n}\n<\/style>\n<\/head>\n<body>\n\n<script>\n  document.querySelector('.menu-toggle').addEventListener('click', function(){\n    document.querySelector('nav.links').classList.toggle('show-mobile');\n  });\n<\/script>\n\n<section class=\"hero\">\n  <div class=\"wrap hero-grid\">\n    <div class=\"eyebrow\">Learn real Chinese from a real teacher<\/div>\n    <div class=\"hero-cn\"><span class=\"lang-zh-TW\">\u6bcf\u5929\u5b78\u4e00\u9ede\u9ede\u4e2d\u6587<\/span><span class=\"lang-zh-CN\">\u6bcf\u5929\u5b66\u4e00\u70b9\u70b9\u4e2d\u6587<\/span><\/div>\n    <h1>Learning Chinese is a road you walk <span class=\"accent\">one dot at a time.<\/span><\/h1>\n    <p class=\"lede\">From pronunciation and grammar to advanced vocabulary, OneDotDot Chinese turns daily, small progress into a path you can actually see \u2014 not just memorizing words, but understanding the &#8220;why&#8221; behind them.<\/p>\n    <div class=\"hero-actions\">\n      <a class=\"btn btn-primary\" href=\"#grammar\">Start with Grammar<\/a>\n      <a class=\"btn btn-outline\" href=\"#vocab\">Browse Vocabulary<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section\" id=\"explore\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div class=\"eyebrow\">Start here<\/div>\n      <h2>Four doors in \u2014 find what you need right now<\/h2>\n    <\/div>\n    <div class=\"card-grid\">\n      <div class=\"navcard\">\n        <div class=\"num\">01 \u00b7 Grammar<\/div>\n        <h3>Grammar<\/h3>\n        <p>From A1 to C1-C2 (mapped to HSK 1-9), every point explains the &#8220;why&#8221; behind the rule \u2014 not just a rule to memorize.<\/p>\n        <a class=\"go\" href=\"#\" id=\"grammar\">Go to the grammar map \u2192<\/a>\n      <\/div>\n      <div class=\"navcard\">\n        <div class=\"num\">02 \u00b7 Vocabulary<\/div>\n        <h3>Vocabulary<\/h3>\n        <p>By topic, by profession, by nuance between near-synonyms, and everyday slang \u2014 pick the word bank that matches your goal.<\/p>\n        <a class=\"go\" href=\"#\" id=\"vocab\">Browse vocabulary \u2192<\/a>\n      <\/div>\n      <div class=\"navcard\">\n        <div class=\"num\">03 \u00b7 Resources<\/div>\n        <h3>Resources<\/h3>\n        <p>Stories with audio, conversation practice, songs, festivals and culture \u2014 build real intuition through real context.<\/p>\n        <a class=\"go\" href=\"#\" id=\"resources\">Explore resources \u2192<\/a>\n      <\/div>\n      <div class=\"navcard\">\n        <div class=\"num\">04 \u00b7 Shop<\/div>\n        <h3>Shop<\/h3>\n        <p>Downloadable workbooks, reading packs, and vocabulary sets to build out your self-study toolkit.<\/p>\n        <a class=\"go\" href=\"#\" id=\"shop\">Visit the shop \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"diff\">\n  <div class=\"wrap diff-grid\">\n    <blockquote>&#8220;One dot&#8221; is one small step accumulated daily \u2014<br>not a miracle that happens all at once.<\/blockquote>\n    <div class=\"diff-points\">\n      <div class=\"diff-point\">\n        <div class=\"mark\">01<\/div>\n        <div><h4>A real teacher, not an algorithm<\/h4><p>Every grammar explanation here comes from actual classroom experience, not templated content.<\/p><\/div>\n      <\/div>\n      <div class=\"diff-point\">\n        <div class=\"mark\">02<\/div>\n        <div><h4>Nuance, explained properly<\/h4><p>Easily confused points like <span class=\"lang-zh-TW\">\u5c31\u8981<\/span><span class=\"lang-zh-CN\">\u5c31\u8981<\/span> \/ <span class=\"lang-zh-TW\">\u5feb\u8981<\/span><span class=\"lang-zh-CN\">\u5feb\u8981<\/span> \/ <span class=\"lang-zh-TW\">\u8981<\/span><span class=\"lang-zh-CN\">\u8981<\/span> get glossed over almost everywhere else. Here, they get explained down to the bone.<\/p><\/div>\n      <\/div>\n      <div class=\"diff-point\">\n        <div class=\"mark\">03<\/div>\n        <div><h4>Built for professional contexts<\/h4><p>Journalism, international affairs, academic writing \u2014 vocabulary and phrasing prepared for specific work settings.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section\" id=\"featured\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div class=\"eyebrow\">Featured content<\/div>\n      <h2>A few worth reading first<\/h2>\n    <\/div>\n    <div class=\"feat-grid\">\n      <div class=\"feat-card\">\n        <div class=\"tag\">Grammar nuance<\/div>\n        <h3><span class=\"lang-zh-TW\">\u5c31\u8981<\/span><span class=\"lang-zh-CN\">\u5c31\u8981<\/span>, <span class=\"lang-zh-TW\">\u5feb\u8981<\/span><span class=\"lang-zh-CN\">\u5feb\u8981<\/span>, and <span class=\"lang-zh-TW\">\u8981<\/span><span class=\"lang-zh-CN\">\u8981<\/span> \u2014 what&#8217;s actually different?<\/h3>\n        <p>Not the vague &#8220;it means urgency&#8221; answer you&#8217;ll find everywhere. A structural breakdown of what separates all three, and when each one is actually correct.<\/p>\n        <a class=\"rd\" href=\"#\">Read the article \u2192<\/a>\n      <\/div>\n      <div class=\"feat-card\">\n        <div class=\"tag\">Story with audio<\/div>\n        <h3>The Bird That Likes to Travel<\/h3>\n        <p>An original story about a bird who can&#8217;t stay in one place for long, with a full audio reading \u2014 built for intermediate reading and listening practice.<\/p>\n        <a class=\"rd\" href=\"#\">Read the article \u2192<\/a>\n      <\/div>\n      <div class=\"feat-card\">\n        <div class=\"tag\">Business Chinese<\/div>\n        <h3>How to Write an Email in Chinese<\/h3>\n        <p>Chinese business email follows its own conventions \u2014 from choosing the right opening title to closing lines that sound natural rather than translated. A practical, phrase-by-phrase guide.<\/p>\n        <a class=\"rd\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/13\/email\/\">Read the article \u2192<\/a>\n      <\/div>\n      <div class=\"feat-card\">\n        <div class=\"tag\">Practical vocabulary<\/div>\n        <h3>Renting an Apartment in Taiwan<\/h3>\n        <p>The vocabulary you actually need before signing a lease \u2014 housing types, deposits, utility quirks, and the landlord tricks worth knowing about in advance.<\/p>\n        <a class=\"rd\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/07\/25\/rentals-chinese\">Read the article \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"news\">\n  <div class=\"wrap news-inner\">\n    <div>\n      <h2>A little something new, every week<\/h2>\n      <p>Subscribe and get a free HSK vocabulary PDF right away, plus a note every time a new grammar breakdown or teaching resource goes up.<\/p>\n    <\/div>\n    <form class=\"news-form\" onsubmit=\"return false;\">\n      <input type=\"email\" placeholder=\"Your email\" required>\n      <button class=\"btn btn-primary\" type=\"submit\">Subscribe<\/button>\n    <\/form>\n  <\/div>\n<\/section>\n\n<section class=\"section\" id=\"shop-preview\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div class=\"eyebrow\">Popular materials<\/div>\n      <h2>Good places to start<\/h2>\n    <\/div>\n    <div class=\"shop-grid\">\n      <div class=\"prod\">\n        <div class=\"prod-thumb\"><span class=\"lang-zh-TW\">\u627e<\/span><span class=\"lang-zh-CN\">\u627e<\/span><\/div>\n        <div class=\"prod-body\">\n          <h3>Chinese Word Search Puzzle<\/h3>\n          <p>A playful character-search exercise for reviewing vocabulary at beginner-intermediate level.<\/p>\n          <div class=\"prod-foot\"><span class=\"price\">NT$450<\/span><a class=\"go\" href=\"#\">View \u2192<\/a><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"prod\">\n        <div class=\"prod-thumb\"><span class=\"lang-zh-TW\">\u8a5e<\/span><span class=\"lang-zh-CN\">\u8bcd<\/span><\/div>\n        <div class=\"prod-body\">\n          <h3>HSK Vocabulary Workbook<\/h3>\n          <p>Organized by HSK 1-3, with example sentences and practice exercises \u2014 downloadable PDF.<\/p>\n          <div class=\"prod-foot\"><span class=\"price\">From NT$180<\/span><a class=\"go\" href=\"#\">View \u2192<\/a><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"prod\">\n        <div class=\"prod-thumb\"><span class=\"lang-zh-TW\">\u8b80<\/span><span class=\"lang-zh-CN\">\u8bfb<\/span><\/div>\n        <div class=\"prod-body\">\n          <h3>20-Day Reading Pack<\/h3>\n          <p>One short passage a day \u2014 20 days to build reading volume and a feel for the language.<\/p>\n          <div class=\"prod-foot\"><span class=\"price\">NT$300<\/span><a class=\"go\" href=\"#\">View \u2192<\/a><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  document.querySelector('.menu-toggle').addEventListener('click', function(){\n    document.querySelector('nav.links').classList.toggle('show-mobile');\n  });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>OneDotDot Chinese \u2014 Full Page (No Footer) Learn real Chinese from a real teacher \u6bcf\u5929\u5b78\u4e00\u9ede\u9ede\u4e2d\u6587\u6bcf\u5929\u5b66\u4e00\u70b9\u70b9\u4e2d\u6587 Learning Chinese is a road you walk one dot at a time. From pronunciation and grammar to advanced vocabulary, OneDotDot Chinese turns daily, small progress into a path you can actually see \u2014 not just memorizing words, but understanding the&#8230;<\/p>\n","protected":false},"author":2,"featured_media":9035,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1730","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HSK 3.0 What You Need to Know - OneDotDot Chinese<\/title>\n<meta name=\"description\" content=\"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing 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\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HSK 3.0 What You Need to Know - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing skills.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-01T05:25:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2023\/08\/logo-long.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"HSK 3.0 What You Need to Know - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo-long.png\",\"datePublished\":\"2022-08-12T09:45:01+00:00\",\"dateModified\":\"2026-08-01T05:25:49+00:00\",\"description\":\"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing skills.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo-long.png\",\"contentUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo-long.png\",\"width\":800,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HSK 3.0 What You Need to Know\"}]},{\"@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":"HSK 3.0 What You Need to Know - OneDotDot Chinese","description":"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing 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\/","og_locale":"en_US","og_type":"article","og_title":"HSK 3.0 What You Need to Know - OneDotDot Chinese","og_description":"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing skills.","og_url":"https:\/\/tiffanysmandarin.com\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-08-01T05:25:49+00:00","og_image":[{"width":800,"height":300,"url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2023\/08\/logo-long.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/","url":"https:\/\/tiffanysmandarin.com\/","name":"HSK 3.0 What You Need to Know - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tiffanysmandarin.com\/#primaryimage"},"image":{"@id":"https:\/\/tiffanysmandarin.com\/#primaryimage"},"thumbnailUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2023\/08\/logo-long.png","datePublished":"2022-08-12T09:45:01+00:00","dateModified":"2026-08-01T05:25:49+00:00","description":"Learn HSK 3.0 Chinese grammar easily! Clear explanations, example sentences, exercises, and tips for improving your speaking, reading, and writing skills.","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tiffanysmandarin.com\/#primaryimage","url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2023\/08\/logo-long.png","contentUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2023\/08\/logo-long.png","width":800,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"HSK 3.0 What You Need to Know"}]},{"@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\/1730","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=1730"}],"version-history":[{"count":42,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/1730\/revisions"}],"predecessor-version":[{"id":14521,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/1730\/revisions\/14521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media\/9035"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=1730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}