import work from year 2015-2016

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:48:54 +03:00
commit 25a2e9a4a7
1663 changed files with 455810 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,145 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/tools/style/classBilan}
\usepackage{/media/documents/Cours/Prof/Enseignements/2015_2016}
\usepackage{multicol}
% Title Page
\titre{Brevet Blanc 2 - prévisions}
% \seconde \premiereS \PSTMG \TSTMG
\classe{Troisième}
\date{23 janvier 2016}
\begin{document}
\maketitle
\vfil
\begin{minipage}{0.5\linewidth}
\large
Nom prénom
\end{minipage}
\begin{minipage}{0.3\linewidth}
\begin{flushright}
\Large ... / 40.0
\end{flushright}
\end{minipage}
\vfill
\scriptsize
\begin{multicols}{2}
\begin{tabular}{|p{3cm}|c|c|}
\hline
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
\hline
Présentation & & 4.0 \\
\hline
Exercice 1 & & 3.0 \\
\hline
Réponse & & 1.0 \\
\hline
Rédaction & & 2.0 \\
\hline
Exercice 2 & & 3.0 \\
\hline
1. Developper & & 2.0 \\
\hline
2. Evaluer & & 1.0 \\
\hline
Exercice 3 & & 7.0 \\
\hline
Comparaison & & 1.0 \\
\hline
Pythagore & & 3.0 \\
\hline
Thalès & & 3.0 \\
\hline
Exercice 4 & & 6.0 \\
\hline
1. Lecture & & 1.0 \\
\hline
2. Max & & 1.0 \\
\hline
\end{tabular}
\begin{tabular}{|p{3cm}|c|c|}
\hline
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
\hline
3. Moyenne & & 1.5 \\
\hline
4. Etendue & & 1.0 \\
\hline
5. Médiane & & 1.5 \\
\hline
Exercice 5 & & 6.0 \\
\hline
1. Opérations & & 2.0 \\
\hline
2. Équation & & 2.0 \\
\hline
3. Probabilité & & 2.0 \\
\hline
Exercice 6 & & 6.0 \\
\hline
1. Tableur & & 1.5 \\
\hline
2. Tableur & & 1.5 \\
\hline
3. PGCD & & 1.5 \\
\hline
4. Fraction & & 1.5 \\
\hline
Exercice 7 (QCM) & & 5.0 \\
\hline
\end{tabular}
\end{multicols}
%\begin{tabular}{|p{2cm}|p{2cm}|p{2cm}|p{2cm}|p{2cm}|}
% \hline
% Pas de réponse & Faux & Peu juste & Partiellement juste & Juste \\
% \hline
% \NoRep & & & & \\
% \hline
%\end{tabular}
\normalsize
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,79 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/tools/style/classBilan}
\usepackage{/media/documents/Cours/Prof/Enseignements/2015_2016}
\usepackage{multicol}
% Title Page
\titre{\Var{latex_info['titre']}}
% \seconde \premiereS \PSTMG \TSTMG
\classe{\Var{latex_info['classe']}}
\date{\Var{latex_info['date']}}
\begin{document}
\Block{for (name, notes) in eleves.iterrows()}
\maketitle
\begin{minipage}{0.5\linewidth}
\large
\Var{name}
\end{minipage}
\begin{minipage}{0.3\linewidth}
\begin{flushright}
\Large \Var{notes[ds_name]} / \Var{barem[ds_name][0]}
\end{flushright}
\end{minipage}
\vfill
\fbox{%
\begin{minipage}{0.9\linewidth}
\hfill
\vspace{3cm}
\end{minipage}
}
\vfill
\scriptsize
\begin{multicols}{2}
\begin{tabular}{|p{3cm}|c|c|}
\hline
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
\hline
\Block{for question in barem.T[1:(nbr_questions//2)+1].T}
\Var{question} & \Var{notes[question]} & \Var{barem[question][0]} \\
\hline
\Block{endfor}
\end{tabular}
\begin{tabular}{|p{3cm}|c|c|}
\hline
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
\hline
\Block{for question in barem.T[(nbr_questions//2) + 1:].T}
\Var{question} & \Var{notes[question]} & \Var{barem[question][0]} \\
\hline
\Block{endfor}
\end{tabular}
\end{multicols}
%\begin{tabular}{|p{2cm}|p{2cm}|p{2cm}|p{2cm}|p{2cm}|}
% \hline
% Pas de réponse & Faux & Peu juste & Partiellement juste & Juste \\
% \hline
% \NoRep & \RepZ & \RepU & \RepD & \RepT \\
% \hline
%\end{tabular}
\normalsize
\pagebreak
\Block{endfor}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: