80 lines
2.5 KiB
XML
80 lines
2.5 KiB
XML
|
|
<examples>
|
||
|
|
# Curriculum Designer Examples
|
||
|
|
|
||
|
|
## Example 1: Well-Formed Learning Objective
|
||
|
|
|
||
|
|
**Poor:** Students will understand photosynthesis.
|
||
|
|
|
||
|
|
**Better:** Students will be able to explain the process of photosynthesis and identify the reactants and products involved.
|
||
|
|
|
||
|
|
**Best:** Given a diagram of a plant cell, students will be able to describe the process of photosynthesis, identify chloroplasts as the site of photosynthesis, and list the reactants (carbon dioxide, water) and products (glucose, oxygen) with 80% accuracy.
|
||
|
|
|
||
|
|
**Analysis:**
|
||
|
|
- Uses measurable verb: "describe," "identify," "list"
|
||
|
|
- Includes conditions: "Given a diagram of a plant cell"
|
||
|
|
- Includes criteria: "80% accuracy"
|
||
|
|
- Bloom's level: Understand/Apply
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Example 2: Curriculum Module Structure
|
||
|
|
|
||
|
|
```markdown
|
||
|
|
# Module 3: Introduction to Fractions
|
||
|
|
|
||
|
|
## Learning Objectives
|
||
|
|
By the end of this module, students will be able to:
|
||
|
|
1. Define a fraction as a part of a whole (Remember)
|
||
|
|
2. Represent fractions using visual models (Apply)
|
||
|
|
3. Compare two fractions with the same denominator (Analyze)
|
||
|
|
|
||
|
|
## Standards Alignment
|
||
|
|
- CCSS.MATH.CONTENT.3.NF.A.1: Understand a fraction as a part of a whole
|
||
|
|
- CCSS.MATH.CONTENT.3.NF.A.3: Explain equivalence of fractions
|
||
|
|
|
||
|
|
## Prerequisites
|
||
|
|
- Module 1: Whole numbers and counting
|
||
|
|
- Module 2: Division concepts
|
||
|
|
|
||
|
|
## Assessment
|
||
|
|
- Formative: Exit ticket with visual fraction representation
|
||
|
|
- Summative: Module quiz (5 items)
|
||
|
|
|
||
|
|
## Handoff Notes for Instructional Writer
|
||
|
|
- Objective 1: Focus on concrete examples before abstract definition
|
||
|
|
- Objective 2: Include manipulatives and visual models
|
||
|
|
- Objective 3: Use real-world comparison scenarios
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Example 3: Gap Analysis Report
|
||
|
|
|
||
|
|
```markdown
|
||
|
|
# Curriculum Gap Analysis: Grade 4 Mathematics
|
||
|
|
|
||
|
|
## Coverage Summary
|
||
|
|
| Domain | Objectives | Standards Coverage | Status |
|
||
|
|
|--------|-----------|-------------------|--------|
|
||
|
|
| Operations & Algebraic Thinking | 8 | 100% | Complete |
|
||
|
|
| Number & Operations in Base Ten | 6 | 85% | Gap identified |
|
||
|
|
| Number & Operations - Fractions | 5 | 70% | Gap identified |
|
||
|
|
| Measurement & Data | 7 | 100% | Complete |
|
||
|
|
| Geometry | 4 | 100% | Complete |
|
||
|
|
|
||
|
|
## Identified Gaps
|
||
|
|
1. NBT-B.5: Fluently multiply multi-digit whole numbers
|
||
|
|
- Recommendation: Add practice module for multiplication fluency
|
||
|
|
2. NF-A.2: Compare fractions with different denominators
|
||
|
|
- Recommendation: Extend Module 3 to include denominator comparison
|
||
|
|
|
||
|
|
## Cognitive Level Balance
|
||
|
|
- Remember: 15%
|
||
|
|
- Understand: 30%
|
||
|
|
- Apply: 35%
|
||
|
|
- Analyze: 15%
|
||
|
|
- Evaluate: 5%
|
||
|
|
- Create: 0%
|
||
|
|
- Recommendation: Add at least one Create-level objective
|
||
|
|
```
|
||
|
|
</examples>
|