diff --git a/historique_prototypes/Psychorientation_V8.exe b/historique_prototypes/Psychorientation_V8.exe
new file mode 100644
index 0000000000000000000000000000000000000000..7eafbd77f7abecfea6df827cc2aa454155aea1d3
Binary files /dev/null and b/historique_prototypes/Psychorientation_V8.exe differ
diff --git a/psychorientation/psychorientation/eleve.cs b/psychorientation/psychorientation/eleve.cs
index 0e5dfb4b38d3d12d044ba7054983cb2bd7201c31..cc82ad9cc6dfdfc4593f6764fa6563c083d1e6f1 100644
--- a/psychorientation/psychorientation/eleve.cs
+++ b/psychorientation/psychorientation/eleve.cs
@@ -125,7 +125,7 @@ namespace psychorientation
         {
             double note = CalculerNote(coeff);
             
-            double note_convenable = 10 + (competence - 5);//((competence + effort) / 2 - 5);
+            double note_convenable = 10 + (competence - 5); //((competence + effort) / 2 - 5);
             if (effort > 5)
             {
                 if (note >= note_convenable)