Weekly Vocabulary Project

Overview

A systematic approach to building vocabulary through weekly word lists, organized by grade level and difficulty. This project generates fresh vocabulary each week, building on previous weeks' words.

Project Structure

Weekly-Vocabulary/
├── README.md              # This file
├── ISSUE_TEMPLATE.md      # Weekly vocabulary tracking template
├── progress.md            # Current week status
├── Elementary-School/     # Vocabulary for Grades K-6
│   ├── README.md
│   └── WEEK-YYYY-MM-DD/
└── Middle-High-School/    # Vocabulary for Grades 6-12
    ├── README.md
    └── WEEK-YYYY-MM-DD/
        ├── README.md      # Week overview
        └── WORD_LIST.md   # Master list for the grade level

Organization

  • Grade Levels: Words organized by difficulty (K-2, 3-5, 6-8, 9-12, Adult)
  • Weekly Rotation: New words each week based on previous weeks' lists
  • Progressive Learning: Words build on previous vocabulary

How to Use

  1. Create new week folder with current date
  2. Generate 10-20 new vocabulary words (not in previous weeks)
  3. Include word, definition, part of speech, example sentence
  4. Update progress.md with completion status
  5. Commit and push to Gitea

Repository

Gitea: https://gitea.loperfamily.com/Sage_Software/Weekly-Vocabulary

Weekly Vocabulary Process

  • Monday: Generate new word list
  • Tuesday-Thursday: Study and practice
  • Friday: Review and assessment
  • Saturday-Sunday: Rest/review
S
Description
Weekly vocabulary building project for homeschool curriculum
Readme 86 KiB
Languages
Markdown 100%