Files
latex-projects/exam_20_13/sections/fill-form.tex

38 lines
920 B
TeX

\newpage
\section{Phần trả lời}
\subsection{Phần trả lời trách nghiệm nhiều đáp án}
\renewcommand{\arraystretch}{2} % increase row height for padding
\begin{tabular}{|*{12}{>{\centering\arraybackslash}p{0.06\linewidth}|}}
\hline
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 \\
\hline
& & & & & & & & & & & \\
\hline
\end{tabular}
\subsection{Phần trả lời trách nghiệm đúng sai}
\newcounter{x}
\forloop{x}{1}{\value{x} < 5} {
\begin{minipage}[c]{0.25\textwidth}
\textbf {Câu \arabic{x}.}
\hline
\begin{tabular}{|*{4}{>{\centering\arraybackslash}p{0.15\linewidth}|}}
\hline
1 & 2 & 3 & 4\\
\hline
& & &\\
\hline
\end{tabular}
\end{minipage}
}
\subsection{Phần trả lời ngắn}
\begin{tabular}{|*{6}{>{\centering\arraybackslash}p{0.1\linewidth}|}}
\hline
1 & 2 & 3 & 4 & 5 & 6\\
\hline
& & & & &\\
\hline
\end{tabular}