2022-2023/2gt1/230224_DS4/230224_Ds4_OLLIET Gioia.tex

95 lines
2.7 KiB
TeX
Raw Normal View History

2023-02-28 15:02:27 +00:00
\documentclass[a5paper,10pt]{article}
\usepackage{fullpage}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{tikz}
\usepackage{multicol}
\usepackage{geometry}
\geometry{left=10mm,right=10mm, top=10mm}
\renewcommand{\arraystretch}{1}
\setlength{\columnseprule}{0pt}
\pagestyle{empty}
\begin{document}
\section*{Ds4 \hfill OLLIET Gioia \hfill 10.67/20.0}
\subsection*{Exercice 1: \hfill 1.0 / 7.0}
\begin{center}
\begin{tabular}{lllrr}
\toprule
Question & Domaine & Commentaire & Note & Bareme \\
\midrule
1 à 3 & Calcul littéral & Factoriser & 1.0 & 3 \\
1 à 3 & Fonctions & Étudier le signe & 0.0 & 2 \\
2 et 3 & Fonctions & Tableau de signes & 0.0 & 1 \\
3 & Fonctions & Résoudre une inéquation & 0.0 & 1 \\
\bottomrule
\end{tabular}
\end{center}
\subsection*{Exercice 2: \hfill 3.67 / 5.0}
\begin{center}
\begin{tabular}{lllrr}
\toprule
Question & Domaine & Commentaire & Note & Bareme \\
\midrule
1b & Fonctions & Vrai Faux & 0.67 & 1 \\
1d & Fonctions & Justifications & 2.00 & 3 \\
2 & Fonctions & Graphique possible & 1.00 & 1 \\
\bottomrule
\end{tabular}
\end{center}
\subsection*{Exercice 3: \hfill 6.0 / 8.0}
\begin{center}
\begin{tabular}{lllrr}
\toprule
Question & Domaine & Commentaire & Note & Bareme \\
\midrule
1 & Géométrie & Coordonnées & 2.0 & 2 \\
3 et 4 & Géométrie & Milieu d'un segment & 2.0 & 2 \\
4 & Géométrie & Nature du quadrilatère & 0.0 & 1 \\
5 & Géométrie & Calculer une distance & 2.0 & 2 \\
6 & Géométrie & Nature du triangle & 0.0 & 1 \\
\bottomrule
\end{tabular}
\end{center}
\subsection*{Compétences}
\begin{multicols}{2}
\noindent
Calculer \hfill
\begin{tikzpicture}[scale=0.7]
\draw [](0,0) rectangle (3, 1);
\draw [fill=black!20] (0, 0) rectangle (2.142857142857143, 1);
\end{tikzpicture}
\hfill
%0.7142857142857143
\noindent
Raisonner \hfill
\begin{tikzpicture}[scale=0.7]
\draw [](0,0) rectangle (3, 1);
\draw [fill=black!20] (0, 0) rectangle (0.75, 1);
\end{tikzpicture}
\hfill
%0.25
\noindent
Représenter \hfill
\begin{tikzpicture}[scale=0.7]
\draw [](0,0) rectangle (3, 1);
\draw [fill=black!20] (0, 0) rectangle (2.202, 1);
\end{tikzpicture}
\hfill
%0.734
\end{multicols}
\end{document}