After creating the exams' solution, I noticed that the first page uses some default information. Can I edit the university, subject and date? The date is not the same used in the argument date = "16-01-2021"
:
exams2pdf(exercises,
n = 1,
nsamp = 1,
language = "pt-PT",
showpoints = T,
institution = "Análise Estatística II",
title = "Época Normal: Métodos Tipo I - ",
logo = "/home/ubuntu/Disciplines/AEII/Minitestes/2019-20/Recurso/ISPA_IU.png",
dir = "nops_pdf",
name = paste0("Ex_AEII_MTI_v",i,"_"),
date = "16-01-2021",
encoding = "UTF-8",
blank = 0,
nchoice = 5,
duplex = T,
reglength = 5,
replacement = T,
schoice = list(eval = ee),
template = "solution")