summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/esami/doc/examples/testA-luatex.tex
blob: 4f66e66f3de33b75a8080ac8e80f0b0e41182b49 (plain)
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
\documentclass[a4paper,italian]{article}
        \usepackage{luatextra} % also loads fixltx2e, fontspec, xunicode
        \usepackage[utf8]{luainputenc}
\usepackage[shuffle,xyz,pointsonright,nosolutions,noquizsolutions,twocolumns]{esami}

% +=============================+
% |         DEFINITIONS         |
% +=============================+

\def\examname{The name of the exam}
\def\numcompiti{4}%%% The number of the versions
\date{2022/01/22}%%% THE DATE IN THE FORMAT YYYY/M/D or D/M/YYYY
\def\Data{\longdate}%%% or \shortdate: the date in the heading
%\def\cartella{pop}%%% The folder where are the exercises: by default the current folder%
%\def\Acapo{\newpage}
\usepackage{babel}

\renewcommand{\checkpoints}{ }  % So we don't check if the total points of an exercise is correct

\begin{document}
\testversioni
\pagestyle{esame}

\whiledo{\thevers<\numcompiti}{\stepvers
% +=============================+
% |       THE SEED              |
% +=============================+

%\FPeval\seme{round((\thenomefile+(3*\thevers)):0)}
%%% OR SOME OTHER LIKE
\FPeval\seme{round(\thenomefile*(\thevers)+1-trunc(\thenomefile*(\thevers)/(2^31-1):0)*(2^31-1):0)}
%\FPeval\seme{round(1+abs(\thenomefile/(\thevers)+sin(\thevers)*(\thevers)^(2)):0)}
%\FPeval\semeex{round(\thenomefile+1-trunc(\thenomefile/(2^31-1):0)*(2^31-1):0)}
\randomi=\seme

\permuta
% +=============================+
% |  STUFF DEFINED IN CFG FILE  |
% +=============================+

\testa%%% the heading
\istruzionii%%%  some instructions

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section*{Part One}


\begin{test}[15]
	\textsc{some exercises from 2 files}
	

\begin{questions}
%\ifluatex
%\esercizi{
%test14,
%test1,
%test4,
%test9
%}
%\else\ifxetex
%\esercizi{
%test14,
%test1,
%test4,
%test9
%}
%\else



\begin{esdb}{mydb} %% some exercises from 2 files
  \selectrandomlyn{3}{test2}
 \selectrandomlyn{2}{test3}
  \end{esdb}

\esercizi{
test14,
test1,
test4,
test9,
test5-fillin
}

\textsc{All the problems of a file}


\selectallproblems[random]{test11}
%\fi\fi

\end{questions}

\textsc{Some other questions}\\[5mm]


\begin{questions} %% a new set of questions
\esercizi{test12,
test13
}
\end{questions}
\end{test}

\newpage
\section*{Part two}
\istruzioniii%%% Some other instructions

\esercizi{problem1}
\newpage
An example of matching question.

\esercizi{problem3-matching}

\newpage
An example of ``tabella'' question.

\esercizi{problem2-tabella}
\closevers
\newpage                                                                            %
                                                                %
\setcounter{page}{1} %%% dvi
}

\end{document}