Bertrand Benjamin
e45777d5be
All checks were successful
continuous-integration/drone/push Build is passing
35 lines
1.4 KiB
TeX
35 lines
1.4 KiB
TeX
\begin{exercise}[subtitle={Tracer des graphes}, step={1}, origin={Inspiré de Graphing Stories de Dan Meyer}, topics={ Fonctions et graphiques }, tags={ Fonctions, Graphiques }]
|
|
\begin{enumerate}
|
|
\item Tracer les graphiques correspondants aux vidéos présentées
|
|
|
|
\hspace{-1cm}
|
|
\includegraphics[scale=0.13]{./fig/weight_stack} &
|
|
\includegraphics[scale=0.13]{./fig/balloon_lenght} &
|
|
\includegraphics[scale=0.13]{./fig/distance_camera} &
|
|
|
|
\item Tracer 3 graphiques différents à partir de la vidéo.
|
|
|
|
\hspace{-1cm}
|
|
\begin{tikzpicture}[yscale=1, xscale=1]
|
|
\tkzInit[xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
|
|
\tkzGrid[sub]
|
|
\tkzDrawXY
|
|
\end{tikzpicture}
|
|
\hfill
|
|
\begin{tikzpicture}[yscale=1, xscale=1]
|
|
\tkzInit[xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
|
|
\tkzGrid[sub]
|
|
\tkzDrawXY
|
|
\end{tikzpicture}
|
|
\hfill
|
|
\begin{tikzpicture}[yscale=1, xscale=1]
|
|
\tkzInit[xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
|
|
\tkzGrid[sub]
|
|
\tkzDrawXY
|
|
\end{tikzpicture}
|
|
|
|
\item Écrire 4 questions qui pourraient être répondu par la lecture des graphiques que vous venez de tracer.
|
|
|
|
\end{enumerate}
|
|
\end{exercise}
|