Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Last active November 18, 2020 14:52
Show Gist options
  • Save niklaskeerl/4a608c1bb501c726806370f2fa034125 to your computer and use it in GitHub Desktop.
Save niklaskeerl/4a608c1bb501c726806370f2fa034125 to your computer and use it in GitHub Desktop.
Hierarchial Task Analysis (HTA) latex template
\documentclass[border=10pt,tikz]{standalone}
\usepackage[edges]{forest}
\usetikzlibrary{fit}
\begin{document}
\begin{forest}
for tree={
draw,
align=center
},
forked edges,
[0. Pupil’s participation, delay={where content={}{shape=coordinate}{}}
[1. Teacher gives instruction\\(e.g. question)]
[2. Animate active\\cooperation of pupils
[1.1 identify issues
[1.1.1 talk to students\\about their issues]
[1.1.2 try to solve the\\issues one by one]
]
[1.2 change of didactic\\method (e.g. quiz{,} movie{,} comments)]
]
[3. coordinate participation
[
[
[
[
[2.1 pupils raise their hand]
[2.2 teacher remembers the order\\of raised hands]
[2.3 teacher calls pupils using\\first in first out]
[2.4 teacher evaluates\\contribution
[2.4.1 consider age\\and development status]
[2.4.2 evaluate initiative{,}\\willingness to cooperate{,}\\team spirit{,} participation{,}\\independence{,} creativity\\and responsibility]
[2.4.3 respect health\\impairments]
]
]
]
]
]
]
[4. Feedback to pupils and parents]
]
\end{forest}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment