From bf659999d6926b41ec6f9d05e02e8d31463e39b4 Mon Sep 17 00:00:00 2001 From: Patrik0808 <112880764+Patrik0808@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:25:01 +0000 Subject: [PATCH 1/2] Modify weight values in data.js (Databases) Updated weight values for IDB_CW1 and IDB_CW2. --- data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.js b/data.js index 45ef9e7..be6b36e 100644 --- a/data.js +++ b/data.js @@ -82,7 +82,7 @@ modulesData = "name": "IDB_CW1", "type": "cw", "maxScore": 100, - "weight": 0.1, + "weight": 0.12, "date": "Nov 14" }, { @@ -90,7 +90,7 @@ modulesData = "name": "IDB_CW2", "type": "cw", "maxScore": 100, - "weight": 0.1, + "weight": 0.8, "date": "Nov 28" }, { From 2cafdb37e6c8132338a822abfca1d0f9a0fb89ed Mon Sep 17 00:00:00 2001 From: Patrik0808 <112880764+Patrik0808@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:34:50 +0000 Subject: [PATCH 2/2] Change weight from 0.8 to 0.08 in data.js --- data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.js b/data.js index be6b36e..4ba3a37 100644 --- a/data.js +++ b/data.js @@ -90,7 +90,7 @@ modulesData = "name": "IDB_CW2", "type": "cw", "maxScore": 100, - "weight": 0.8, + "weight": 0.08, "date": "Nov 28" }, {