]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/St.pm
Change medium problem value from 600 to 500
[gruntmaster-page.git] / lib / Gruntmaster / Page / St.pm
index b25b5dc6dd8d0139212ead8c9a3c6b2c87c0bbc9..5e256b1c8b51b945f3d8d9ccf63553a08f47f374 100644 (file)
@@ -10,7 +10,7 @@ our $VERSION = '0.001';
 use constant LEVEL_VALUES => {
        beginner => 100,
        easy => 250,
-       medium => 600,
+       medium => 500,
        hard => 1000,
 };
 
@@ -24,7 +24,7 @@ sub calc_score{
        $score = ($totaltime - $timetaken) / $totaltime * $score;
        $score -= $tries / 10 * $mxscore;
        $score = $mxscore * 3 / 10 if $score < $mxscore * 3 / 10;
-       int $score
+       int $score + 0.5
 }
 
 sub _generate{
This page took 0.024042 seconds and 4 git commands to generate.