MAJ V4.4.2

Dans la méthode evalSautPageColonne.
Prise en compte des saut de page automatique (auto = page)
This commit is contained in:
pablo rodriguez 2023-01-25 10:16:52 +01:00
parent 7b523425d7
commit 3c2a1029e9
5 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

4
bin/.gitignore vendored
View File

@ -2,3 +2,7 @@
/fenetres/
/list/
/resources/
/menuEvalTousParagraphe.png
/menuEvalTousParagraphe.svg
/menuEvalTousParagraphemini.png
/evaluer/

Binary file not shown.

View File

@ -798,7 +798,8 @@ public class evaluationAttribut {
}
}
}
if(typeSautSujet.equals("auto")) typeSautSujet="page";
if(typeSautStudent.equals("auto")) typeSautSujet="page";
retour = evaluationSautPageColonne(retour,typeSautStudent, typeSautSujet, sujet.getAttributs().get("evalSautPageColonne"),"Saut");
@ -829,7 +830,7 @@ public class evaluationAttribut {
}
}
}
if(typeSautSujet.equals("auto")) typeSautSujet="page";
retour = evaluationSautPageColonne(retour,typeSautStudent, typeSautSujet, sujet.getAttributs().get("evalSautPageColonne"),"Saut");