Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize number of Days Participated in Study #342

Open
6 tasks
casaout opened this issue Nov 6, 2024 · 0 comments
Open
6 tasks

Visualize number of Days Participated in Study #342

casaout opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@casaout
Copy link
Member

casaout commented Nov 6, 2024

For studies, it might be valuable to visualize to participants how many days they've participated so far, given some kind of metric.

This idea is inspired by AwarenessBar's visualization of study-related information
image

Tasks:

  • create a new study config setting displayDaysParticipated (default: true)
    • add a comment to point to the method and docu that calculates the measure, so it can easily be adapted (+ update in the documentation for researchers)
  • create a measure daysParticipated that is updated on a daily (?) basis
    • as a simple default measure, we suggest to count as a study day if (a) at least one experience sampling response was given (if enabled) and (b) there are at least 60 user input entries (indicating 60+ minutes of activity)
  • visualize the number of days in the context menu: Days participated: {number}
  • also, while we're at it, display the subject id in the context menu: Subject Id: {id} and a add a Copy Subject Id button
@casaout casaout changed the title Visualize number of Days Participated Visualize number of Days Participated in Study Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants