- Joined
- Sep 16, 2016
- Messages
- 10,324
- Reaction score
- 18,600
- Points
- 1,238
- Age
- 38
- Gender
- Male
Working on it now! ohduhtud!just did this, worth it, 20-25 mins
Not all.Only halfway to my 5's goal @C to the J !! why did you take them all???
Title: Identify relations between people, companies and places | PANDA Requester: Percy Liang [A29YQT3EEC0ZEC] (Contact) TO: [Pay: 3.61] [Fair: 4.81] [Comm: 5.00] [Fast: 4.85] [Reviews: 45] [ToS: 0] Description: You'll need to pick which relationship is described between two people, places or organisations in a sentece. Time: 60 minutes HITs Available: 10 Reward: $0.60 Qualifications: None; |
HIT posted from Mturk Suite v1.2.6 |
Title: Identify relations between people, companies and places | PANDA Requester: Percy Liang [A29YQT3EEC0ZEC] (Contact) TO: [Pay: 3.61] [Fair: 4.81] [Comm: 5.00] [Fast: 4.85] [Reviews: 45] [ToS: 0] Description: You'll need to pick which relationship is described between two people, places or organisations in a sentece. Time: 1 hour HITs Available: 10 Reward: $0.60 Qualifications: None; |
HIT posted from Mturk Suite v1.2.6 |
My eulogy is going to be great. Sorry you'll miss it.Not all.
Only 1500 out of 4000.
Title: Evaluate a Wetsuit(~ 1 minutes) | PANDA Requester: Benedikt Schnurr [A1IS9R06USPB5N] (Contact) TO: [Pay: 4.54] [Fair: 4.81] [Comm: N/A] [Fast: 4.40] [Reviews: 27] [ToS: 0] Description: Tell us what you think about this wetsuit Time: 10 minutes HITs Available: 23 Reward: $0.10 Qualifications: Total approved HITs is not less than 100; Exc: [241389969-31514] has not been granted; HIT approval rate (%) is not less than 95; Location is one of: US; |
Title: Solve visual puzzles(~ 5 minutes) | PANDA Requester: Lupyan Lab [A34Y0INWSLX4AQ] (Contact) TO: [Pay: 3.71] [Fair: 4.30] [Comm: 3.33] [Fast: 4.59] [Reviews: 94] [ToS: 0] Description: You will see some puzzles, and have to work out what distinguishes the images on the left from those on the right Time: 40 minutes HITs Available: 1 Reward: $0.50 Qualifications: Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 95; Exc: [1674506916-31552] DoesNotExist ; Location In US; |
HIT posted from Mturk Suite v1.2.6 |
it's okay, there's more nowOnly halfway to my 5's goal @C to the J !! why did you take them all???
I both admire and am repulsed by this statement.Not all.
Only 1500 out of 4000.
Title: Attitudes and Beliefs(~ 20 minutes) | PANDA Requester: Hannah [A29Z4SBOCL5MAA] (Contact) TO: [Pay: 4.67] [Fair: 5.00] [Comm: N/A] [Fast: 5.00] [Reviews: 3] [ToS: 0] Description: Answer questions about your attitudes and beliefs Time: 1 hour HITs Available: 1 Reward: $2.50 Qualifications: Exc: [28261975-31560] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US; |
HIT posted from Mturk Suite v1.2.6 |
Title: Attitudes and Beliefs(~ 20 minutes) | PANDA Requester: Hannah [A29Z4SBOCL5MAA] (Contact) TO: [Pay: 4.67] [Fair: 5.00] [Comm: N/A] [Fast: 5.00] [Reviews: 3] [ToS: 0] Description: Answer questions about your attitudes and beliefs Time: 1 hour HITs Available: 1 Reward: $2.50 Qualifications: Exc: [28261975-31560] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US; |
HIT posted from Mturk Suite v1.2.6 |
Title: Survey on media use, sexuality, and relationships(~ 20 minutes) | PANDA Requester: Carlos Velez [A3SVQ3LY6TT5FK] (Contact) TO: [Pay: 5.00] [Fair: 5.00] [Comm: N/A] [Fast: 5.00] [Reviews: 4] [ToS: 0] Description: $3.00 survey for MARRIED MEN, 36-40 YEARS OLD-Social media use, sexuality, and relationships. Time: 1 hour 30 minutes HITs Available: 1 Reward: $3.00 Qualifications: Total approved HITs GreaterThanOrEqualTo 1000; Exc: [960563238-31524] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US; |
HIT posted from Mturk Suite v1.2.6 |
I finally got it to work...I was able to complete it in Chrome. Sorry it's not working
// ==UserScript==
// @name Amazon Requester Inc.- RA
// @namespace SarahAshlee90
// @description masters batch cant accept
// @author SarahAshlee90
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @version 3
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.1.min.js
// @hitname Indicate your willingness to purchase one item at Amazon instead of another
// @hitsave https://www.mturkcontent.com/dynamic/hit?assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=32TZXEA1OML2YSGCIUIZRA8WR8941P
// ==/UserScript==
$('.panel').hide();
s=0
window.onkeydown = function (event) {
if(event.which == 97){
$('input[value="3"]').eq(s).click();
s++
$('input[value="-1"]').eq(s).focus();
}
if(event.which == 98){
$('input[value="2"]').eq(s).click();
s++
$('input[value="-1"]').eq(s).focus();
}
if(event.which == 99){
$('input[value="1"]').eq(s).click();
s++
$('input[value="-1"]').eq(s).focus();
}
if(event.which == 100){
$('input[value="0"]').eq(s).click();
s++
$('input[value="-1"]').eq(s).focus();
}
if(event.which == 101){
$('input[value="-1"]').eq(s).click();
s++
$('input[value="-1"]').eq(s).focus();
}
if(event.which === 13){
('#submitbutton').click();
}}
Getting closer to my demographic, yet still not there . . .
Title: Survey on media use, sexuality, and relationships(~ 20 minutes) | PANDA
Requester: Carlos Velez [A3SVQ3LY6TT5FK] (Contact)
TO: [Pay: 5.00] [Fair: 5.00] [Comm: N/A] [Fast: 5.00] [Reviews: 4] [ToS: 0]
Description: $3.00 survey for MARRIED MEN, 36-40 YEARS OLD-Social media use, sexuality, and relationships.
Time: 1 hour 30 minutes
HITs Available: 1
Reward: $3.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 1000; Exc: [960563238-31524] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US;
HIT posted from Mturk Suite v1.2.6