diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 0dcce03..1a0bf72 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -4,8 +4,9 @@ ### Overview - **Date Range**: [Start Date] - [End Date] -- **Grade Level**: [K-2 / 3-5 / 6-8 / 9-12 / Adult] -- **Theme/Focus**: [Optional - e.g., Science, Literature, Academic] +- **Grade Level**: [Elementary (K-6) / Middle-High-School (6-12)] +- **Folder**: [Elementary-School/ / Middle-High-School/] +- **Theme/Focus**: [Optional - e.g., Science, Literature, Academic, Character Traits] ### Vocabulary List @@ -15,7 +16,8 @@ ### Progress - [ ] Word list generated -- [ ] Words added to system +- [ ] README.md created for the week +- [ ] Words added to WORD_LIST.md (Middle-High-School only) - [ ] Study materials created - [ ] Practice exercises completed - [ ] Weekly review completed diff --git a/README.md b/README.md index 34ed2e2..9a1bbb4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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. +A systematic approach to building vocabulary through weekly word lists, organized by grade level and difficulty. This project generates fresh vocabulary each week for both elementary and middle-high school students, building on previous weeks' words. ## Project Structure ``` @@ -10,26 +10,32 @@ Weekly-Vocabulary/ ├── 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/ +│ ├── README.md # Elementary folder guide +│ └── WEEK-YYYY-MM-DD/ # Individual week folders +│ ├── README.md # Week overview with definitions +│ └── words.md # Simple word list (optional) └── 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 + ├── README.md # Middle-High folder guide + ├── WORD_LIST.md # Master word list (all weeks) + └── WEEK-YYYY-MM-DD/ # Individual week folders + ├── README.md # Week overview with definitions + └── progress.md # Weekly progress ``` ## Organization -- **Grade Levels**: Words organized by difficulty (K-2, 3-5, 6-8, 9-12, Adult) +- **Elementary-School**: Simple, kid-friendly words with clear definitions and relatable example sentences +- **Middle-High-School**: Advanced vocabulary for grades 6-12, including academic, literary, and standardized test preparation words - **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 +1. Determine the appropriate grade level (Elementary or Middle-High-School) +2. Create new week folder with current date in the appropriate folder +3. Generate 10 new vocabulary words (not in previous weeks or master list) +4. Include word, definition, part of speech, and example sentence +5. For Middle-High-School: Update WORD_LIST.md with the new week's entries +6. Update progress.md with completion status +7. Commit and push to Gitea ## Repository **Gitea**: https://gitea.loperfamily.com/Sage_Software/Weekly-Vocabulary diff --git a/progress.md b/progress.md index 8c5d3e4..cb83367 100644 --- a/progress.md +++ b/progress.md @@ -1,25 +1,39 @@ # Weekly-Vocabulary Progress -## Current Status: INITIALIZED +## Current Status: ORGANIZED ### Project Created: 2026-03-30 +### Reorganized: 2026-04-20 ### Structure: - ✅ README.md - Project documentation - ✅ ISSUE_TEMPLATE.md - Weekly vocabulary tracking template -- 🔄 progress.md - This file +- ✅ progress.md - This file +- ✅ Elementary-School/ - Folder for elementary vocabulary (K-6) + - ✅ README.md - Folder guide for elementary lists + - 📁 WEEK-YYYY-MM-DD/ - Individual week folders (coming soon) +- ✅ Middle-High-School/ - Folder for middle & high school vocabulary (6-12) + - ✅ README.md - Folder guide for middle-high lists + - ✅ WORD_LIST.md - Master word list (all weeks) + - 📁 WEEK-YYYY-MM-DD/ - Individual week folders + - ✅ WEEK-2026-03-16 through WEEK-2026-04-27 (8 weeks of existing content) -### Next Steps: -1. Review the ISSUE_TEMPLATE.md for weekly tracking -2. Create WEEK-YYYY-MM-DD folders for each week's vocabulary -3. Generate word lists based on previous weeks' words -4. Commit and push to Gitea after each week +### Completed: +- [x] Created Elementary-School folder with README +- [x] Renamed High-School to Middle-High-School +- [x] Moved all existing week folders to Middle-High-School/ +- [x] Updated WORD_LIST.md in chronological order +- [x] Updated README.md, ISSUE_TEMPLATE.md, progress.md ### Gitea Repository: https://gitea.loperfamily.com/Sage_Software/Weekly-Vocabulary ### Weekly Process: -- **Monday**: Generate new word list (10-20 words) +- **Monday**: Generate new word list (10 words per grade level) - **Tuesday-Thursday**: Study and practice - **Friday**: Review and assessment - **Saturday-Sunday**: Rest/review + +### Current Weeks: +- **Elementary**: No weeks created yet +- **Middle-High-School**: Weeks 2026-03-16, 03-23, 03-30, 04-13, 04-20, 04-27 (6 weeks)