> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillbridgedev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Learning Hierarchy Overview

> Understanding SkillShop's learning structure for effective curriculum design and instructional planning

# Learning Hierarchy Overview

SkillShop organizes educational content through a sophisticated four-tier learning hierarchy that enables flexible, personalized learning experiences. This guide explains how to design effective curriculum using these learning structures.

## The Four-Tier Learning Hierarchy

<CardGroup cols={2}>
  <Card title="Learning Activities" icon="play">
    **Atomic Learning Units**
    Individual pieces of content like videos, documents, assessments, and interactive exercises.
  </Card>

  <Card title="Learning Plans (PLPs)" icon="list">
    **Structured Sequences**
    Ordered "playlists" of activities designed to achieve specific learning objectives.
  </Card>

  <Card title="Learning Modules" icon="folder">
    **Cohesive Units**
    Collections of plans with assessments that focus on skill mastery and topic understanding.
  </Card>

  <Card title="Learning Paths" icon="route">
    **Flexible Journeys**
    Non-linear learning experiences with multiple routes and adaptive progression.
  </Card>
</CardGroup>

## Building from the Ground Up

The learning hierarchy follows a bottom-up construction approach:

<Steps>
  <Step title="Create Learning Activities">
    Start by uploading and organizing individual content pieces:

    * **Videos**: Lectures, demonstrations, tutorials
    * **Documents**: PDFs, presentations, reading materials
    * **Interactive Content**: Simulations, coding exercises, virtual labs
    * **Assessments**: Quizzes, tests, practice exercises

    Each activity includes:

    * Duration estimates for time planning
    * Topic and skill associations for knowledge mapping
    * Completion criteria for progress tracking
  </Step>

  <Step title="Design Learning Plans">
    Combine activities into structured sequences:

    * **Sequential Organization**: Activities build upon each other logically
    * **Learning Objectives**: Clear goals for what students will achieve
    * **Difficulty Progression**: Gradual increase in complexity
    * **Time Estimation**: Automatic calculation from component activities

    <Tip>
      Think of Learning Plans as "lessons" or "units" that students complete in order, like chapters in a textbook.
    </Tip>
  </Step>

  <Step title="Build Learning Modules">
    Group related plans with assessment outcomes:

    * **Comprehensive Coverage**: Multiple plans covering all aspects of a topic
    * **Skill Focus**: Organized around specific competencies students will master
    * **Assessment Integration**: Final evaluations to verify learning outcomes
    * **Progress Tracking**: Monitor student advancement through the module
  </Step>

  <Step title="Create Learning Paths">
    Design flexible, non-linear learning journeys:

    * **Graph Structure**: Visual representation of learning progression
    * **Multiple Routes**: Different pathways to achieve the same learning goals
    * **Prerequisites**: Clear dependencies between learning components
    * **Adaptive Branching**: Students can choose routes based on their needs
  </Step>
</Steps>

## Curriculum Design Perspectives

### For Instructional Designers

<Tabs>
  <Tab title="Linear Curriculum">
    **Best for**: Traditional course structures, prerequisite-heavy subjects

    **Approach**:

    1. Create comprehensive Learning Plans for each course unit
    2. Organize plans into Learning Modules by topic or skill area
    3. Use simple Learning Paths with clear sequential progression
    4. Include regular assessments to verify understanding

    **Example**: Mathematics curriculum where algebra concepts must be mastered before calculus
  </Tab>

  <Tab title="Competency-Based Learning">
    **Best for**: Skills-focused training, professional development

    **Approach**:

    1. Define skill competencies and proficiency levels
    2. Create Learning Modules focused on specific skills
    3. Design flexible Learning Paths with multiple skill-building routes
    4. Use assessments to verify competency achievement

    **Example**: Programming bootcamp with multiple paths to full-stack development
  </Tab>

  <Tab title="Personalized Learning">
    **Best for**: Diverse learner populations, adaptive education

    **Approach**:

    1. Create varied Learning Activities for different learning styles
    2. Build multiple Learning Plans for the same objectives
    3. Design branching Learning Paths with choice points
    4. Use AI recommendations to guide student progression

    **Example**: Language learning with visual, auditory, and kinesthetic activity options
  </Tab>
</Tabs>

## Knowledge Organization Integration

### Topics and Skills Framework

<AccordionGroup>
  <Accordion title="Topic Hierarchy">
    SkillShop organizes knowledge into five topic categories:

    * **Concepts**: Abstract ideas and principles (e.g., "Photosynthesis", "Democracy")
    * **People**: Important individuals and their contributions (e.g., "Marie Curie", "Shakespeare")
    * **Events**: Historical occurrences and their significance (e.g., "World War II", "Industrial Revolution")
    * **Academic Domains**: Major fields of study (e.g., "Biology", "Mathematics", "Literature")
    * **Subdomains**: Specialized areas within domains (e.g., "Molecular Biology", "Calculus", "Poetry")

    **Curriculum Application**: Associate your learning content with relevant topics to enable intelligent content discovery and recommendation.
  </Accordion>

  <Accordion title="Skills and Proficiency">
    Skills represent measurable competencies with five proficiency levels:

    1. **Novice**: Basic awareness and understanding
    2. **Beginner**: Fundamental knowledge with guided practice
    3. **Intermediate**: Independent application of concepts
    4. **Advanced**: Complex problem-solving and analysis
    5. **Expert**: Innovation, teaching, and leadership capability

    **Curriculum Application**: Map your learning activities to specific skills and target appropriate proficiency levels for your learners.
  </Accordion>

  <Accordion title="Knowledge Graphs">
    SkillShop creates relationship maps between topics and skills:

    * **Topic Relationships**: How concepts connect and build upon each other
    * **Skill Prerequisites**: Which competencies are needed before advancing
    * **Learning Dependencies**: Optimal sequences for knowledge acquisition

    **Curriculum Application**: Leverage these relationships to create logical learning progressions and identify prerequisite gaps.
  </Accordion>
</AccordionGroup>

## Student Experience in Learning Client

### How Students Navigate Your Curriculum

<CardGroup cols={2}>
  <Card title="Content Discovery" icon="search">
    **Netflix-Style Browsing**

    * Featured content and recommendations
    * Category-based organization
    * Personalized suggestions based on progress
    * Search and filtering capabilities
  </Card>

  <Card title="Learning Progression" icon="chart-line">
    **Progress Tracking**

    * Visual completion indicators
    * Skill development monitoring
    * Achievement badges and milestones
    * Time investment analytics
  </Card>

  <Card title="Adaptive Pathways" icon="arrows-split-up-and-left">
    **Personalized Routes**

    * Multiple paths to the same learning goals
    * Difficulty adjustments based on performance
    * Alternative explanations and resources
    * Skip-ahead options for advanced learners
  </Card>

  <Card title="Interactive Learning" icon="gamepad-2">
    **Engaging Activities**

    * Video players with note-taking
    * Interactive coding environments
    * Assessment feedback and explanations
    * AI tutor assistance when needed
  </Card>
</CardGroup>

## Best Practices for Curriculum Design

### Content Organization

<Steps>
  <Step title="Start with Learning Objectives">
    * Define clear, measurable outcomes for each learning component
    * Align objectives with relevant topics and skills
    * Consider different proficiency levels for diverse learners
  </Step>

  <Step title="Design for Flexibility">
    * Create multiple activity types for the same learning objective
    * Build alternative pathways for different learning preferences
    * Include optional enrichment and remediation content
  </Step>

  <Step title="Implement Progressive Assessment">
    * Include formative assessments throughout learning sequences
    * Design summative evaluations for modules and paths
    * Provide immediate feedback and explanations
  </Step>

  <Step title="Enable Personalization">
    * Tag content with appropriate difficulty levels
    * Associate activities with multiple topics and skills
    * Create branching points in learning paths for student choice
  </Step>
</Steps>

### Quality Assurance

<Warning>
  Regularly review your curriculum structure to ensure learning paths remain coherent and prerequisites are properly sequenced.
</Warning>

**Key Validation Points**:

* **Prerequisite Chains**: Ensure students have necessary background before advancing
* **Duration Estimates**: Verify time estimates match actual completion times
* **Assessment Alignment**: Confirm evaluations match learning objectives
* **Content Freshness**: Update materials to maintain relevance and accuracy

## Advanced Features

### AI-Powered Enhancements

<AccordionGroup>
  <Accordion title="Intelligent Content Discovery">
    * Automatic topic and skill identification from uploaded content
    * AI-generated summaries and learning objectives
    * Smart recommendations for related materials
    * Content gap analysis and suggestions
  </Accordion>

  <Accordion title="Adaptive Learning Paths">
    * Dynamic difficulty adjustment based on student performance
    * Personalized content recommendations
    * Automatic prerequisite checking and remediation
    * Learning style adaptation
  </Accordion>

  <Accordion title="Assessment Generation">
    * AI-created questions from content materials
    * Automatic rubric generation for subjective assessments
    * Difficulty calibration and item analysis
    * Performance prediction and intervention recommendations
  </Accordion>
</AccordionGroup>

### Analytics and Insights

Monitor the effectiveness of your curriculum design:

* **Engagement Metrics**: Which activities and paths students prefer
* **Completion Rates**: Where students struggle or drop off
* **Learning Outcomes**: Assessment performance and skill development
* **Time Analytics**: Actual vs. estimated completion times
* **Pathway Analysis**: Most and least effective learning routes

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Your First Learning Plan" icon="rocket" href="/skillshop-client/learning">
    Start building structured learning experiences with step-by-step guidance
  </Card>

  <Card title="Design Learning Paths" icon="route" href="/skillshop-client/learning">
    Create flexible, non-linear learning journeys for your students
  </Card>

  <Card title="Organize Topics and Skills" icon="sitemap" href="/skillshop-client/topics">
    Build the knowledge framework that powers intelligent content organization
  </Card>

  <Card title="Student Experience Guide" icon="graduation-cap" href="/learning-client/introduction">
    Understand how students will interact with your curriculum design
  </Card>
</CardGroup>

***

*Ready to start designing your curriculum? Begin with [Learning Plans](/skillshop-client/learning) to create your first structured learning experience.*
