Learning process: Difference between revisions
(Created page with "Learning process * the processes, methods, and strategies by which students engage learning") |
(started page) |
||
Line 2: | Line 2: | ||
* the processes, methods, and strategies by which students engage learning | * the processes, methods, and strategies by which students engage learning | ||
== Learning process depiction == | |||
{{#mermaid:graph TD | |||
A-->B; | |||
B-->C; | |||
B-->D; | |||
D-->A; | |||
}} | |||
== asdf == | |||
{{#mermaid:sequenceDiagram | |||
participant Teacher | |||
participant Student | |||
Teacher->Student: Teacher shows | |||
Student->>Student: Student does | |||
Note left of teacher: <br>Here's what we are learning today | |||
}} | |||
<nowiki> 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! | |||
}} | |||
</nowiki> |
Revision as of 19:09, 25 January 2024
Learning process
- the processes, methods, and strategies by which students engage learning
Learning process depiction[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! }}