-
-
- {totalExamsByModule(stats, "reading")} of{" "}
- {Object.keys(groupBySession(stats)).length}
-
-
Reading
+ {MODULE_ARRAY.map((module) => (
+
+
+
+ {totalExamsByModule(stats, module)} of{" "}
+ {Object.keys(groupBySession(stats)).length}
+
+ {capitalize(module)}
+
+
-
-
-
-
-
- {totalExamsByModule(stats, "listening")} of{" "}
- {Object.keys(groupBySession(stats)).length}
-
- Listening
-
-
-
-
-
-
- {totalExamsByModule(stats, "writing")} of{" "}
- {Object.keys(groupBySession(stats)).length}
-
- Writing
-
-
-
-
-
-
- {totalExamsByModule(stats, "speaking")} of{" "}
- {Object.keys(groupBySession(stats)).length}
-
- Speaking
-
-
-
+ ))}