From 7eeebd0278a345e90d1706511e0ecd16b1f4c356 Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Fri, 30 Oct 2020 13:41:41 +0100 Subject: [PATCH] fixed formula for Fourth year, high ability group. --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index 16ec6d6..0ee1b49 100644 --- a/public/index.js +++ b/public/index.js @@ -193,7 +193,7 @@ function calculateReadingTime() { x = (0.3445 * C) + (1315.1448 * 0.357) - 459.0464; break; case '42': - x = (0.2003 * C) + (51421.0975 * 0.206) - 290.0477; + x = (0.2003 * C) + (1421.0975 * 0.206) - 290.0477; break; case '43': x = (0.2289 * C) + (1389.9964 * 0.24) - 325.0492; -- GitLab