Skip to content
Snippets Groups Projects
Commit 8cb2b27b authored by Anton Bagliy's avatar Anton Bagliy
Browse files

CHG: count main task scores as 40% of total

parent 293b97ff
Branches
No related merge requests found
...@@ -138,7 +138,7 @@ namespace NunitReport ...@@ -138,7 +138,7 @@ namespace NunitReport
if (g.Value > 0) if (g.Value > 0)
{ {
double grade = g.Value; double grade = g.Value;
grade *= 0.6; grade *= 0.4;
System.Console.Out.WriteLine("submodule #" + g.Key.ToString() + " = " + grade.ToString()); System.Console.Out.WriteLine("submodule #" + g.Key.ToString() + " = " + grade.ToString());
......
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