Skip to content

Commit

Permalink
update feeling thermometer text (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPHoughton authored Aug 12, 2024
1 parent 3633fe9 commit 8cbf91a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watts-lab/surveys",
"version": "1.17.1",
"version": "1.17.2",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
15 changes: 13 additions & 2 deletions surveys/partisanFeelingThermometerUS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

This survey aims to gauge the participant's feeling toward the Democratic and Republican Party. The participant will be asked to rate Democrats and Republicans on a scale from 0 to 100. The order of whether question about Democrats or Republicans shows up first is randomized.

### Scores and their meanings
In designing our survey question, we adapted existing “feeling thermometer” wordings from prominent studies to create a version that balances clarity, brevity, and the need to encourage respondents to use the full scale. Drawing on insights from previous versions, we retained the key elements of the scale—using 0 to represent very cold or unfavorable feelings, 100 for very warm or favorable feelings, and 50 for neutrality. We chose to streamline the language to make the question easy and fast for respondents to read and understand, minimizing cognitive load while ensuring accurate responses. Additionally, we emphasized that respondents should feel free to use any number from 0 to 100, encouraging the use of the full range of the scale. By carefully selecting and refining these elements, we aimed to preserve the original intent of the measurement while improving respondent experience and reducing potential biases.

## Sources

> "We’d like you to rate how you feel towards Republican and Democratic Party voters/Republican and Democratic Party candidates and elected officials/the Democratic and Republican parties on a scale of 0 to 100, which we call a “feeling thermometer.” On this feeling thermometer scale, ratings between 0 and 49 degrees mean that you feel unfavorable and cold (with 0 being the most unfavorable/coldest). Ratings between 51 and 100 degrees mean that you feel favorable and warm (with 100 being the most favorable/warmest). A rating of 50 means you have no feelings one way or the other. How would you rate your feeling toward Republican and Democratic Party voters/Republican and Democratic Party candidates and elected officials/the Democratic and Republican parties?
> (Druckman, James N., and Matthew S. Levendusky. 2019. “What Do We Measure When We Measure Affective Polarization?” Public Opinion Quarterly 83 (1): 114–22.)"
> "(i) We would like to get your feelings toward both Democrats and Republicans. We would like you to rate them using something we call the feeling thermometer. Ratings between 50 degrees and 100 degrees mean that you feel favorable and warm toward them. Ratings between 0 degrees and 50 degrees mean that you don't feel favorable toward them and that you don't care too much for them. You would rate them at the 50 degree mark if you don't feel particularly warm or cold toward them. [Add graphic] (i.a) How would you rate Republicans? (i.b) How would you rate Democrats? (democratic voters, republican voters, democratic politicians, republican politicians (i) 101-point scale from “Very cold or unfavorable feeling” to “No feeling at all” to “Very warm or favorable feeling”" (Jan G. Voelkel, Michael N. Stagnaro, James Chu, Sophia Pink, Joseph S. Mernyk, Chrystal Redekopp, Matthew Cashman, James N. Druckman, David G. Rand, and Robb Willer. 2021. “Megastudy Identifying Successful Interventions to Strengthen Americans’ Democratic Attitudes.”)

> Please indicate how you feel toward [outgroup] using the scale below. 10 means that you feel very favorably or warm toward them, 0 that you feel very unfavorable or cold, and 5 are neutral. (Kamin, Julia. 2022. “Social Cohesion Impact Measurement (SCIM) Framework Overview.” Civic Health Project. https://docs.google.com/document/d/1_nsLJNgWZVaNSq71PFpAHx7YM488FvTPIPFYWsytwus.)
## Scores and their meanings

- `normRepublicanTemp` and `normDemocratTemp` are participant's feeling toward each party converted to a 0 to 1 scale.

- `rawScore` calculates if the participant shows a more positive attitude toward one party. A positive `rawScore` indicates that the participant rates Republicans higher, and vice versa.

- `normScore` is the absolute value of `rawScore`. It calculates the level of extremity of the participant's difference in rating toward each party.

- `order` records the order that the question shows up to the participant.
- `order` records the order that the question shows up to the participant.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "html",
"name": "Prompt",
"hideNumber": true,
"html": "<h1>Using the sliders below, please rate your feelings toward each political group on a scale from 0 to 100.</h1> <h3> A rating of 0 means very cold or unfavorable, 100 means very warm or favorable, and 50 indicates neutral feelings. </h3>"
"html": "<h1>Please rate your feelings toward Republicans and Democrats using the following ‘feeling thermometers’.</h1> <h2> <ul><li>0 represents very cold or unfavorable feelings</li> <li> 50 represents neutral feelings, neither warm nor cold </li> <li>100 represents very warm or favorable feelings</li> </ul></h2> <h3> Click on each bar to mark your response. Adjust by dragging the handle to any position on the bar that matches how you feel.</h3>"
},
{
"type": "panel",
Expand Down
Binary file modified surveys/partisanFeelingThermometerUS/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion surveys/partisanFeelingThermometerUS/sha.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"survey":"b6636c45ded4a21854a90fa3c22ccfd4e26a5af9","score":"150210b7aba45083a2483b58e028c525b2e1fde7"}
{"survey":"163f58cdc566f42014cecd7d4f02caac094bd194","score":"150210b7aba45083a2483b58e028c525b2e1fde7"}
Binary file modified surveys/traitRatings/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion surveys/traitRatings/sha.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"survey":"d5281deb942eeaa6a3c9d399aa49697ecb4abfe7","score":"dbb07fef8891163f2d891117d5e476932960acf1"}
{"survey":"e554af56beddb7da70480d7bbaffee64d833f7db","score":"dbb07fef8891163f2d891117d5e476932960acf1"}

0 comments on commit 8cbf91a

Please sign in to comment.