summaryrefslogtreecommitdiff
path: root/forms/evalsheet_en.tex
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
commitc358412dbf0c779910057d4547f673e85b7b12dd (patch)
treebab073fcc77246353e5dcd79baf55604f2c33cce /forms/evalsheet_en.tex
parent9e05689406c83ae3020ca32a6ec6387466209138 (diff)
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'forms/evalsheet_en.tex')
-rw-r--r--forms/evalsheet_en.tex36
1 files changed, 0 insertions, 36 deletions
diff --git a/forms/evalsheet_en.tex b/forms/evalsheet_en.tex
deleted file mode 100644
index 068d092..0000000
--- a/forms/evalsheet_en.tex
+++ /dev/null
@@ -1,36 +0,0 @@
-\documentclass{lxarticle}
-\usepackage[utf8]{inputenc}
-\usepackage{lxheaders}
-\usepackage{lxextras}
-\usepackage{hyperref}
-\usepackage[margin=3cm]{geometry}
-
-\usepackage{eqparbox}
-\renewcommand\LayoutTextField[2]{\eqparbox{label}{#1} #2}
-
-\newcommand\question[2]{\ChoiceMenu[radio,charsize=24pt,name=#1,bordercolor={1 1 1}]{#2\\}{very good=1,good=2,satisfactory=3,fair=4,poor=5}\\\\}
-
-\newcommand\textinput[1]{\noindent\TextField[bordercolor={1 1 1},width=20em]{#1}\\\\}
-
-\begin{document}
-\section*{\centering Evaluation sheet}
-\vspace{0.5cm}
-\Large
-\begin{Form}
-\textinput{company:}
-\textinput{training / date:}
-\textinput{trainer:}
-\textinput{name (optional):}
-\question{overall}{How did you like the training?}
-\question{expect}{Did the training meet your expectations?}
-\question{agenda}{Were all topics of the agenda covered?}
-\question{material}{How is the quality of the training materials?}
-\question{trainer}{How would you grade our trainer's expertise?}
-\question{questions}{Did the trainer answer your questions?}
-\question{topics}{Was the time frame sufficient to cover all the topics?}
-\newpage
-\renewcommand\LayoutTextField[2]{#1\\\\
-#2}
-\TextField[bordercolor={1 1 1},multiline=true,width=\textwidth,height=10cm]{Hints and comments}
-\end{Form}
-\end{document}