diff --git a/app.js b/app.js index 9efc9be..9a64236 100644 --- a/app.js +++ b/app.js @@ -524,7 +524,7 @@ const app = Vue.createApp({ if (value > 10) { value = 10.0 } - return value.toFixed(1) + return Math.round(value*10)/10 }, qualScore() { if (this.score == 0) {