Exercise banks can be made with xourse files. If you are making an exercise bank,
you might want to have essentially one exercise per file.
File structure
The individual exercises that live in folders might look something like:
\documentclass{ximera}
\author{Sophie Germain}
\begin{document}
\begin{exercise}
Compute:
\[
\frac{\partial}{\partial x} \sin(3xyx)
= \answer{3yz\cos(3xyz)}
\]
\end{exercise}
\end{document}
In this case, the exerciseList within exerciseTopic might look like
\documentclass{xourse}
\author{Emmy Noether}
\title{My exercise banks}
\begin{document}
\begin{abstract}
Here is an exercise bank
\end{abstract}
\maketitle
\practice{exercise2a}
\practice{anotherExercise}
\practice{funExercise}
\end{document}
If you don’t give your xourse file a title, it will not show up on the front
page. Instead you can link directly to the file by going to something like:
https://some.ximera.server/DEPOLOY-NAME/exerciseTopic/exerciseList