Tea rating form
authorAlex Dehnert <adehnert@mit.edu>
Sun, 5 Jul 2015 07:20:43 +0000 (03:20 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Sun, 5 Jul 2015 07:20:43 +0000 (03:20 -0400)
tea/rating.tex [new file with mode: 0644]

diff --git a/tea/rating.tex b/tea/rating.tex
new file mode 100644 (file)
index 0000000..8c97e1a
--- /dev/null
@@ -0,0 +1,29 @@
+\documentclass{article}
+\usepackage{fullpage}
+\title{Soviet Russia tea tasting}
+\date{Sunday, July  5, 2015}
+
+\newcommand{\tearow}[1]{#1 & & & & \\[0.5in]\hline}
+\begin{document}
+\maketitle
+
+Round: \underline{\hspace{2in}}\\
+Tea: label of the tea being tested\\
+Mug: description of the mug you used (as a reminder to you)\\
+Rating: 1-10, 1=bad, 10=great\\
+
+\noindent
+\begin{tabular}{|l|p{1in}|l|p{2in}|p{2.4in}}
+\hline
+Tea & Mug & Rating & Guess & Comments \\\hline
+\tearow{A}
+\tearow{B}
+\tearow{C}
+\tearow{D}
+\tearow{E}
+\tearow{F}
+\tearow{G}
+\tearow{H}
+\end{tabular}
+
+\end{document}