+ Linked to: {corporateUserToShow?.corporateInformation?.companyInformation.name || corporateUserToShow.name}
+
+ )}
+ ,
+ value: Object.keys(groupBySession(stats)).length,
+ label: "Exams",
+ },
+ {
+ icon: ,
+ value: stats.length,
+ label: "Exercises",
+ },
+ {
+ icon: ,
+ value: `${stats.length > 0 ? averageScore(stats) : 0}%`,
+ label: "Average Score",
+ },
+ ]}
+ />
-
- Bio
-
- {user.bio ||
- "Your bio will appear here, you can change it by clicking on your name in the top right corner."}
-
-
+ {/* Bio */}
+
+ Bio
+
+ {user.bio || "Your bio will appear here, you can change it by clicking on your name in the top right corner."}
+
+
-
-
-
-
- Assignments
-
-
-
-
-
- {assignments.filter((a) => moment(a.endDate).isSameOrAfter(moment()))
- .length === 0 &&
- "Assignments will appear here. It seems that for now there are no assignments for you."}
- {assignments
- .filter((a) => moment(a.endDate).isSameOrAfter(moment()))
- .sort((a, b) => moment(a.startDate).diff(b.startDate))
- .map((assignment) => (
-
+
+ {assignments.filter((a) => moment(a.endDate).isSameOrAfter(moment())).length === 0 &&
+ "Assignments will appear here. It seems that for now there are no assignments for you."}
+ {assignments
+ .filter((a) => moment(a.endDate).isSameOrAfter(moment()))
+ .sort((a, b) => moment(a.startDate).diff(b.startDate))
+ .map((assignment) => (
+
+ {user && (
+ ,
+ label: "Reading",
+ value: totalExamsByModule(stats, "reading"),
+ },
+ {
+ icon: ,
+ label: "Listening",
+ value: totalExamsByModule(stats, "listening"),
+ },
+ {
+ icon: ,
+ label: "Writing",
+ value: totalExamsByModule(stats, "writing"),
+ },
+ {
+ icon: ,
+ label: "Speaking",
+ value: totalExamsByModule(stats, "speaking"),
+ },
+ {
+ icon: ,
+ label: "Vocab/Grammar",
+ value: totalExamsByModule(stats, "level"),
+ },
+ ]}
+ />
+ )}
-
- About {capitalize(page)}
-
- {page === "exercises" && (
- <>
- In the realm of language acquisition, practice makes perfect,
- and our exercises are the key to unlocking your full potential.
- Dive into a world of interactive and engaging exercises that
- cater to diverse learning styles. From grammar drills that build
- a strong foundation to vocabulary challenges that broaden your
- lexicon, our exercises are carefully designed to make learning
- English both enjoyable and effective. Whether you're
- looking to reinforce specific skills or embark on a holistic
- language journey, our exercises are your companions in the
- pursuit of excellence. Embrace the joy of learning as you
- navigate through a variety of activities that cater to every
- facet of language acquisition. Your linguistic adventure starts
- here!
- >
- )}
- {page === "exams" && (
- <>
- Welcome to the heart of success on your English language
- journey! Our exams are crafted with precision to assess and
- enhance your language skills. Each test is a passport to your
- linguistic prowess, designed to challenge and elevate your
- abilities. Whether you're a beginner or a seasoned learner,
- our exams cater to all levels, providing a comprehensive
- evaluation of your reading, writing, speaking, and listening
- skills. Prepare to embark on a journey of self-discovery and
- language mastery as you navigate through our thoughtfully
- curated exams. Your success is not just a destination; it's
- a testament to your dedication and our commitment to empowering
- you with the English language.
- >
- )}
-
-
-
-
- >
- );
+
+ About {capitalize(page)}
+
+ {page === "exercises" && (
+ <>
+ In the realm of language acquisition, practice makes perfect, and our exercises are the key to unlocking your full
+ potential. Dive into a world of interactive and engaging exercises that cater to diverse learning styles. From grammar
+ drills that build a strong foundation to vocabulary challenges that broaden your lexicon, our exercises are carefully
+ designed to make learning English both enjoyable and effective. Whether you're looking to reinforce specific
+ skills or embark on a holistic language journey, our exercises are your companions in the pursuit of excellence.
+ Embrace the joy of learning as you navigate through a variety of activities that cater to every facet of language
+ acquisition. Your linguistic adventure starts here!
+ >
+ )}
+ {page === "exams" && (
+ <>
+ Welcome to the heart of success on your English language journey! Our exams are crafted with precision to assess and
+ enhance your language skills. Each test is a passport to your linguistic prowess, designed to challenge and elevate
+ your abilities. Whether you're a beginner or a seasoned learner, our exams cater to all levels, providing a
+ comprehensive evaluation of your reading, writing, speaking, and listening skills. Prepare to embark on a journey of
+ self-discovery and language mastery as you navigate through our thoughtfully curated exams. Your success is not just a
+ destination; it's a testament to your dedication and our commitment to empowering you with the English language.
+ >
+ )}
+
+
+
+