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