$concept="introduction";?> $projname = "judgment"; $questions = "q2 q3 q7 q8 q13 q15 q17 q19"; include("/home/caryc/etc/notebook.php"); mysql_connect("localhost","dbuser",""); $numq2y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q2' AND a.answer = 'Yes'"))); $numq2n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q2' AND a.answer = 'No'"))); $q2y_ave = 100.0 *$numq2y / ( $numq2y + $numq2n); $q2n_ave = 100.0 - $q2y_ave; $numq3y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q3' AND a.answer = 'Yes'"))); $numq3n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q3' AND a.answer = 'No'"))); $q3y_ave = 100.0 *$numq3y / ( $numq3y + $numq3n); $q3n_ave = 100.0 - $q3y_ave; $numq7y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q7' AND a.answer = 'Yes'"))); $numq7n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q7' AND a.answer = 'No'"))); $q7y_ave = 100.0 *$numq7y / ( $numq7y + $numq7n); $q7n_ave = 100.0 - $q7y_ave; $numq8y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q8' AND a.answer = 'Yes'"))); $numq8n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q8' AND a.answer = 'No'"))); $q8y_ave = 100.0 *$numq8y / ( $numq8y + $numq8n); $q8n_ave = 100.0 - $q8y_ave; $numq13y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q13' AND a.answer = 'Yes'"))); $numq13n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q13' AND a.answer = 'No'"))); $q13y_ave = 100.0 *$numq13y / ( $numq13y + $numq13n); $q13n_ave = 100.0 - $q13y_ave; $numq15y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q15' AND a.answer = 'Yes'"))); $numq15n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q15' AND a.answer = 'No'"))); $q15y_ave = 100.0 *$numq15y / ( $numq15y + $numq15n); $q15n_ave = 100.0 - $q15y_ave; $numq17y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q17' AND a.answer = 'Yes'"))); $numq17n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q17' AND a.answer = 'No'"))); $q17y_ave = 100.0 *$numq17y / ( $numq17y + $numq17n); $q17n_ave = 100.0 - $q17y_ave; $numq19y = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q19' AND a.answer = 'Yes'"))); $numq19n = doubleval(mysql_numrows(mysql("notebooks","SELECT a.id FROM judgmentan a WHERE a.qu = 'q19' AND a.answer = 'No'"))); $q19y_ave = 100.0 *$numq19y / ( $numq19y + $numq19n); $q19n_ave = 100.0 - $q19y_ave; ?>
|
|
|
Stereotype-Inconsistent Results
Now, let's examine your responses on the eight sentences that were altered to be inconsistent with the relevant stereotype. For comparison, we'll also display the results from all participants in this activity.
Alteration:
if ($q2 == "No") { ?>
When reading the original sentence, most people assume that Edith was neat. When Edith is, instead, "Archie," people make a different inference. Gender stereotypes, again.
echo sprintf("%5.1f",$q2n_ave); ?>% of participants answered correctly.
Alteration:
if ($q3 == "No") { ?>
Because of gender stereotypes, most people infer that Bob's attitude toward sports was a little too enthusiastic, not negative.
echo sprintf("%5.1f",$q3n_ave); ?>% of participants answered correctly.
Alteration:
if ($q7 == "No") { ?>
Because of stereotypes about men, most people infer that Luke does not express emotions at all.
echo sprintf("%5.1f",$q7n_ave); ?>% of participants answered correctly.
Alteration:
if ($q8 == "No") { ?>
A fun sentence. Clearly, "terminating" employees does not mean killing them. However, when the character in the sentence is described as a drug dealer, people are not so sure.
echo sprintf("%5.1f",$q8n_ave); ?>% of participants answered correctly.
Alteration:
if ($q13 == "No") { ?>
Obsessiveness is not something most people associate with Marine drill sergeants. However, if the sentence is about an accountant, people are much more willing to infer that the character's personality was obsessive.
echo sprintf("%5.1f",$q13n_ave); ?>% of participants answered correctly.
Alteration:
if ($q15 == "No") { ?>
Most people infer that the professor's language was technical, not incoherent. However, when the student is described as listening to a psychiatric patient rather than to a professor, people are much more likely to infer that the student was listening to incoherent babble.
echo sprintf("%5.1f",$q15n_ave); ?>% of participants answered correctly.
Alteration:
if ($q17 == "No") { ?>
Gender stereotypes, again. When Bob is, instead, "Elizabeth," people are more likely to infer that her math SAT scores were low.
echo sprintf("%5.1f",$q17n_ave); ?>% of participants answered correctly.
Alteration:
if ($q19 == "No") { ?>
Most people do not infer that the marriage counselors had a fist fight. That just doesn't fit the stereotype. However, if the two people involved in the fight are lumberjacks, people are much more likely to infer that fisticuffs were involved.
echo sprintf("%5.1f",$q19n_ave); ?>% of participants answered correctly. |
|