correctexam / corrigeExamFront

Web app to grade your assessments anywhere
https://correctexam.github.io/
MIT License
18 stars 7 forks source link

Add the way in latex to put metadata regarding the zone directly in the pdf to be read by the app to setup the exam zone in app automatically #219

Closed barais closed 1 year ago

arnobl commented 1 year ago

Good idea. Have to invistigate: https://tex.stackexchange.com/questions/495250/can-i-add-more-metadata-to-my-pdf in particular xmp-metadata that permits to code \pdfinfo{/Subtitle (text)}

But I do not think it is possible to get the correct position of the questions (their bounding boxes).

arnobl commented 1 year ago

committed in main branch. Ready to be tested. Note the new version of the template changes the way we defined QCM.

barais commented 1 year ago

Perfect