# Student Study Planner

## Dashboard
A high‑level view that shows today’s tasks, upcoming exams, and weekly study goals.

> 💡 Tip: Pin this page to your sidebar for instant access each morning.

| View | Description |
|------|-------------|
| **Today** | Calendar view filtered to items due today (assignments, study sessions). |
| **Upcoming Exams** | Table view sorted by exam date, showing subject, format, and study priority. |
| **Weekly Goals** | Board view grouped by week, with cards for each subject’s focus area. |

## Courses & Syllabi
Database to store every course you’re taking, its syllabus link, credit hours, and grading breakdown.

| Course Code | Course Name | Credits | Syllabus (link) | Grade Weighting |
|-------------|-------------|---------|-----------------|-----------------|
| BIO101 | General Biology | 4 | [PDF](https://example.com/bio101.pdf) | 20% Exams, 30% Labs, 50% Projects |
| HIST210 | World History | 3 | [PDF](https://example.com/hist210.pdf) | 40% Midterm, 40% Final, 20% Essays |
| MATH220 | Calculus II | 4 | [PDF](https://example.com/math220.pdf) | 25% Quizzes, 35% Midterm, 40% Final |

> 💡 Tip: Use the “Grade Weighting” column to auto‑calculate projected grades with a formula later.

## Assignments Tracker
A master table of all assignments, due dates, status, and estimated study time.

| Assignment | Course | Due Date | Status | Est. Study Time | Priority |
|------------|--------|----------|--------|-----------------|----------|
| Lab Report #3 | BIO101 | 2026‑07‑02 | ⏳ Not Started | 3 hrs | High |
| Essay on Renaissance | HIST210 | 2026‑07‑05 | ✅ Completed | 5 hrs | Medium |
| Problem Set 5 | MATH220 | 2026‑07‑03 | 🔄 In Progress | 2 hrs | High |
| Group Presentation | HIST210 | 2026‑07‑10 | ⏳ Not Started | 4 hrs | Low |

> 💡 Tip: Add a formula column `=dateBetween(now(), prop("Due Date"), "days")` to see days left.

## Study Sessions Planner
Schedule focused study blocks, link them to assignments or topics, and track actual time spent.

| Session | Date | Time Slot | Linked To | Planned Duration | Actual Duration | Notes |
|---------|------|-----------|-----------|-------------------|-----------------|-------|
| Biology Review | 2026‑06‑28 | 18:00‑20:00 | Lab Report #3 | 2 hrs | 2 hrs 15 min | Needed extra chapter 4 |
| Calculus Practice | 2026‑06‑29 | 14:00‑15:30 | Problem Set 5 | 1.5 hrs | 1 hr | Skipped trig integration |
| History Reading | 2026‑06‑30 | 20:00‑21:30 | Essay on Renaissance | 1.5 hrs | — | Plan to finish outline |

> 💡 Tip: Turn this table into a Calendar view to see study blocks on your weekly calendar.

## Exam Prep Hub
Dedicated page for each exam with a checklist of topics, resources, and mock test scores.

### Example: BIO101 Midterm
- **Exam Date:** 2026‑07‑15
- **Format:** 2‑hour multiple choice + short answer
- **Checklist**
  - [ ] Chapter 1–4 notes reviewed
  - [ ] Lab techniques flashcards
  - [ ] Practice quiz #1 (score: 78%)
  - [ ] Practice quiz #2 (score: 85%)
- **Resources**
  - Lecture slides (link)
  - Khan Academy videos (link)
  - Study group Discord (link)

> 💡 Tip: Duplicate the “Exam Prep Hub” template for each new exam and rename accordingly.

## Grade Tracker
Calculate current and projected grades per course using assignment scores and weightings.

| Course | Current Grade | Projected Grade (if all remaining work 100%) |
|--------|---------------|----------------------------------------------|
| BIO101 | 82% | 89% |
| HIST210 | 88% | 92% |
| MATH220 | 75% | 81% |

> 💡 Tip: Use a rollup of the Assignments Tracker’s “Score” property combined with the “Grade Weighting” from Courses & Syllabi.

## Resources Library
Central repository for PDFs, videos, websites, and personal notes.

| Resource Type | Title | Course | Link | Notes |
|---------------|-------|--------|------|-------|
| PDF | Cell Biology Chapter 4 | BIO101 | [PDF](https://example.com/cell4.pdf) | Highlight key pathways |
| Video | Limits of Integration | MATH220 | [YouTube](https://youtu.be/xyz) | 12‑min tutorial |
| Article | The Causes of WWI | HIST210 | [JSTOR](https://jstor.org/abc) | Use for essay citations |
| Note | Lecture 7 – Evolution | BIO101 | — | Handwritten, scanned |

> 💡 Tip: Tag each resource with the relevant course for easy filtered views.

## How to import into Notion
1. **Create a new page** in your Notion workspace where you want the planner.  
2. Click **Import** → **Markdown & CSV** and select this `.md` file.  
3. Notion will create the page hierarchy and plain tables.  
4. For each table marked as a “Database” (Courses & Syllabi, Assignments Tracker, Study Sessions Planner, Exam Prep Hub, Grade Tracker, Resources Library):
   - Click the table, choose **Turn into → Table – Full Page** (or **Board**, **Calendar**, etc. as described in the section).  
   - Adjust property types (e.g., set “Due Date” as **Date**, “Status” as **Select**, “Score” as **Number**, “Link” as **URL**).  
5. Re‑create the suggested **Views** (Calendar, Board, Gallery) using the “Add a view” button and apply the filters/sorts indicated.  
6. Add any **Formula** or **Rollup** columns referenced in the tips (e.g., days‑left formula, grade rollup).  
7. Duplicate the **Exam Prep Hub** template block for each upcoming exam and fill in the specifics.  

Your Student Study Planner is now ready to use—track courses, assignments, study sessions, and grades all in one cohesive system!