|
|
|
|
|
by msg
5161 days ago
|
|
One interesting thing you can do with such a questionnaire is a coin flip survey (sorry, I don't know the real name). Give the survey participants a list of sensitive true/false questions and a coin. Instruct them to flip the coin twice, concealing the results from the survey-giver. Then have them follow this algorithm: if (first flip == heads):
return second flip == heads
else:
return truthful T/F answer to sensitive question
When results are aggregated, roughly half the participants will have answered truthfully, and the other half are uniformly distributed. None of the individual participants have tipped off whether they did something bad, but in aggregate they have truthfully answered the survey. |
|