60 lines
1.6 KiB
TeX
60 lines
1.6 KiB
TeX
\begin{parts}
|
|
\Block{set depart = randint(5, 10)}
|
|
\part C'est dimanche! Et comme tous les dimanches j'aime aller marcher dans la montagne. Ce matin je suis partis à \Var{depart}h30. Après une belle randonnée, je suis rentré à 12h15. Combien de temps a duré ma randonnée?
|
|
\ifprintanswers
|
|
\else
|
|
\\
|
|
|
|
\hspace{-2cm}
|
|
\begin{minipage}[t]{0.6\textwidth}
|
|
\begin{spacing}{2.0}
|
|
Réponse: \dotfill
|
|
\\
|
|
.\dotfill
|
|
\\
|
|
.\dotfill
|
|
\end{spacing}
|
|
\end{minipage}
|
|
\vline
|
|
\hspace{0.2cm}
|
|
\begin{minipage}[t]{0.4\textwidth}
|
|
Calculs:
|
|
|
|
\end{minipage}
|
|
\fi
|
|
\begin{solution}
|
|
\Block{set duree = 11 - depart}
|
|
Ma randonnée a duré \Var{duree}h45.
|
|
\end{solution}
|
|
|
|
\Block{set duree = randint(20, 50)}
|
|
\part J'ai un devoir de mathématique à faire pour demain. J'ai commencé à travaillé à 16h45 et j'ai travaillé pendant \Var{duree}minutes. À quelle heure est-ce que j'ai terminé mon devoir?
|
|
\ifprintanswers
|
|
\else
|
|
\\
|
|
|
|
\hspace{-2cm}
|
|
\begin{minipage}[t]{0.6\textwidth}
|
|
\begin{spacing}{2.0}
|
|
Réponse: \dotfill
|
|
\\
|
|
.\dotfill
|
|
\\
|
|
.\dotfill
|
|
\end{spacing}
|
|
\end{minipage}
|
|
\vline
|
|
\hspace{0.2cm}
|
|
\begin{minipage}[t]{0.4\textwidth}
|
|
Calculs:
|
|
|
|
\end{minipage}
|
|
\fi
|
|
\begin{solution}
|
|
\Block{set min = duree - 15}
|
|
J'ai terminé mon devoir à 17h\Var{min}.
|
|
\end{solution}
|
|
|
|
|
|
\end{parts}
|