Page MenuHomec4science

README
No OneTemporary

File Metadata

Created
Sat, Jun 1, 03:33
Quick template user guide:
--------------------------
1) Place your MCQ and TF questions in the sub-folder(s) 'questions/[language]/'.
Add the questions in the file section_1.tex
Regarding the mixing of questions, please ask CePRO if you want to have another mixing for the multiple choice questions than all questions and answers mixed together.
Please use the prefixes for the question types:
SCQ: question with only one possible correct answer
MCQ: question with several possible correct answers
TF-: true/false question
For example:
\begin{question}{SCQ-complexes-A} ...
\begin{questionmult}{MCQ-complexes-A} ...
\begin{question}{TF-XXX} ...
Create one file per question
Put a unique ID for each question. The only special character allowed is the dash -
---
2) Place your media files (if any) in the "media" sub-folders.
In the "\includegraphics" commands in your question files, prefix your path with the same folder name. eg:
\includegraphics[width=0.5\textwidth]{media/BarreQuiGlisse2.eps}
---
3) Place your open questions in the file 'extra_section.tex'. Please ask CePRO if you have any special requirements.
Please use the prefix OPEN- for your open questions
Insert your corrector boxes
\correctorXXX{OPEN-A}{~} ...
Put a unique ID for each question. The only special character allowed is the dash -
---
4) Edit the exam-info.tex file with the exam information.
---
5) Edit the file 'first_page.tex' with the instructions for the exam. The instructions to be adapted are between the lines
%%% EXAM INSTRUCTIONS TO BE ADAPTED - start
[...]
%%% EXAM INSTRUCTIONS TO BE ADAPTED - END
---
6) In a Linux or MacOS terminal:
- Run "./build.sh" to build the PDF.
- Run "./clean.sh" to delete the temporary files and the PDF.
---
Notes :
------
* For additional packages, please add them to the 'packages.tex' file, under the line %% Additional packages
* For additional commands, please add them to the 'commands.tex' file

Event Timeline