-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestionnaire.tex
161 lines (135 loc) · 3.84 KB
/
questionnaire.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
\documentclass[
13pt,
a4paper,
oneside]{sdapsclassic} % tvorba dotazniku
\usepackage[utf8]{inputenc}
\usepackage{sdapsbase}
\usepackage{sdapsarray} % sdaps tabulky
\usepackage{multicol}
\usepackage{geometry}
\usepackage{graphicx} % umozni vkladani obrazku s upresnenim cesty
\graphicspath{{./images/}}
\usepackage{sdapspdf} % umozni tvorbu pdf pomoci sdaps, ktery to sam neumi
\ExplSyntaxOn
\sdaps_context_append:nn{*}{pdf_form=true}
\ExplSyntaxOff
\author{VOŠPlzeň}
\title{Záznamový arch DDH}
\setcounter{secnumdepth}{0} % skryje cislovani kapitol v textu, skryti jen v obsahu se dela pomoci hvezdicky via "\section*{Nazev sekce}"
\begin{comment}´
ODKAZY
https://sdaps.org/
https://sdaps.org/class-doc/index.html
sdapsclassic class moznosti - viz https://sdaps.org/class-doc/sdapsclassic.html
\end{comment}
\begin{document}
\begin{questionnaire}[noinfo]
\begin{Form}
\begin{multicols}{6}
% Kód uchazeče: \dots\dots\dots
% takto textbox k vyplneni tuzkou
\textbox*{1cm}{ID uchazeče:}
%\medskip % s odsazenim dolu o cca 1/2 radku
\end{multicols}
\section{Odpovědi k přijímacímu testu}
\subsection{Instrukce:}
Správné odpovědi označte křížkem. U každé otázky je \textbf{jediná správná odpověď}. V případě omylu špatnou odpověď zaplňte a křížkem označte správnou odpověď. (Takto upravenou otázku už nelze nijak upravit.)
\subsection{Příklad:}
% \includegraphics[width=0.4cm, height=0.4cm]{kolecko_selected} ...obrazek
\checkedbox*{} správná volba, \correctedbox*{} zrušená volba
\medskip % s odsazenim dolu o cca 1/2 radku
% [noinfo] odstrani defaultni hlasku o automatickem zpracovani formulare
\begin{multicols}{4}
\begin{optiongroup}{Otázky za 1 bod:}
\choice{A}
\choice{B}
\choice{C}
\choice{D}
\question{1}
\question{2}
\question{3}
\question{4}
\question{5}
\question{6}
\question{7}
\question{8}
\question{9}
\question{10}
\question{11}
\question{12}
\question{13}
\question{14}
\question{15}
\end{optiongroup}
\begin{optiongroup}{Otázky za 2 body:}
\choice{A}
\choice{B}
\choice{C}
\choice{D}
\question{16}
\question{17}
\question{18}
\question{19}
\question{20}
\question{21}
\question{22}
\question{23}
\question{24}
\question{25}
\question{26}
\question{27}
\question{28}
\question{29}
\question{30}
\end{optiongroup}
\begin{optiongroup}{Otázky za 2 body:}
\choice{A}
\choice{B}
\choice{C}
\choice{D}
\question{31}
\question{32}
\question{33}
\question{34}
\question{35}
\question{36}
\question{37}
\question{38}
\question{39}
\question{40}
\question{41}
\question{42}
\question{43}
\question{44}
\question{45}
\end{optiongroup}
\begin{optiongroup}{Otázky za 1 bod:}
\choice{A}
\choice{B}
\choice{C}
\choice{D}
\question{46}
\question{47}
\question{48}
\question{49}
\question{50}
\question{51}
\question{52}
\question{53}
\question{54}
\question{55}
\question{56}
\question{57}
\question{58}
\question{59}
\question{60}
\end{optiongroup}
\end{multicols}
\section{Vyhodnocení}
\bigskip
\begin{flushright}
Získaný počet bodů: \dots\dots\dots
\end{flushright}
\end{Form}
\end{questionnaire}
\end{document}