MAJ V4.4.2
Dans la méthode evalSautPageColonne. Prise en compte des saut de page automatique (auto = page)
This commit is contained in:
parent
7b523425d7
commit
3c2a1029e9
Binary file not shown.
Binary file not shown.
4
bin/.gitignore
vendored
4
bin/.gitignore
vendored
@ -2,3 +2,7 @@
|
|||||||
/fenetres/
|
/fenetres/
|
||||||
/list/
|
/list/
|
||||||
/resources/
|
/resources/
|
||||||
|
/menuEvalTousParagraphe.png
|
||||||
|
/menuEvalTousParagraphe.svg
|
||||||
|
/menuEvalTousParagraphemini.png
|
||||||
|
/evaluer/
|
||||||
|
Binary file not shown.
@ -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");
|
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");
|
retour = evaluationSautPageColonne(retour,typeSautStudent, typeSautSujet, sujet.getAttributs().get("evalSautPageColonne"),"Saut");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user