Watts-Lab / deliberation-empirica

Empirica V2 framework
MIT License
6 stars 0 forks source link

✅ Turker survey #513

Closed JamesPHoughton closed 11 months ago

JamesPHoughton commented 1 year ago

I'm planning to run a survey with turk workers from our panel to learn about how workers use turk.

Primary questions for this survey:

Secondary questions

What I don't have yet:

Can you check for:

Survey link:

https://upenn.co1.qualtrics.com/jfe/form/SV_5uS1z1V4RsQ6mh0

markwhiting commented 1 year ago

I heard some people created some lists of turkers that had VR. Admittedly, I totally forget who did this, but I'm sure I can track it down. I wonder if a similar dataset exists for people who are willing to join on video.

I also wonder if you had a HIT that showed people your requirements and asked them to specify why they might not want to join, would you learn something useful from their responses?

markwhiting commented 1 year ago

Looks like there are two "other" inputs for "What percentage of the HITs you work on do you find through each of the following sources? (please give your best estimate, total must sum to 100)"

(perhaps that's intentional, but if it is, its not totally clear that it is intentional, e.g., Other source 1, Other source 2)

markwhiting commented 1 year ago

Looks like you're using markdown for bolding but it's not showing up in qualtrics. If you'd like to, you should be able to do something like "rich editing" to make it do bolding.

markwhiting commented 1 year ago

Would any of the following be obstacles to participating in an audio-only conversation?

and the Video version are Checkbox then Radio response. Not sure if thats intentional.

JamesPHoughton commented 1 year ago
JamesPHoughton commented 1 year ago

The purpose of the survey was to determine whether the people who are willing to participate in a video discussion are systematically different from the people who are not.

Setup tasks

Analysis tasks

Constraints

JamesPHoughton commented 1 year ago

A few notes reading through the notebook:

JamesPHoughton commented 1 year ago

Would also be good to do some more exploration specifically of the group that said they would be likely or very likely to participate in at least on of the video discussion questions with the group as a whole. Just do the breakdown into those two groups and plot all of the exploratory stuff again with the subset. You can probably combine the plots to show them both together.

Compare the two groups (willing and unwilling) on these dimensions

JamesPHoughton commented 1 year ago

Created a qual for participants in our panel who meet the following:

    panel["RME"].notna() & 
    panel["CRT"].notna() & 
    panel["gender"].notna() & 
    panel["birth_year"].notna() & 
    panel["education_level"].notna() &
    (panel["country"] == "United States") &
    panel["political_party"].notna() &
    panel["race"].notna() &
    panel["trust_in_others"].notna() &
    panel['BFI_conscientiousness'].notna() &
    panel['BFI_open_mindedness'].notna() &
    panel['BFI_agreeableness'].notna() &
    panel['BFI_extraversion'].notna() &
    panel['BFI_negative_emotionality'].notna()

This is only about 146 people, so I invited them all to our survey. Given our previous rate of about 20% who say they are willing to do video conversations, this should give about 30 people in the "willing" category, if everyone participates (they won't), which is right on the edge of how many we'd probably need to make reasonable comparisons between the willing and unwilling. We'll probably have to recruit some more participants for whom we have less panel data, once we see how this turns out.

JamesPHoughton commented 1 year ago

Some more comparisons:

Collapse the responses into two groups:

  1. Those who are "Probably Yes" or "Definitely Yes" or "Unsure" if they are willing to participate in any form of video call with another worker. Use an OR operator to compress "a video call with 1 other MTurk worker" and "a video call with 2 or more other MTurk workers" into one column.
  2. Everyone else, (ie. those expressing unwillingness)

Our goal is to figure out what is different between these groups.

Is it "technical ability"?

One thing that could be going on is that people aren't set up to do it. To be able to do the experiment, you need

Lets aggregate all of these factors into a single column for "technically Able", and plot the fraction of people in each group (willing, unwilling) that are able. If a significant fraction of unwillingness can be ascribed to not having the right tools, this could mean that we might be able to work with participants to help them set up the conditions they will need to participate.

Is it one or more of their personality characteristics

Plot a histogram of the following values for each group, and give the mean differences:

What reasons do they give?

Within the group that expresses unwillingness, what fraction give each of the provided reasons for being unwilling?

JamesPHoughton commented 1 year ago

@mykoal - yesterday we were talking about comparing the extroversion, social trust, etc. of the "willing" group vs the "unwilling" group. Can you add an additional group, which is just the population of the entire panel for whom we have data? Not limited to the folks who returned the survey, but for everyone, so that we can see which group is more likely to be representative of the population as a whole? I'm sure it'll be the "unwilling" group because they make up a larger fraction of the whole population, but would be good to plot.