Learning process: Difference between revisions

(started page)
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:


* the processes, methods, and strategies by which students engage learning
* the processes, methods, and strategies by which students engage learning
* the Learning Process deeply impacts classroom management and student engagement


== Learning process in general ==


== Learning process depiction ==
== Learning process in pedagogy ==


{{#mermaid:graph TD
from the pedagogical, or teaching, perspective the learning process engages students in two basic steps:
A-->B;
 
B-->C;
# teacher showing
B-->D;
# student doing
D-->A;
 
These are called
# Guided practice
# Independent practice
 
=== Guided Practice ===
* by "guided" we mean "teacher shows, demonstrates, explains," etc.
** i.e., "guided" = the teacher helps the student
* by "practice" we mean the student "does" along with what the teacher "guides"
* for the student guided practice may entail:
{| class="wikitable"
|+
!Teacher Shows
!Student Does
!Methodology
!Positive
!Negative
|-
|Lecture
|
* listen
* take notes
* ask questions
|
* Lecture-based Guided Practice extends student prior knowledge
|
* instructional and informational transfer can be maximized via lecture
* pacing must match classroom and individual student "prior knowledge", upon which new learning is built and practiced
|
* students must be "guided" in effective lecture- based learning
* students may process new information at different paces
|-
|Cooperative (or Group) Work
|
* follow teacher or project instruction
* actively participate
*
|
* with teacher guidance students practice in groups so that each becomes both teacher and student
|
* So long as the students have been guided properly on goals steps, outcomes, etc., cooperative practice yields more active student practice than lecture
|
* students may not cooperate with one another
* the learning will be constrained by the limits and parameters of the activity
|-
|
|
|
|
|
|}
 
=== Independent practice ===
 
* by "independent" we mean the student engages the "practice" alone, without teacher guidance
** paired or group practice is not entirely independent
 
=== Feedback ===
 
* Guided Practice is connected to Independent Practice via teacher feedback
* feedback comes in the form of
** questions and answers
** formal or informal assessment with correction
*** informal assessment: teacher asks or presents students with questions, usually without grading
**** i.e., in-class Question and Answer
**** worksheets
**** review
*** formal assessment: graded independent practice to be measured by a grade
**** homework, quiz, test, project, etc.
 
<u>'''Learning process depictions'''</u>
 
== Feedback Loop ==
 
{{#mermaid:flowchart LR
    subgraph 1
        direction TB
        A[TEACHER GUIDED PRACTICE]--TEACHER SHOWS--> B[STUDENT INDEPENDENT PRACTICE]
    end
    subgraph 2
        direction TB
        D[TEACHER GUIDED PRACTICE] --> E[STUDENT INDEPENDENT PRACTICE]
    end
    1--ASSESSMENT-->C[FEEDBACK]
    C--CORRECTION-->2
    2-->F[FEEDBACK]
 
}}
}}


== asdf ==
== Guided & Independent Practice ==
{{#mermaid:sequenceDiagram
{{#mermaid:flowchart TD;
  participant Teacher
  A[Teacher]-- 1.Teacher introduces new topic or concept -->B[GUIDED PRACTICE];
  participant Student
  B[GUIDED PRACTICE]-- 2. Teacher explains & demonstrates -->C[Student];
  Teacher->Student: Teacher shows
C[Student]-- 3. Student tries on own & asks questions<br>= guided practice-->B[GUIDED PRACTICE];
  Student->>Student: Student does
A[Teacher]-- 4. Teacher assigns homework<br>sets expectations-->Dd[Homework];
  Note left of teacher: <br>Here's what we are learning today
Dd[Homework]-- 5. Student does homework<br>= independent practice-->E[INDEPENDENT PRACTICE]
   
  A[Teacher]-- 6. Teacher grades and corrects homework-->F[FEEDBACK];
}}
}}
<nowiki>  loop Guided Practice
  Teacher->Teacher: Teacher shows


{{#mermaid:sequenceDiagram
== Assessment ==
  participant Alice
{{#mermaid:flowchart TD;
  participant Bob
  A[Teacher]-- 1.Teacher assigns test & reviews -->B[GUIDED PRACTICE];
  Alice->>John: Hello John, how are you?
  C[Student]-- 2. Students asks questions<br>= guided practice-->B[GUIDED PRACTICE];
  loop Healthcheck
C[Student]-- 3. Student studies & prepares -->D[INDEPENDENT PRACTICE]
  John->John: Fight against hypochondria
D[INDEPENDENT PRACTICE]-- 4. Student takes test -->E[Test];
  end
E[Test]-- 5. Teacher grades and corrects test-->F[FEEDBACK];
  Note right of John: Rational thoughts <br/>prevail...
  John-->>Alice: Great!
  John->>Bob: How about you?
  Bob-->>John: Jolly good!
}}
}}
 
[[Category:Learning process]]
</nowiki>
[[Category:Metacognition]]
[[Category:Pedagogy]]
[[Category:Classroom Management]]

Latest revision as of 16:12, 31 January 2024

Learning process

  • the processes, methods, and strategies by which students engage learning
  • the Learning Process deeply impacts classroom management and student engagement

Learning process in general

Learning process in pedagogy

from the pedagogical, or teaching, perspective the learning process engages students in two basic steps:

  1. teacher showing
  2. student doing

These are called

  1. Guided practice
  2. Independent practice

Guided Practice

  • by "guided" we mean "teacher shows, demonstrates, explains," etc.
    • i.e., "guided" = the teacher helps the student
  • by "practice" we mean the student "does" along with what the teacher "guides"
  • for the student guided practice may entail:
Teacher Shows Student Does Methodology Positive Negative
Lecture
  • listen
  • take notes
  • ask questions
  • Lecture-based Guided Practice extends student prior knowledge
  • instructional and informational transfer can be maximized via lecture
  • pacing must match classroom and individual student "prior knowledge", upon which new learning is built and practiced
  • students must be "guided" in effective lecture- based learning
  • students may process new information at different paces
Cooperative (or Group) Work
  • follow teacher or project instruction
  • actively participate
  • with teacher guidance students practice in groups so that each becomes both teacher and student
  • So long as the students have been guided properly on goals steps, outcomes, etc., cooperative practice yields more active student practice than lecture
  • students may not cooperate with one another
  • the learning will be constrained by the limits and parameters of the activity

Independent practice

  • by "independent" we mean the student engages the "practice" alone, without teacher guidance
    • paired or group practice is not entirely independent

Feedback

  • Guided Practice is connected to Independent Practice via teacher feedback
  • feedback comes in the form of
    • questions and answers
    • formal or informal assessment with correction
      • informal assessment: teacher asks or presents students with questions, usually without grading
        • i.e., in-class Question and Answer
        • worksheets
        • review
      • formal assessment: graded independent practice to be measured by a grade
        • homework, quiz, test, project, etc.

Learning process depictions

Feedback Loop

Guided & Independent Practice

Assessment