From 6cdb3fa4811aefcc2209b8d840294575150d6bfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20F=C3=A9lix?= <felixantoine67@yahoo.fr>
Date: Thu, 2 Apr 2020 11:58:19 +0200
Subject: [PATCH] Ajout du ficher de configuration "config.json".

---
 psychorientation/psychorientation/bin/Debug/config.json | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 psychorientation/psychorientation/bin/Debug/config.json

diff --git a/psychorientation/psychorientation/bin/Debug/config.json b/psychorientation/psychorientation/bin/Debug/config.json
new file mode 100644
index 0000000..fb4bf81
--- /dev/null
+++ b/psychorientation/psychorientation/bin/Debug/config.json
@@ -0,0 +1,9 @@
+{
+
+'coeffEffortOral' : 1.8,
+'coeffCompetenceOral' : 0.2,
+
+'coeffCompetenceEcrit' : 1.5,
+'coeffEffortEcrit' : 0.5
+
+}
\ No newline at end of file
-- 
GitLab