Top Banner
Self-Directed Learning Material or: How to write good learning material? Robert Lehmann [email protected]
43

Self-Directed Learning Material

Jul 04, 2015

Download

Education

Robert Lehmann

or: How to write good learning material?

Presented on April 1st, 2014, at Write the Docs EU 2014 in Budapest, Hungary.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Self-Directed Learning Material

Self-Directed Learning Material

or: How to write good learning material?

Robert [email protected]

Page 2: Self-Directed Learning Material

ed-tech amnesia

Audrey Watters: "The Audrey Test": Or, What Should Every Techie Know About Education?http://hackeducation.com/2012/03/17/what-every-techie-should-know-about-education/

Page 3: Self-Directed Learning Material

We don’t know shit.We don’t know shit.

Disclaimer

Page 4: Self-Directed Learning Material

I don’t know shit.I don’t know shit.

Disclaimer

Page 5: Self-Directed Learning Material

Bloom’s taxonomyConstructivism

peer instruction

project-based learning

extrinsic motivation

Common Core

Self-Efficacy

K-12 education

failure narrative

drama in education

standardized testing

I don’t know shit.I don’t know shit.Bloom’s taxonomy

Constructivismpeer instruction

project-based learning

extrinsic motivation

Common Core

Self-Efficacy

K-12 education

failure narrative

drama in education

standardized testingDisclaimer

Page 6: Self-Directed Learning Material

I don’t know shit.I don’t know shit.

Disclaimer

Page 7: Self-Directed Learning Material

OpenTechSchool

Page 8: Self-Directed Learning Material

programming workshopscollaborative writing ◾ hands-on coaching

Page 9: Self-Directed Learning Material

© 2010 by A. T. Bens, http://www.flickr.com/photos/atibens/4540901473/

collaborate

Page 10: Self-Directed Learning Material
Page 11: Self-Directed Learning Material

tutorials

references© http://blogbr.ecglobal.com/wp-content/uploads/2012/04/mortal-kombat-vs-street-fighter.jpg

Page 12: Self-Directed Learning Material

In the end,we’re not building a slideshow,we’re teaching them Javascript.

In the end,we’re not building a slideshow,we’re teaching them Javascript.

© 2009 by Brant Wilson, http://lostandtaken.com/blog/2009/2/9/24-ripped-paper-textures-for-web-design.html

— Tiffany Conroy about Javascript for Absolute Beginners

Page 13: Self-Directed Learning Material
Page 14: Self-Directed Learning Material

The with constructis the preferred way of reading and writing files.

The with constructis the preferred way of reading and writing files.

© 2009 by Brant Wilson, http://lostandtaken.com/blog/2009/2/9/24-ripped-paper-textures-for-web-design.html

— Jonathan Whitmore on Data Processing with Python, #6

Page 15: Self-Directed Learning Material
Page 16: Self-Directed Learning Material
Page 17: Self-Directed Learning Material
Page 18: Self-Directed Learning Material

system images

Page 19: Self-Directed Learning Material

© 2008 by Nic McPee, http://www.flickr.com/photos/nicmcphee/2756494307/

write

Page 20: Self-Directed Learning Material
Page 21: Self-Directed Learning Material

small increments

copy paste

achieve it

believe it

Page 22: Self-Directed Learning Material
Page 23: Self-Directed Learning Material
Page 24: Self-Directed Learning Material

Draw a rectangle.

Page 25: Self-Directed Learning Material

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Draw a rectangle.

Page 26: Self-Directed Learning Material

Draw a rectangle.Draw three rectangles.

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Page 27: Self-Directed Learning Material

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Draw a rectangle.Draw three rectangles.

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Page 28: Self-Directed Learning Material

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Draw a rectangle.Draw three rectangles.Make the rectangles twice as large.

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)turtle.forward(50)turtle.right(90)

Page 29: Self-Directed Learning Material

for i in range(3): for j in range(4): turtle.forward(50) turtle.right(90)

Draw a rectangle.Draw three rectangles.Make the rectangles twice as large.

Page 30: Self-Directed Learning Material
Page 31: Self-Directed Learning Material
Page 32: Self-Directed Learning Material

translate

© 2009 by Elisabeth Skene, http://www.flickr.com/photos/skene/3874882162/

Page 33: Self-Directed Learning Material
Page 34: Self-Directed Learning Material

remember this talk:

Page 35: Self-Directed Learning Material

one of the coolest successes we've had is getting translations from others … e.g, the Spanish translation … was given to us almost out of the blue

one of the coolest successes we've had is getting translations from others … e.g, the Spanish translation … was given to us almost out of the blue

© 2009 by Brant Wilson, http://lostandtaken.com/blog/2009/2/9/24-ripped-paper-textures-for-web-design.html

— Matthew Iversen about using Transifex for Python for beginners

Page 36: Self-Directed Learning Material

:role:'text'makes little Sphinx cry

Page 37: Self-Directed Learning Material

فھم

Page 38: Self-Directed Learning Material

teach

Page 39: Self-Directed Learning Material

© 2009 by Christy Jesse, http://walen.se/sprites/?level=picture&id=964

Page 40: Self-Directed Learning Material
Page 41: Self-Directed Learning Material

this is not aburning pear

Page 42: Self-Directed Learning Material
Page 43: Self-Directed Learning Material

http://opentechschool.github.io/⏎ slides/presentations/coaching/

thanks to Matthew Iversen, Tiffany Conroy, Fabian Fabian, and Andreas Hug for their input

use Sphinx

more of these events!

don’t teach dogmatically

goals & non-goals

feel the paincoaching guidelines

Robert Lehmann: Self-Directed Learning Material@rlehmann robertlehmann.de slides.opentechschool.org

hands-on