diff --git a/analyseWriter.exe b/analyseWriter.exe index f22a4ef..2887bf7 100644 Binary files a/analyseWriter.exe and b/analyseWriter.exe differ diff --git a/analyseWriter.jar b/analyseWriter.jar index 4b0a915..4be2c15 100644 Binary files a/analyseWriter.jar and b/analyseWriter.jar differ diff --git a/bin/MEPTL/feedbacks.class b/bin/MEPTL/feedbacks.class index 2ce03f9..0beac24 100644 Binary files a/bin/MEPTL/feedbacks.class and b/bin/MEPTL/feedbacks.class differ diff --git a/bin/MEPTL/meptl.class b/bin/MEPTL/meptl.class index a9f2875..a018b5a 100644 Binary files a/bin/MEPTL/meptl.class and b/bin/MEPTL/meptl.class differ diff --git a/src/MEPTL/feedbacks.java b/src/MEPTL/feedbacks.java index 59393e8..2a19e16 100644 --- a/src/MEPTL/feedbacks.java +++ b/src/MEPTL/feedbacks.java @@ -287,7 +287,7 @@ public class feedbacks { } } - //Affichage du feedback pour la late de la première modification antérieure à la date du controle + //Affichage du feedback pour la date de la première modification antérieure à la date du controle if(dateModificationAnterieur) if(verifStudent!=null){ fichier.append(HTML.SautLigne()); fichier.append(HTML.Paragraph_classp5("La date du début du contrôle est le :" + formatDateWriter.DateLibreOffice(commandes.analyse_modificationDateMini) @@ -466,11 +466,15 @@ public class feedbacks { } + /** + * Permet de générer la table synthèse. + * Permet de générer la table des pages (de la page 1 à la page k). + * @param nodana + * @param fichier + * @return + */ private static StringBuilder SyntheseTable(node nodana, StringBuilder fichier) { - -// String IdError = ""; // permet de récupérer les id des menu ou la proportioncorrect est NaN. (à cause de l'attribut analyseStyle=true) - - + for(int k = 0 ; k < nodana.getNodes().size();k++) { if(nodana.getNodes().get(k).getAttributs().get("addmenu")!=null) { if(nodana.getNodes().get(k).getAttributs().get("addmenu").equals("true")) { @@ -520,7 +524,7 @@ public class feedbacks { fichier.append(HTML.SautLigne()); fichier.append(HTML.H2("Les points dans les pages")); fichier.append(HTML.SautLigne()); - for(int k = 0 ; k < LesPages.size();k++) { + for(int k = 1 ; k < LesPages.size();k++) { if(LesPages.get(k).getNomElt().equals("page")) { if(LesPages.get(k).getAttributs().get("proportioncorrect")!=null) { if(!LesPages.get(k).getAttributs().get("proportioncorrect").equals("NaN")) { diff --git a/src/MEPTL/meptl.java b/src/MEPTL/meptl.java index a2c8abe..dd1e9ea 100644 --- a/src/MEPTL/meptl.java +++ b/src/MEPTL/meptl.java @@ -1644,7 +1644,6 @@ public class meptl { cheminFeedBack = cheminFeedBack + ".html"; } } - return filename + cheminFeedBack; } @@ -1665,10 +1664,10 @@ public class meptl { Text.append("
"); if(!commandes.fichierStudentMoodle) { Text.append("

Dossier analysé : " + ouverture.getAttributs().get("dossier") + "

"); - System.out.println("\nDossier analysé : " + ouverture.getAttributs().get("dossier"));} + } else { Text.append("

Fichier analysé : " + ouverture.getAttributs().get("dossier")+"

"); - System.out.println("\nFichier analysé : " + ouverture.getAttributs().get("dossier"));} + } if(notation.getAttributs().get("baremeABC").equals("true")) { Text.append("

Note : " + notation.getAttributs().get("noteABC")+"

");