Skip to content

Instantly share code, notes, and snippets.

@avidrucker
Created September 22, 2024 17:17
Show Gist options
  • Select an option

  • Save avidrucker/6007867ea4e8b14cab093842ebc6a9f1 to your computer and use it in GitHub Desktop.

Select an option

Save avidrucker/6007867ea4e8b14cab093842ebc6a9f1 to your computer and use it in GitHub Desktop.
a flowchart diagram depicting learning phases and how they may be disrupted and supported
flowchart TD
    A[Start] --> B[Phase 1: Self-Assessment & Goal Setting]
    B --> B1{Accurate Self-Assessment?}
    B1 -- Yes --> C[Phase 2: Resource Identification & Planning]
    B1 -- No --> B2[Failure Mode: Over/Underestimating Abilities]
    B2 --> B3[Strategy: Take Diagnostic Tests, Set SMART Goals]
    B3 --> B[Phase 1]
    
    C --> C1{Effective Planning?}
    C1 -- Yes --> D[Phase 3: Active Engagement & Exploration]
    C1 -- No --> C2[Failure Mode: Poor Planning]
    C2 --> C3[Strategy: Prioritize Resources, Create Flexible Schedule]
    C3 --> C[Phase 2]
    
    D --> D1{Active Learning Methods Used?}
    D1 -- Yes --> E[Phase 4: Reflection & Metacognitive Monitoring]
    D1 -- No --> D2[Failure Mode: Passive Learning]
    D2 --> D3[Strategy: Employ Active Techniques, Diversify Activities]
    D3 --> D[Phase 3]
    
    E --> E1{Regular Reflection?}
    E1 -- Yes --> F[Phase 5: Practice & Skill Application]
    E1 -- No --> E2[Failure Mode: Lack of Self-Monitoring]
    E2 --> E3[Strategy: Schedule Regular Reviews, Adjust Methods]
    E3 --> E[Phase 4]
    
    F --> F1{Balanced Practice?}
    F1 -- Yes --> G[Phase 6: Feedback Acquisition & Evaluation]
    F1 -- No --> F2[Failure Mode: Neglecting Skill Areas]
    F2 --> F3[Strategy: Allocate Time to All Skills, Use Real-world Applications]
    F3 --> F[Phase 5]
    
    G --> G1{Seeking Feedback?}
    G1 -- Yes --> H[Phase 7: Mastery & Knowledge Integration]
    G1 -- No --> G2[Failure Mode: Limited Feedback]
    G2 --> G3[Strategy: Seek Diverse Feedback, Take Mock Exams]
    G3 --> G[Phase 6]
    
    H --> H1{Knowledge Integrated?}
    H1 -- Yes --> I[End: Successful Learning]
    H1 -- No --> H2[Failure Mode: Lack of Integration]
    H2 --> H3[Strategy: Connect Knowledge Across Contexts, Continuous Application]
    H3 --> H[Phase 7]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment