501e456f7b27720e10de7a3aedaf2f7954f56f1b
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
- Create new week folder with current date
- Generate 10-20 new vocabulary words (not in previous weeks)
- Include word, definition, part of speech, example sentence
- Update progress.md with completion status
- 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
Description
Languages
Markdown
100%