Feat: tribe setup in xsim
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
bbccb677da
commit
264c9f85c0
Binary file not shown.
@ -4,13 +4,13 @@
|
||||
|
||||
% Title Page
|
||||
\title{DS 2 \hfill sujet 1}
|
||||
\tribe{Terminale ST1}
|
||||
\tribe{TST1}
|
||||
\date{30 septembre 2020}
|
||||
\duree{1h}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=1,
|
||||
tribe=TST1,
|
||||
type=Exercise,
|
||||
}
|
||||
|
||||
|
Binary file not shown.
@ -3,6 +3,7 @@
|
||||
|
||||
% Title Page
|
||||
\title{DS 2}
|
||||
\tribe{TST1}
|
||||
\date{30 septembre 2020}
|
||||
\duree{15 minutes}
|
||||
|
||||
@ -10,7 +11,7 @@
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=1,
|
||||
tribe=TST1,
|
||||
type=automatismes,
|
||||
}
|
||||
|
||||
|
Binary file not shown.
@ -10,7 +10,7 @@
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=2,
|
||||
tribe=TST3,
|
||||
type=Exercise,
|
||||
}
|
||||
|
||||
|
Binary file not shown.
@ -2,7 +2,8 @@
|
||||
\usepackage{myXsim}
|
||||
|
||||
% Title Page
|
||||
\title{DS 2 \hfill TST3}
|
||||
\title{DS 2}
|
||||
\tribe{TST3}
|
||||
\date{2 octobre 2020}
|
||||
\duree{15 minutes}
|
||||
|
||||
@ -10,7 +11,7 @@
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=2,
|
||||
tribe=TST3,
|
||||
type=automatismes,
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
\collectexercises{banque}
|
||||
\begin{exercise}[subtitle={Automatismes}, points=5, step=1, type={automatismes}]
|
||||
\begin{exercise}[subtitle={Automatismes}, points=5, tribe={TST1}, type={automatismes}]
|
||||
\begin{enumerate}
|
||||
\item Un smartphone coûte 200€. Calculer sont prix après une réduction de 30\%.
|
||||
\vfill
|
||||
@ -14,7 +14,7 @@
|
||||
\end{enumerate}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Automatismes}, points=5, step=2, type={automatismes}]
|
||||
\begin{exercise}[subtitle={Automatismes}, points=5, tribe={TST3}, type={automatismes}]
|
||||
\begin{enumerate}
|
||||
\item Un vélo coûte 300€. Calculer sont prix après une réduction de 40\%.
|
||||
\vfill
|
||||
@ -29,7 +29,7 @@
|
||||
\end{enumerate}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Résultats d'une entreprise}, points=8, step=1, type={Exercise}]
|
||||
\begin{exercise}[subtitle={Résultats d'une entreprise}, points=8, tribe={TST1}, type={Exercise}]
|
||||
Soit $f$ la fonction définie sur $\intFF{0}{60}$ par $f(x) = -0,1x^2 + 6x - 50$. Cette fonction représente le résultat (en milion d'euros) que réalise une entrpirse pour la fabrication de $x$ milions de jouets. La représentation graphique $\mathcal{C}$ de la fonction $f$ représentée ci dessous.
|
||||
|
||||
\noindent
|
||||
@ -73,7 +73,7 @@
|
||||
\end{enumerate}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Résultats d'une entreprise}, points=8, step=2, type={Exercise}]
|
||||
\begin{exercise}[subtitle={Résultats d'une entreprise}, points=8, tribe={TST3}, type={Exercise}]
|
||||
Soit $f$ la fonction définie sur $\intFF{0}{60}$ par $f(x) = -0,1x^2 + 5,5x - 25$. Cette fonction représente le résultat (en million d'euros) que réalise une entreprise pour la fabrication de $x$ millions de jouets. La représentation graphique $\mathcal{C}$ de la fonction $f$ représentée ci dessous.
|
||||
|
||||
\noindent
|
||||
@ -116,7 +116,7 @@
|
||||
\end{enumerate}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Suites}, points=7, step=1, type={Exercise}]
|
||||
\begin{exercise}[subtitle={Suites}, points=7, tribe={TST1}, type={Exercise}]
|
||||
\noindent
|
||||
\begin{minipage}{0.6\textwidth}
|
||||
\begin{enumerate}
|
||||
@ -164,7 +164,7 @@
|
||||
\end{enumerate}
|
||||
\end{exercise}
|
||||
|
||||
\begin{exercise}[subtitle={Suites}, points=7, step=2, type={Exercise}]
|
||||
\begin{exercise}[subtitle={Suites}, points=7, tribe={TST3}, type={Exercise}]
|
||||
\noindent
|
||||
\begin{minipage}{0.65\textwidth}
|
||||
\begin{enumerate}
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
\DeclareExerciseTagging{step}
|
||||
\DeclareExerciseTagging{type}
|
||||
\DeclareExerciseTagging{tribe}
|
||||
\DeclareExerciseTagging{difficulty}
|
||||
\DeclareExerciseTagging{origin}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user