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

reminder for taking survey #10

Open
elvandy opened this issue Feb 16, 2017 · 7 comments
Open

reminder for taking survey #10

elvandy opened this issue Feb 16, 2017 · 7 comments
Assignees
Labels

Comments

@elvandy
Copy link

elvandy commented Feb 16, 2017

The reminder for the game works properly. However, the reminder for taking the survey was not working properly. Can Tim please check how we setup for that in the script?

@jefferythewind
Copy link
Owner

Hi @elvandy sure I will take a look. How is the reminder supposed to work?

@jefferythewind jefferythewind self-assigned this Feb 17, 2017
@jefferythewind
Copy link
Owner

@elvandy I just was prompted to play the game, then it was only about 15 minutes later I was sent a notification to take the survey...

@elvandy
Copy link
Author

elvandy commented Feb 17, 2017

@jefferythewind Are you in the public mode or in the study mode? I know that it works in the study mode (when you sign in with activating the study code). However, I don't think that it works in the public mode. I haven't received any reminder when I am in the public mode. I will keep testing. Please let me know if it is confusing.

@jefferythewind
Copy link
Owner

yes i have study participant enabled. I think it maybe like that by default? A few other testers have responded that YES they are getting notifications about survey, and there is a bug that the survey can't finish. See this: #4

@elvandy
Copy link
Author

elvandy commented Feb 17, 2017

@jefferythewind I think that we don't want study participant enabled. We want to test the public mode at this moment. The study mode is too intense for the general public. One idea is to have someone in the study mode and someone in the public mode. The other idea is to have everyone in the study mode for a week and switch to the public mode for another week. In this way, we can make sure both modes work.

@jefferythewind
Copy link
Owner

@elvandy OK Andy, so I will need some specs about how the different modes are supposed to work, like exactly when they are supposed to receive which kind of reminder for each mode.

Right now I'm assuming there are only 2 types of reminders 1) to play the game, 2) to take the survey. If that is correct then it is just a case of setting the schedule for each type of mode (study participant or no).

@jefferythewind
Copy link
Owner

Hi Andy @elvandy, I found some notes in the code about how the notifications are designed, let me know if this is correct. You'll see if that non-study people only get notifications every 2 days or so, so that may be why you didn't see any notifications come through. I was in the study, and I do not recall receiving the notification 3 times each day. Anyways we can work on the following rules and then I can update the code to accurately do them.

//adds a notification to play the game.
// Players in the study get notifs 3 times a day if they miss the interval they were supposed to play during.
// Players not in the study get reminded 48hours after they last played.

//Adds a notif to take the survey late at night for users in study

//Add notif to take the Survey
// Players in study get asked 3 times a day. either 5min or 15min after.
// The reason it is 5min instead of right after is bc players in study will play multiple games
// Players not is study get asked 48hrs after they play randomly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants