victor HF Staff commited on
Commit
bbd6c70
·
1 Parent(s): 322aeba

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -208,7 +208,7 @@
208
  }
209
 
210
  function calculatePerformancePercentage(score) {
211
- const topScore = 35;
212
  const percentage = Math.min(100, Math.max(0, (score / topScore) * 100));
213
  return Math.round(percentage);
214
  }
 
208
  }
209
 
210
  function calculatePerformancePercentage(score) {
211
+ const topScore = 30;
212
  const percentage = Math.min(100, Math.max(0, (score / topScore) * 100));
213
  return Math.round(percentage);
214
  }