-
Notifications
You must be signed in to change notification settings - Fork 11
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
add new UNC survey and labels #119
Conversation
It is already specified here
Sure, makes sense
Your environment is specific to your program, so feel free to edit and test as many iterations as needed. In the admin dashboard, you can filter by subgroup. So you can filter out all the test data before your analysis. |
823eaf2
to
a52a8f5
Compare
@shankari Thanks! I have updated |
"car": "Car", | ||
"walk": "Walk", | ||
"bike": "Regular bike", | ||
"ebike": "E-bike", | ||
"bus": "Bus", | ||
"taxi": "Taxi", | ||
"ridehail": "Uber / Lyft", | ||
"train": "Train / Amtrak", | ||
"air": "Airplane", | ||
"not_a_trip": "Not a trip", | ||
"other": "Other", | ||
"home": "Home", | ||
"work": "Work", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be in Spanish?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we are in the process of hiring a translator so this is just a placeholder for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you can see from the admin dashboard, we detect the phoneOS automatically. I understand that you have a placeholder survey, but maybe you could have an interesting question here like "what do you expect to get out of this data collection" with potential answers like "understand my carbon footprint" or "contribute to better understanding of the program" or ....
I personally hate getting asked questions that can be inferred automatically
This adds trip label configs for the
unc-ebike
OpenPATH deploy, as well as a custom onboarding survey.We would ideally like to display the replaced mode choice only when the selected mode is e-bike, but I wasn't sure how to specify that in the config. Our onboarding survey is trivial because we have a much more extensive survey where participants can choose at the end whether to participate in OpenPATH data collection, so we'll be generating opcodes within that survey so we can link OpenPATH to external survey responses, to avoid having people re-enter the same information. My understanding is that it is not possible to remove the onboarding survey completely, so we added a trivial survey.
I haven't tested any of this, I wasn't sure how to test configs locally, but if that's possible I'd be happy to do local testing.