From 74e18d2638aabfd0a8656b2a3d96f93afd586a1d Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Mon, 25 May 2026 19:23:06 +0200 Subject: [PATCH] fix --- src/pages/Dashboard.jsx | 2 +- src/pages/Testen.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Dashboard.jsx b/src/pages/Dashboard.jsx index 0b2e18f..8c28512 100644 --- a/src/pages/Dashboard.jsx +++ b/src/pages/Dashboard.jsx @@ -178,7 +178,7 @@ const Dashboard = () => {

Testing

-

Weekly test — 10 questions

+

Weekly test — 5 questions

{testResult ? Score: {testResult.percentage}% : To Do}
diff --git a/src/pages/Testen.jsx b/src/pages/Testen.jsx index fd25b4e..ca7885f 100644 --- a/src/pages/Testen.jsx +++ b/src/pages/Testen.jsx @@ -179,7 +179,7 @@ const Testen = () => {

Weekly Test

Week {weekNumber}

- Test your knowledge with 10 AI-generated questions. You have 5 minutes to complete the test. Good luck! + Test your knowledge with 5 AI-generated questions. You have 5 minutes to complete the test. Good luck!

{error && ( @@ -193,7 +193,7 @@ const Testen = () => {
- 10 questions + 5 questions 5 minutes 20 pts max
@@ -212,7 +212,7 @@ const Testen = () => {

AI is generating your test...

-

Preparing 10 questions based on your learning topics.

+

Preparing 5 questions based on your learning topics.

); }