Skip to content
Snippets Groups Projects
Commit 7fb30c33 authored by ADAM GREGORY's avatar ADAM GREGORY
Browse files

Correction formule ajouter note

parent 338fe461
No related merge requests found
......@@ -143,7 +143,7 @@ namespace psychorientation
{
if (note > note_convenable)
{
effort += 0.25;
effort += 0.25 * (1 - (competence * 0.1));
}
else
{
......@@ -158,7 +158,7 @@ namespace psychorientation
}
else
{
if(competence > 5)
if (competence > 5)
{
effort += 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment