diff --git a/src/dashboards/Student.tsx b/src/dashboards/Student.tsx index 03544a19..28c0385c 100644 --- a/src/dashboards/Student.tsx +++ b/src/dashboards/Student.tsx @@ -86,16 +86,19 @@ export default function StudentDashboard({user}: Props) { icon: , value: Object.keys(groupBySession(stats)).length, label: "Exams", + tooltip: "Number of all conducted completed exams", }, { icon: , value: stats.length, label: "Exercises", + tooltip: "Number of all conducted exercises including Level Test", }, { icon: , value: `${stats.length > 0 ? averageScore(stats) : 0}%`, label: "Average Score", + tooltip: "Average success rate for questions responded", }, ]} />