-
+
Total Participants
-
{uxtestingStore.testStats.tests_attempts}
+
{uxtestingStore.testStats.tests_attempts}
-
+
Completed all tasks
{uxtestingStore.testStats.tests_attempts > 0 ? (
-
+
{Math.round(
(uxtestingStore.testStats.completed_all_tasks /
uxtestingStore.testStats.tests_attempts) *
@@ -214,13 +214,13 @@ const ParticipantOverview = observer(() => {
-
+
Skipped tasks
{uxtestingStore.testStats.tests_attempts > 0 ? (
-
+
{Math.round(
(uxtestingStore.testStats.tasks_skipped /
uxtestingStore.testStats.tests_attempts) *
@@ -233,13 +233,13 @@ const ParticipantOverview = observer(() => {
-
+
Aborted the test
{uxtestingStore.testStats.tests_attempts > 0 ? (
-
+
{Math.round(
(uxtestingStore.testStats.tests_skipped /
uxtestingStore.testStats.tests_attempts) *
@@ -251,7 +251,6 @@ const ParticipantOverview = observer(() => {
{uxtestingStore.testStats.tests_skipped}
-
) : null}
@@ -284,7 +283,7 @@ const TaskSummary = observer(() => {
{!uxtestingStore.taskStats.length ?
: null}
{uxtestingStore.taskStats.map((tst, index) => (
-
+
))}
);
@@ -388,7 +387,7 @@ const Title = observer(({ testId, siteId }: any) => {
}>