01/26 - Tasteful Thursday!

Status
Not open for further replies.

Bad Panda

New Member
Joined
Jan 12, 2017
Messages
44
Reaction score
133
Points
233
Location
Alabama
Gender
Male

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female

Sathington Willoughby

Member
Contributor
Joined
Jan 9, 2017
Messages
440
Reaction score
628
Points
418
Gender
Male
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;
 

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,576
Points
1,838
Location
Jersey Girl
Gender
Female
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
 

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
52
Location
Pennsylvania
Gender
Male
5-7 minute short study that anyone can take

If you have already taken this survey, you are not eligible to take this survey again.

:eyeroll:
 

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,576
Points
1,838
Location
Jersey Girl
Gender
Female
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
 

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
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
 

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
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
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
If anyone wants this have fun, I cant accept it so I didn't test it completely.
Code:
// ==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();
}}
 

Matilda Jones

Grey Ghost
Contributor
Joined
Jan 24, 2016
Messages
4,608
Reaction score
6,757
Points
788
Gender
Female
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
Getting closer to my demographic, yet still not there . . .
 
  • Like
Reactions: Starslip
Status
Not open for further replies.