-
Notifications
You must be signed in to change notification settings - Fork 0
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
Required not working with checkboxes #106
Comments
@markwhiting @TutiGomoka
|
@markwhiting; what do you think? |
Checkbox requirement is a bit tricky (even things like Qualtrics don't do a great job for it). I think I would just leave it off and assume that some people might enter no value for those questions. Let's leave this open as wishlist but not worry about it for now? |
OK; but don't you think it's costly that we are collecting Demographics surveys for all these people yet within each survey we collect, one variable 'doesn't work'? Also think about this in terms of the kind of research people might want to use the panel for e.g. political questions in PennMap where demographics variables are kinda important? @sumants-dev Is there another way to collect information similar that doesn't involve multiple checkbox i.e. an "other" box that allows people to enter additional races they identify with? |
Don't make it a checkbox and change it to radio button so only one option can be selected. Required for radio buttons works appropriately. And put an option called two or more races |
Mmh... I'm sort of thinking we can have a 2 questions on race/ 2 part question on race. First question asks what race they identify as and then the second one asks any additional race to the one above that they identify with. I think for the time being this will help us better collect information on this variable which is a kind of important for some of research done at this Lab. |
Done! Just made the change. Forgot to mention this issue. See it here. If someone identifies as more than 2 races; we are just going to have to add that functionality later. |
I don't think this is a great solution because it also imposes a limit. Many people who identify with more than one race, also identify with more than two. I think either using the other input or a required radio with an option like "more than one race" and a non required text field to allow people to enter information about the races they identify with is stronger. |
I've personally never met someone who identifies as more than 2 races. I find it even remarkable (though very much good + needed) that we are allowing multiple options in a survey like this. Most US surveys I've filled out don't. Do we have the option of implementing an 'Other _______' option? If so, great. My key issue here is I don't want to give people the option of just selecting an "other" or "more than one" and not telling us what that "other"/more than two/all their races is(are). Perhaps in the |
@karansampath — is other ready? (#48) It looks like we will need it soon. @TutiGomoka for the time being, let's hold just the single race option we previously had to avoid getting inconsistent data around this until we can transition to something that can be a long term solution. I agree with it's importance. |
So we previously had a multi-race option - which is what was causing the |
Was it always (sorry if you've been over this before and I missed it) |
See here/ the csv file below. There are many instances of people answering all the other questions (all of which were required) in the Demographics Survey. But only their race response appears as |
So I was thinking they answered the race question; but there is a bug concerning the multi-tick option on our end, and so we see it as |
OK, just to make sure I understand,
|
On 2, required options for checkboxes are non-functional, so by default all
checkboxes are skippable. Therefore, if a person does indeed respond, then
it will be recorded, but if it is skipped, then it will appear as null.
…On Mon, May 9, 2022 at 8:51 AM Mark Whiting ***@***.***> wrote:
OK, just to make sure I understand,
1. Why or how are there NA's on that sheet on other questions?
2. Is the bug with the checkbox question just that it wasn't required
or is it more specific, e.g., data from that question wasn't being recorded
even if they did respond?
3. If the issue is about not responding, i.e., some people didn't
respond and their data appears null, for what portion of respondents to
this survey is this true? As in, what percent are not answering the
question?
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOSJMU45SYMAZ2YRM4FF6YTVJEC6RANCNFSM5VGM3LAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks. Good to know. |
Mark; The sheet I sent was for select IRCS and Demographics variables for an observation queried from the surveyor responses. If it's NAs for the other responses it means they weren't doing that other survey. i.e. responses that are not NA for |
Thanks, got it. And what percentage of people who were asked to answer the race question are not answering it over all the time's we have asked it with this survey so far? |
Well - I was looking at this last test of 20 people. And they seemed many in that sample so I thought it could have been a recent problem. |
I'm just wondering what the percentage is overall so I can get a sense for the scale of the problem. Like out of all our data collected, how often is this happening. It would also be interesting to know how often people are registering different combinations of race in their response. Could you share a table that looks at people who have responded to this demographics survey (not people from whom we got demographics data as given data), and group by the response to this question and show summary counts and percentages of the population for each group? |
OK. Let's stick with the checkbox for now, and we can work out a fix for checkbox required as an issue with the summer team. Notably, one person has two demographic results there. Any idea whats going on with that? How is that possible? (don't links lock after they have been completed) |
It might have happened that we surveyed them in the past and got their demographic result. And .... and here might be an implication of this problem that I might need to change the script: In the And so it looks like this person (ID ending in VCM), was surveyed on 23rd April and said |
So let me know: |
Yeah, sounds good! Perhaps check for a few of the questions that are known required. Also, it looks like some of these people input birth year incorrectly. Perhaps thats another thing for us to make an issue for (i.e., so they can't submit surveys that have impossible birth years). |
But then don't you like the idea of forcing people to answer our questions haha. We eventually got a complete survey from them. It just took two tries. I think we might have a problem with that birth_year question. @sumants-dev; can we require that the response in that box be both numeric and have 4 digits between 1915 to today? |
I think we need a slightly more general approach for required for these kinds of situations. i.e., we need a way to specify in the survey how required should work in different inputs. So for example, we could use the required column in some way so as to encode validations for various things. For this checkbox we might require something like "at least 1 response", but in a different survey we might want "at least 3 responses" (e.g., "Select your 3 favorite flavors of ice cream?"). |
But on the multi-box race question @markwhiting, just to clarify:
By this do you mean we leave it as it was before? Multi-checkbox option, someone can select more than one race option? Even though we know that our functionality may allow them to skip that question? |
Do you mean this as a comment next to the question? Telling them what their responses should look like |
Yep that seems fine, but let's still pay them if they don't fill it out. If people really don't want to answer, thats ok haha.
No, I mean as a more general technical solution. Putting text can also help in the mean time. I just made an issue for the more general problem here → #107 |
OK - |
Yep! I think this can be closed if all is set up. Did we need to adjust the survey back? |
Yup. Changed it back! |
Thank you |
I will just the shift the messaging to remind people to try and finish all questions (and pay them regardless). Meanwhile hopefully this summer we can get that |
Required checkbox is not working.
The text was updated successfully, but these errors were encountered: