Feat: début de l'évolution pour les 4e
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13e1908481
commit
09a1c5e43d
71
4e/Evaluations/DS_2021-10-22/exercises.tex
Normal file
71
4e/Evaluations/DS_2021-10-22/exercises.tex
Normal 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}
|
BIN
4e/Evaluations/DS_2021-10-22/sujet.pdf
Normal file
BIN
4e/Evaluations/DS_2021-10-22/sujet.pdf
Normal file
Binary file not shown.
27
4e/Evaluations/DS_2021-10-22/sujet.tex
Normal file
27
4e/Evaluations/DS_2021-10-22/sujet.tex
Normal 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:
|
||||
|
Loading…
Reference in New Issue
Block a user