Tex for a feedback form for math presentations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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