Skip to content

mattbierner/staying-alive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staying Alive

Code for a Mechanical Turk experiment that asks workers to survive for five minutes. That's it!

index.html

HIT served to workers. Contains a simple timer that counts down the five minutes.

At the end of five minutes, workers are presented a simple test to make sure they are still alive.

server.js

Simple Node.js express server used for collecting telemetry. Can also be used to make sure workers only complete the assignment once at most.

$ npm install
$ node server.js

Writes pseudo-json to log.txt. Make sure to update server in index.html to point to your server. It must be run over https.

About

This is your life and it's ending 5 cents at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published