Skip to content

Instantly share code, notes, and snippets.

@mpawliuk
Created July 23, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpawliuk/68c75de95fad5724ad93e9b78bfecf0a to your computer and use it in GitHub Desktop.
Save mpawliuk/68c75de95fad5724ad93e9b78bfecf0a to your computer and use it in GitHub Desktop.
Tex for a feedback form for math presentations
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}% Include CC license
\usepackage[margin=0.5in]{geometry}% Shrink margins
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\newcommand\tabitem{\makebox[1em][r]{\textbullet~}} % Item list in table. Source: https://tex.stackexchange.com/a/257485
\pagenumbering{gobble}% No page numbering
\title{Feedback Rubric} % Modify this if you want
\date{July 2019}
\author{mpawliuk}% Contact Mike Pawliuk at mpawliuk@gmail.com
\makeatletter\let\Title\@title\makeatother %Allows us to reference the title in the document
\begin{document}
Presenter: \underline{\hspace{8cm}} \qquad \Title
\begin{table}[h!]
\begin{tabular}{|p{6cm}|p{6cm}|p{6cm}|}
\hline
\textbf{I like this:} & \textbf{Topic} & \textbf{Try/consider this:} \\ \hline
&\underline{Math content} & \\
&\tabitem Appropriate level & \\
&\tabitem Appropriate rigour & \\
&\tabitem Clear definitions & \\
&\tabitem Helpful examples & \\
&\tabitem Motivation & \vspace{2cm} \\ \hline
&\underline{Presentation skills} & \\
&\tabitem Speaks clearly & \\
&\tabitem Appropriate pacing of speaking & \\
&\tabitem Body language & \\
&\tabitem Engaged with audience & \vspace{3cm} \\ \hline
&\underline{Slides/Boards} & \\
&\tabitem Writing was clear & \\
&\tabitem Language was appropriate & \\
&\tabitem Spelling/Grammar & \\
&\tabitem Appropriate citations & \\
&\tabitem Presentation was organized & \vspace{2cm} \\ \hline
&\underline{Learning Objectives} & \\
&\tabitem The goal of the presentation was clear & \\
&\tabitem There were audience takeaways & \\
&\tabitem I want to learn more about the topic & \\
&\tabitem Additional resources for audience & \vspace{3cm} \\ \hline
& & \vspace{2cm}\\ \hline
\end{tabular}
\end{table}
\noindent\small{This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 Canada License.} \includegraphics{CC.png}
% This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 Canada License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ca/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
% Picture available at: https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment