2021-08-31 07:38:27 +00:00
\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} &
2021-08-24 18:58:51 +00:00
2021-08-31 07:38:27 +00:00
\item Tracer 3 graphiques différents à partir de la vidéo.
2021-08-24 18:58:51 +00:00
2021-08-31 07:38:27 +00:00
\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}