{"product_id":"stop-getting-i-dont-know","title":"Stop Getting 'I Don't Know' Middle School ELA Guide","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFree Middle School Question Guide | Light Up Literature™\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900\u0026amp;family=Open+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0a9e;\n    --white: #ffffff;\n    --off-white: #f9f6ff;\n    --light-purple: #f3e8fd;\n    --mid-purple: #e8d0f8;\n    --text-dark: #1a1a2e;\n    --text-mid: #4a4a6a;\n    --text-light: #7a7a9a;\n    --accent-teal: #00c9a7;\n    --border: rgba(189,16,225,0.15);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    background: var(--off-white);\n    color: var(--text-dark);\n    line-height: 1.7;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--indigo);\n    position: relative;\n    overflow: hidden;\n    padding: 52px 16px 80px;\n    text-align: center;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 480px; height: 480px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(189,16,225,0.25) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -80px;\n    width: 360px; height: 360px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(189,16,225,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.2);\n    border: 1px solid rgba(189,16,225,0.4);\n    color: #e8a0f8;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 40px;\n    margin-bottom: 28px;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 5vw, 3.2rem);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 1.15;\n    max-width: 100%;\n    margin: 0 auto 20px;\n  }\n\n  .hero h1 em {\n    color: var(--purple);\n    font-style: normal;\n  }\n\n  .hero-sub {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.75);\n    max-width: 100%;\n    margin: 0 auto 40px;\n  }\n\n  .hero-cta {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white);\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 600;\n    font-size: 1rem;\n    padding: 16px 40px;\n    border-radius: 50px;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: transform 0.2s, box-shadow 0.2s;\n    box-shadow: 0 4px 24px rgba(189,16,225,0.4);\n  }\n\n  .hero-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 32px rgba(189,16,225,0.55);\n  }\n\n  .hero-free {\n    display: block;\n    margin-top: 12px;\n    font-size: 13px;\n    color: rgba(255,255,255,0.5);\n  }\n\n  \/* PROBLEM STRIP *\/\n  .problem-strip {\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n    padding: 48px 24px;\n    text-align: center;\n  }\n\n  .problem-strip p {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.1rem, 2.5vw, 1.45rem);\n    color: var(--text-dark);\n    max-width: 100%;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  .problem-strip p span {\n    color: var(--purple);\n    font-weight: 700;\n  }\n\n  \/* CONTRAST BLOCK *\/\n  .contrast {\n    padding: 48px 16px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  .contrast-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n  }\n\n  @media (max-width: 100%) { .contrast-grid { grid-template-columns: 1fr; } }\n\n  .contrast-card {\n    border-radius: 16px;\n    padding: 28px;\n  }\n\n  .contrast-card.bad {\n    background: #fdf2f2;\n    border: 1px solid #f5c6c6;\n  }\n\n  .contrast-card.good {\n    background: var(--light-purple);\n    border: 1px solid rgba(189,16,225,0.2);\n  }\n\n  .contrast-card h3 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .contrast-card.bad h3 { color: #c0392b; }\n  .contrast-card.good h3 { color: var(--purple); }\n\n  .contrast-card ul { list-style: none; }\n\n  .contrast-card ul li {\n    font-size: 14px;\n    padding: 7px 0;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n    color: var(--text-mid);\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n\n  .contrast-card ul li:last-child { border-bottom: none; }\n\n  .contrast-card.bad ul li::before {\n    content: '✗';\n    color: #c0392b;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  .contrast-card.good ul li::before {\n    content: '→';\n    color: var(--purple);\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* SECTION LABEL *\/\n  .section-label {\n    text-align: center;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 12px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.6rem, 3.5vw, 2.2rem);\n    font-weight: 700;\n    color: var(--indigo);\n    text-align: center;\n    margin-bottom: 48px;\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* INSIDE SECTION *\/\n  .inside {\n    background: var(--indigo);\n    padding: 52px 16px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .inside::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(189,16,225,0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .inside .section-label { color: #e8a0f8; }\n  .inside .section-title { color: var(--white); }\n\n  .inside-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  .inside-card {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .inside-card .icon {\n    font-size: 24px;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .inside-card h4 {\n    font-family: 'Open Sans', sans-with;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n\n  .inside-card p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.65);\n    line-height: 1.6;\n  }\n\n  \/* GRADES SECTION *\/\n  .grades {\n    padding: 48px 16px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  .grades-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 16px;\n  }\n\n  .grade-card {\n    border-radius: 12px;\n    padding: 20px 16px;\n    border: 1px solid var(--border);\n    background: var(--white);\n    position: relative;\n    overflow: hidden;\n    min-width: 0;\n  }\n\n  .grade-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: var(--purple);\n  }\n\n  .grade-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 3rem;\n    font-weight: 900;\n    color: var(--light-purple);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .grade-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 16px;\n  }\n\n  .grade-card ul { list-style: none; }\n\n  .grade-card ul li {\n    font-size: 13px;\n    color: var(--text-mid);\n    padding: 5px 0;\n    border-bottom: 1px solid rgba(0,0,0,0.05);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .grade-card ul li:last-child { border-bottom: none; }\n\n  .grade-card ul li::before {\n    content: '';\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: var(--purple);\n    flex-shrink: 0;\n  }\n\n  \/* ADHD STRIP *\/\n  .adhd-strip {\n    background: var(--light-purple);\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n    padding: 48px 24px;\n    text-align: center;\n  }\n\n  .adhd-strip h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.3rem, 3vw, 1.8rem);\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 12px;\n  }\n\n  .adhd-strip p {\n    font-size: 15px;\n    color: var(--text-mid);\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* WHO IT'S FOR *\/\n  .who {\n    padding: 52px 16px;\n    max-width: 100%;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .who-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-top: 0;\n    text-align: left;\n  }\n\n  .who-item {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: 15px;\n    color: var(--text-mid);\n  }\n\n  .who-item .check {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    background: var(--purple);\n    color: white;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* BOTTOM CTA *\/\n  .bottom-cta {\n    background: var(--indigo);\n    padding: 56px 16px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bottom-cta::before {\n    content: '';\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(189,16,225,0.2) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .bottom-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 900;\n    color: var(--white);\n    margin-bottom: 16px;\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .bottom-cta p {\n    color: rgba(255,255,255,0.65);\n    font-size: 15px;\n    margin-bottom: 36px;\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .brand-line {\n    text-align: center;\n    padding: 20px 16px;\n    background: var(--white);\n    border-top: 1px solid var(--border);\n    font-size: 13px;\n    color: var(--text-light);\n  }\n\n  .brand-line strong { color: var(--indigo); }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-badge\"\u003eFree Download · No Account Required\u003c\/div\u003e\n  \u003ch1\u003eStop Hearing \u003cem\u003e\"I Don't Know\"\u003c\/em\u003e During Every ELA Lesson\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eA free grade-by-grade question guide for homeschool parents teaching middle school reading and writing in grades 6, 7, and 8.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"hero-cta\"\u003eDownload the Free Guide\u003c\/a\u003e\n  \u003cspan class=\"hero-free\"\u003eInstant PDF download · Always free\u003c\/span\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"problem-strip\"\u003e\n  \u003cp\u003eIf your middle schooler shuts down the moment you ask a reading question, \u003cspan\u003ethe problem usually isn't the reading — it's the question.\u003c\/span\u003e This guide fixes that.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- CONTRAST --\u003e\n\u003csection class=\"contrast\"\u003e\n  \u003cp class=\"section-label\"\u003eThe shift that changes everything\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eBetter questions get better answers\u003c\/h2\u003e\n  \u003cdiv class=\"contrast-grid\"\u003e\n    \u003cdiv class=\"contrast-card bad\"\u003e\n      \u003ch3\u003eQuestions that get \"I don't know\"\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eWhat did the author say?\u003c\/li\u003e\n        \u003cli\u003eWhat is the main idea?\u003c\/li\u003e\n        \u003cli\u003eIs this fact or opinion?\u003c\/li\u003e\n        \u003cli\u003eDid you understand it?\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"contrast-card good\"\u003e\n      \u003ch3\u003eQuestions that open thinking\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eWhat surprised you most?\u003c\/li\u003e\n        \u003cli\u003eWhat would you have done differently?\u003c\/li\u003e\n        \u003cli\u003eWhat questions does this raise for you?\u003c\/li\u003e\n        \u003cli\u003eWhat did the author most want you to feel?\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INSIDE --\u003e\n\u003csection class=\"inside\"\u003e\n  \u003cp class=\"section-label\"\u003eWhat's inside\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eEverything you need to ask the right question\u003c\/h2\u003e\n  \u003cdiv class=\"inside-grid\"\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e📖\u003c\/span\u003e\n      \u003ch4\u003eGrade-by-grade reading questions\u003c\/h4\u003e\n      \u003cp\u003eSeparate question sets for 6th, 7th, and 8th grade aligned to what each grade is actually expected to do.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e✍️\u003c\/span\u003e\n      \u003ch4\u003eWriting questions that build arguments\u003c\/h4\u003e\n      \u003cp\u003eClaims, evidence, explanations, counterarguments, and conclusions — one grade at a time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e💬\u003c\/span\u003e\n      \u003ch4\u003e\"If they say IDK\" prompts\u003c\/h4\u003e\n      \u003cp\u003eEvery section includes a follow-up so you're never stuck wondering what to do when they freeze.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🧩\u003c\/span\u003e\n      \u003ch4\u003eSentence stems\u003c\/h4\u003e\n      \u003cp\u003eReady-to-use frames for evidence, opinions, summaries, analysis, and pushback — for students who need a place to start.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🪜\u003c\/span\u003e\n      \u003ch4\u003eThe \"Say More\" ladder\u003c\/h4\u003e\n      \u003cp\u003eA four-rung scaffold to help vague one-word answers become real, complete responses.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🧠\u003c\/span\u003e\n      \u003ch4\u003eADHD-friendly support tips\u003c\/h4\u003e\n      \u003cp\u003eSpecific strategies for students who freeze, rush, process verbally, or struggle with blank-page paralysis.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- GRADES --\u003e\n\u003csection class=\"grades\"\u003e\n  \u003cp class=\"section-label\"\u003eGrade-level breakdown\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eBuilt for grades 6, 7, and 8\u003c\/h2\u003e\n  \u003cdiv class=\"grades-grid\"\u003e\n    \u003cdiv class=\"grade-card\"\u003e\n      \u003cdiv class=\"grade-num\"\u003e6\u003c\/div\u003e\n      \u003cdiv class=\"grade-label\"\u003e6th Grade\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eMain idea questions\u003c\/li\u003e\n        \u003cli\u003eText evidence questions\u003c\/li\u003e\n        \u003cli\u003eCause \u0026amp; effect questions\u003c\/li\u003e\n        \u003cli\u003eClaim \u0026amp; evidence writing\u003c\/li\u003e\n        \u003cli\u003eExplanation questions\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grade-card\"\u003e\n      \u003cdiv class=\"grade-num\"\u003e7\u003c\/div\u003e\n      \u003cdiv class=\"grade-label\"\u003e7th Grade\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eCentral idea questions\u003c\/li\u003e\n        \u003cli\u003eAuthor's purpose \u0026amp; structure\u003c\/li\u003e\n        \u003cli\u003eObjective summary questions\u003c\/li\u003e\n        \u003cli\u003eMulti-evidence writing\u003c\/li\u003e\n        \u003cli\u003eCounterargument questions\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grade-card\"\u003e\n      \u003cdiv class=\"grade-num\"\u003e8\u003c\/div\u003e\n      \u003cdiv class=\"grade-label\"\u003e8th Grade\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eArgument analysis questions\u003c\/li\u003e\n        \u003cli\u003eConflicting viewpoints\u003c\/li\u003e\n        \u003cli\u003eCritical evaluation questions\u003c\/li\u003e\n        \u003cli\u003eArgument depth writing\u003c\/li\u003e\n        \u003cli\u003eRebuttal \u0026amp; conclusion questions\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ADHD --\u003e\n\u003csection class=\"adhd-strip\"\u003e\n  \u003ch2\u003eBuilt with ADHD learners in mind\u003c\/h2\u003e\n  \u003cp\u003eEvery section includes targeted tips for students who freeze under pressure, process better out loud, or struggle with blank-page paralysis. No teaching degree required — just the right questions at the right moment.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHO IT'S FOR --\u003e\n\u003csection class=\"who\"\u003e\n  \u003cp class=\"section-label\"\u003eWho this is for\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eThis guide is for you if...\u003c\/h2\u003e\n  \u003cdiv class=\"who-list\"\u003e\n    \u003cdiv class=\"who-item\"\u003e\n      \u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\n      Your middle schooler gives one-word answers or goes silent during ELA lessons\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-item\"\u003e\n      \u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\n      You're not sure what questions to ask to get them thinking deeper\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-item\"\u003e\n      \u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\n      Your student is in 6th, 7th, or 8th grade and needs reading or writing support\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-item\"\u003e\n      \u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\n      You want something practical you can use today — without a scripted curriculum\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-item\"\u003e\n      \u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\n      Your student has ADHD or struggles with blank-page freeze, rushing, or verbal processing\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BOTTOM CTA --\u003e\n\u003csection class=\"bottom-cta\"\u003e\n  \u003ch2\u003eThe scaffolding does the heavy lifting. You just have to ask the first question.\u003c\/h2\u003e\n  \u003cp\u003eFree download. No strings attached. Just better ELA conversations starting today.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"hero-cta\"\u003eDownload the Free Guide\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"brand-line\"\u003e\n  \u003cstrong\u003eLight Up Literature™ Curriculum\u003c\/strong\u003e · lightupliterature.com · Created by Debra Shepherd\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49229805093087,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/HowtoAskBetterQuestion.png?v=1779114602","url":"https:\/\/shop.lightupliterature.com\/products\/stop-getting-i-dont-know","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}