\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}

% Title Page
\title{DS Image numérique}
\tribe{SNT}
\date{16 janvier 2021}
\duree{30min}

\DeclareExerciseCollection{banque}
\xsimsetup{
    %type=Exercise,
    tribe=1,
}

\newcommand{\reponse}[1]{%
    \begin{bclogo}[barre=none, logo=]{Réponse}
        \vspace{#1}
    \end{bclogo}
}

\pagestyle{empty}

\begin{document}
\maketitle

Le barème est donné à titre indicatif, il pourra être modifié.

\input{exercises.tex}
\printcollection{banque}
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "master"
%%% End: