---
title: "Your Article Title Here"
description: "One or two sentences describing the article. Shows up on the article card and in search results."
category: "Time Management"
author: "Your Name"
readingTime: "4 min"
gradeRange: "Grades 3-8"
publishedDate: "2026-01-01"
accent: "sky"
quiz:
  title: "Your Quiz Title Here"
  questions:
    - question: "Your first question goes here?"
      options:
        - "First answer choice"
        - "Second answer choice"
        - "Third answer choice"
        - "Fourth answer choice"
      correctAnswer: 0
      explanation: "A sentence or two explaining why that answer is correct."
    - question: "Your second question goes here?"
      options:
        - "First answer choice"
        - "Second answer choice"
        - "Third answer choice"
      correctAnswer: 1
      explanation: "A sentence or two explaining why that answer is correct."
---

Start your article here. This is a normal paragraph — just write in plain
English. Leave a blank line between paragraphs, like this one.

## Use a heading like this for a new section

Write another paragraph under your heading. You can make text **bold** or
*italic* if you want to emphasize something.

## Lists work like this

- First point
- Second point
- Third point

That's it! Delete these instructions and the example quiz questions above,
and replace everything with your own article. If your article doesn't
need a quiz, delete the entire `quiz:` block (from `quiz:` down to the
last `explanation:` line) from the frontmatter above.
