diff options
| -rw-r--r-- | forms/eval/evalsheet_en.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/eval/evalsheet_en.tex b/forms/eval/evalsheet_en.tex index c0590e4..a16a284 100644 --- a/forms/eval/evalsheet_en.tex +++ b/forms/eval/evalsheet_en.tex @@ -1,6 +1,7 @@ \documentclass{lxarticle} \usepackage{german} \usepackage{polyglossia} +\usepackage{hyperref} \usepackage{lxheaders} \usepackage{lxextras} \usepackage[margin=3cm]{geometry} @@ -21,7 +22,7 @@ \textinput{company:} \textinput{training / date:} \textinput{trainer:} -\textinput{name (optional):} +\textinput{your 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?} @@ -30,10 +31,10 @@ \question{questions}{Did the trainer answer your questions?} \question{topics}{Was the time frame sufficient to cover all the topics?} \newpage -\hear{hearfrom}{How did you hear from us?} +\hear{hearfrom}{How did you hear about us?} \renewcommand\LayoutTextField[2]{#1\\\\ #2} -\TextField[bordercolor={1 1 1},multiline=true,width=\textwidth,height=5cm]{How did you hear from us? (other than above)} +\TextField[bordercolor={1 1 1},multiline=true,width=\textwidth,height=5cm]{How did you hear about us? (other than above)} \TextField[bordercolor={1 1 1},multiline=true,width=\textwidth,height=10cm]{Hints and comments} \end{Form} \end{document} |
