Skip to content

Commit

Permalink
chore: Updated dropout logic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuAhmed1705 committed Jun 11, 2024
1 parent 9a149c5 commit 6824d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions designer_v2/lib/domain/study_monitoring.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6824d84

Please sign in to comment.