Feat: début de l'évolution pour les 4e
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2021-10-21 09:23:06 +02:00
parent 13e1908481
commit 09a1c5e43d
3 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,71 @@
\begin{exercise}[subtitle={Calculs \Cal}, step={1}, origin={Création}, topics={ Calculs }, tags={ 4e }]
Faire les calculs suivants
\begin{multicols}{2}
\begin{enumerate}
\item $4 + (-2) = $
\item $4 - (-2) = $
\item $4 \times (-2) = $
\item $-10 + (-21) = $
\item $-10 - (-21) = $
\item $-10 \times (-21) = $
\end{enumerate}
\end{multicols}
\end{exercise}
\begin{exercise}[subtitle={Triangles \Rep \Cal}, step={1}, origin={Création}, topics={ Calculs }, tags={ 4e }]
\begin{enumerate}
\item Calculer la longueur du côté $AB$
\begin{minipage}{0.4\linewidth}
\begin{tikzpicture}
\draw[very thick]
(-2,3) node [above] {$A$}-- node[midway, sloped, below]{33cm}
(-2,0) node [below] {$C$}-- node[midway, below]{56cm}
(3,0) node [below] {$B$}-- cycle;
\draw (-2, 0) rectangle ++ (0.3, 0.3);
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.6\linewidth}
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
\end{minipage}
\item Calculer la longueur du côté $IJ$
\begin{minipage}{0.4\linewidth}
\begin{tikzpicture}
\draw[very thick]
(-2,3) node [above] {$K$}-- node[midway, sloped, below]{45}
(-2,0) node [below] {$I$}--
(3,0) node [below] {$J$}-- node[midway, sloped, above]{53}
cycle;
\draw (-2, 0) rectangle ++ (0.3, 0.3);
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.6\linewidth}
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
\end{minipage}
\item $LMN$ est un triangle rectangle en $L$ tel que $LM = 10$ et $LN = 20$. Calculer la longueur $MN$.
\bigskip
\begin{minipage}{0.4\linewidth}
\hspace{1cm}
\end{minipage}
\begin{minipage}{0.6\linewidth}
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
.\dotfill\\[0.5cm]
\end{minipage}
\end{enumerate}
\end{exercise}

Binary file not shown.

View File

@ -0,0 +1,27 @@
\documentclass[a4paper,12pt]{article}
\usepackage{myXsim}
% Title Page
\title{ Evaluation \hfill }
\tribe{4e}
\date{2021-10-22}
\duree{}
\DeclareExerciseCollection[step=1]{banque}
\xsimsetup{collect}
\begin{document}
\maketitle
Le barème est donné à titre indicatif, il pourra être modifié.
\input{exercises.tex}
\printcollection{banque}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: