Compare commits

...

2 Commits

Author SHA1 Message Date
pablo rodriguez ea4d10bbc7 MAJ V4.5.0 2024-05-13 09:44:54 +02:00
pablo rodriguez 6f0628252e MAJ V4.5.0 2024-05-10 20:34:12 +02:00
5 changed files with 21 additions and 1 deletions

View File

@ -12,6 +12,6 @@
<classpathentry kind="lib" path="C:/Users/pabr6/git/analyseWriter/MEPTL/miglayout15-swing.jar"/>
<classpathentry kind="lib" path="jgoodies-forms-1.8.0.jar" sourcepath="jgoodies-forms-1.8.0-sources.jar"/>
<classpathentry kind="lib" path="C:/Users/pabr6/eclipse-workspace/Exportation documentation analyseWriter/plugins/documentation.analyseWriter_1.0.0.202212032022.jar"/>
<classpathentry kind="lib" path="C:/Users/pabr6/eclipse-workspace/cXML.jar"/>
<classpathentry kind="lib" path="C:/Users/pabr6/eclipse-workspace/cXML.jar" sourcepath="/cXML"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Binary file not shown.

3
bin/.gitignore vendored
View File

@ -251,3 +251,6 @@
/zipstudent.png
/zipstudent.svg
/zipstudentmini.png
/evalnombreparagraphe.png
/evalnombreparagraphe.svg
/evalnombreparagraphemini.png

View File

@ -217,6 +217,21 @@ public class calculNombrePointEvaluation {
}
}
if(nod.getAttributs().get("evalTABAlignementAGauche")!=null) {
try {
point = point + Integer.valueOf(nod.getAttributs().get("evalTABAlignementAGauche"));
} catch (Exception e) {
JOptionPane.showInternalMessageDialog(null, "Erreur dans la valeur de l'attribut evalNameSequence");
}
}
if(nod.getAttributs().get("evalTABStyleLeaderDefault")!=null) {
try {
point = point + Integer.valueOf(nod.getAttributs().get("evalTABStyleLeaderDefault"));
} catch (Exception e) {
JOptionPane.showInternalMessageDialog(null, "Erreur dans la valeur de l'attribut evalNameSequence");
}
}
//***********************************************
//** Les points par la méthode analyseStyle *****

View File

@ -529,6 +529,8 @@ public class evaluationAttribut {
}
}
}
}else {
nameLegacyStyleSujet="null";
}
String nameLegacyStyleStudent="";