Title: Complete a study on decision making | PANDA Requester: Decisions Lab [A2LM60L64O8RJJ] (TO) TO Ratings: TO Unavailable Submit a new TO review Description: A study lasting approximately 5-10 minutes with $0.50 payment Time: 60 minutes HITs Available: 76 Reward: $0.50 Qualifications: HIT approval rate (%) is not less than 95;Location is US |
Title: Run It: Flyer Distribution Project. | PANDA Requester: Chib Chinedu [A3LRJKJOJZHJN8] (TO) TO Ratings: TO Unavailable Submit a new TO review Description: Run It: Flyer Distribution Project. Time: 10 minutes HITs Available: 1 Reward: $45.00 Qualifications: Location is US |
Title: Determine if two names match. | PANDA Requester: Jeff Lind [A1JZY7GQFSAK7] (TO) TO Ratings: ★★★★★ 4.75 Communicativity ★★★★★ 2.63 Generosity ★★★★★ 4.92 Fairness ★★★★★ 4.48 Promptness Number of Reviews: 45 | TOS Flags: 0 Submit a new TO review Description: Select yes, no, or maybe if two names match, don't match, or it is not clear if they match or not. Time: 10 minutes HITs Available: 2112 Reward: $0.03 Qualifications: None |
Title: Object Identification (~12-15 mins) | PANDA Requester: VisPerception [A3RZQ6LLP0ZZJO] (TO) TO Ratings: ★★★★★ 5.00 Communicativity ★★★★★ 4.67 Generosity ★★★★★ 5.00 Fairness ★★★★★ 5.00 Promptness Number of Reviews: 4 | TOS Flags: 0 Submit a new TO review Description: Please identify any objects you see in these images! (~12-15 mins) Time: 3 hours HITs Available: 1 Reward: $1.50 Qualifications: Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 95 |
I need an AHK that turns them all to yes, then just change the ones I need. It's really too bad I'm lazy.
Title: Determine if two names match. | PANDA
Requester: Jeff Lind [A1JZY7GQFSAK7] (TO)
TO Ratings:
★★★★★ 4.75 Communicativity
★★★★★ 2.63 Generosity
★★★★★ 4.92 Fairness
★★★★★ 4.48 Promptness
Number of Reviews: 45 | TOS Flags: 0
Submit a new TO review
Description: Select yes, no, or maybe if two names match, don't match, or it is not clear if they match or not.
Time: 10 minutes
HITs Available: 2112
Reward: $0.03
Qualifications: None
Too much work for .03.
These ones are super easy and worth it if you use tab and the up and down arrows.ooo linds.
verrrryyy basic AHK for all to be yes:These ones are super easy and worth it if you use tab and the up and down arrows.
1::
send {click}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
send {tab}
send {space}
send {down}
send {Enter}
return
Title: Longitudinal U.S. Election Psychology Study (Wave 1)(~ 30 minutes) | PANDA Requester: ECQIPS at Michigan [A1X5MK7DE62ZUT] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 2.60 Generosity ★★★★★ 5.00 Fairness ★★★★★ 4.80 Promptness Number of Reviews: 15 | TOS Flags: 0 Submit a new TO review Description: This is the first wave of a multi-wave election study which will take place between July 2016 and January 2017. Please only participate if you are a U.S. citizen, registered to vote, and are willing to participate in several follow-up surveys over the next 6 months. Time: 1 hour 30 minutes HITs Available: 1 Reward: $3.00 Qualifications: Exc: [16327-15738] has not been granted;Total approved HITs is not less than 100;HIT approval rate (%) is not less than 75;Location is one of: US |
I'm going to be honest.. I have no clue what to do with that.verrrryyy basic AHK for all to be yes:
Code:1:: send {click} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} return
except now I'm getting mostly 'no's and 'maybes's oh well.verrrryyy basic AHK for all to be yes:
Code:1:: send {click} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} return
Thank you for this.verrrryyy basic AHK for all to be yes:
Code:1:: send {click} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} send {tab} send {space} send {down} send {Enter} return
haha I had to ask last week. short version: If you have ahk installed (google search for it) right click on desktop, there will be an option for new ahk script, paste that code in with whatever else is already there, save it (I think you save it into your documents into an AHK folder, cant remember if that's necessary), click on it to run, and press the 1 key for it to work. To stop it, it is in the taskbar, right click on it.I'm going to be honest.. I have no clue what to do with that.