Skip to content

Commit

Permalink
Minor fix to StandardHeadings
Browse files Browse the repository at this point in the history
  • Loading branch information
principejavier committed Mar 20, 2024
1 parent b846f2f commit c41bf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ StandardHeadings[SPA]["Language"]=SPA
StandardHeadings[CAT]["Language"]=CAT
StandardHeadings[ENG]["Language"]=ENG

StandardHeadings[SPA]["ExamRules"]="Sólo hay una respuesta correcta para cada pregunta, cal marcarla en la hoja de respuestas {\\bf llenando completamente el rectángulo correspondiente}. Cada respuesta incorrecta {\\bf resta un 25\\%} del valor de una correcta. En la hoja de respuestas hay que marcar el DNI (o NIE o pasaporte) y la permutación."
StandardHeadings[CAT]["ExamRules"]="Només hi ha una resposta correcta per a cada pregunta, marcar-la en la fulla de respostes {\\bf emplenant completament el rectangle corresponent}. Cada resposta incorrecta {\\bf resta un 25\\%} del valor d'una correcta. En la fulla de respostes cal marcar el DNI (o NIE o passaport) i la permutació."
StandardHeadings[SPA]["ExamRules"]="Sólo hay una respuesta correcta para cada pregunta, marcarla en la hoja de respuestas {\\bf llenando completamente el rectángulo correspondiente}. Cada respuesta incorrecta {\\bf resta un 25\\%} del valor de una correcta. En la hoja de respuestas hay que marcar el DNI (o NIE o pasaporte) y la permutación."
StandardHeadings[CAT]["ExamRules"]="Només hi ha una resposta correcta per a cada pregunta, cal marcar-la en la fulla de respostes {\\bf emplenant completament el rectangle corresponent}. Cada resposta incorrecta {\\bf resta un 25\\%} del valor d'una correcta. En la fulla de respostes cal marcar el DNI (o NIE o passaport) i la permutació."
StandardHeadings[ENG]["ExamRules"]="There is only one correct answer and answers need to be inputted into the provided answer sheet by {\\bf completely filling in the rectangle}. Each incorrect answer {\\bf subtracts 25\\%} of the value of a correct answer. On the answer sheet fill your ID (DNI, NIE or passport) and exam permutation. "

StandardHeadings[SPA]["StudentID"]="DNI"
Expand Down

0 comments on commit c41bf11

Please sign in to comment.