Learning process: Difference between revisions
(started page) |
(→Learning process depiction: building chart structure) |
||
Line 6: | Line 6: | ||
== Learning process depiction == | == Learning process depiction == | ||
{{#mermaid: | {{#mermaid:flowchart TD; | ||
A-- | A[A Teacher]-- New topic or concept! ---B[B GUIDED PRACTICE]; | ||
B-- | B[B GUIDED PRACTICE]-- Teacher shows! ---C[C Student]; | ||
C[C Student]-- Student does! ---D[D Independent practice]; | |||
D-->A; | D[D Independent practice]-->Dd[Dd Homework]; | ||
A[A Teacher]-- Assigns homework-->Dd[Dd Homework]; | |||
Dd[Dd Homework]-->A[A Teacher] | |||
A[A Teacher]-- Grades and corrects!-->F[FEEDBACK]; | |||
}} | }} | ||
subgraph LR | |||
C[C Student]-->Dd[Dd Homework]; | |||
D[D Homework]-->A[A Teacher]; | |||
A[A Teacher]-- grades & gives feedback! ---Bc[FEEDBACK]; | |||
end | |||
D[D Independent practice] | |||
subgraph LR | |||
A[A Teacher]-- Grades homework --->F[FEEDBACK]; | |||
end | |||
Note: the ; (semicolon) creates the link | |||
* removing it starts a new column | |||
===ASDF=== | |||
== asdf == | == asdf == |
Revision as of 22:18, 25 January 2024
Learning process
- the processes, methods, and strategies by which students engage learning
Learning process depiction[edit | edit source]
subgraph LR
C[C Student]-->Dd[Dd Homework]; D[D Homework]-->A[A Teacher]; A[A Teacher]-- grades & gives feedback! ---Bc[FEEDBACK];
end
D[D Independent practice]
subgraph LR
A[A Teacher]-- Grades homework --->F[FEEDBACK];
end
Note: the ; (semicolon) creates the link
- removing it starts a new column
ASDF[edit | edit source]
asdf[edit | edit source]
loop Guided Practice Teacher->Teacher: Teacher shows {{#mermaid:sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail... John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! }}