From 6824d841f791e013d64feed311a11bc2eb6bea65 Mon Sep 17 00:00:00 2001 From: Md Raju Ahmed Date: Tue, 11 Jun 2024 23:49:57 +0200 Subject: [PATCH] chore: Updated dropout logic documentation --- designer_v2/lib/domain/study_monitoring.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/designer_v2/lib/domain/study_monitoring.dart b/designer_v2/lib/domain/study_monitoring.dart index d9dc4531a..7750c0334 100644 --- a/designer_v2/lib/domain/study_monitoring.dart +++ b/designer_v2/lib/domain/study_monitoring.dart @@ -10,6 +10,7 @@ class StudyMonitorData { /// Number of participants who dropped out of the study before the study ended /// Hint: The is_deleted flag in the study_subject database table marks a participant as dropped out + /// Note: If the participant's last activity exceeds 7 days, they will also be counted as a dropout final int dropoutParticipants; /// Number of participants who completed the study