06/09 - Fffriday

HIT Poster Voting

  • Mr. Krabs

    Votes: 77 51.7%
  • ElleWoods

    Votes: 26 17.4%
  • Squatty

    Votes: 29 19.5%
  • JenniLeigh

    Votes: 6 4.0%
  • Roscoe E Goldchain

    Votes: 11 7.4%

  • Total voters
    149
  • Poll closed .
Status
Not open for further replies.

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female
Title: 10-15 minute academic study | PANDA
Worker: Preview | Accept | Requester
Requester: Justin Landy [AV32MFPM0UDDF] (Contact)
TO 1: [Pay: 4.32] [Fast: 4.97] [Comm: 4.50] [Fair: 5.00] [Reviews: 46] [ToS: 0]
TO 2:
[Rate: $13.17/hr] [Pen: -- days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
We are recruiting participants to complete a 10-15 minute academic study. You will be presented with descriptions of different behaviors and answer questions about them.
Time: 1 hour
HITs Available: 50
Reward: $1.50
Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 90; Total approved HITs GreaterThan 50; Location EqualTo US;
HIT exported from Mturk Suite v1.21.10
 

QueenOfScreams

Well-Known Member
Contributor
Joined
Apr 7, 2017
Messages
1,055
Reaction score
2,338
Points
538
Age
27
Location
arizona
Gender
Female
Stuck in practice round 1.... I thought people who were afk would get dropped after 60 seconds
 
  • Like
Reactions: C to the J

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female
Title: Workplace Scenario(~ 5 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: AG2514 [A3U41OFORZCO1G] (Contact)
TO 1: [Pay: 3.55] [Fast: 4.85] [Comm: 3.82] [Fair: 4.78] [Reviews: 136] [ToS: 0]
TO 2:
[Rate: $6.80/hr] [Pen: 17.50 days] [Res: -- of 0] [Rec: 33% of 3] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
Read about a workplace scenario and make a few judgements
Time: 30 minutes
HITs Available: 18
Reward: $0.50
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [46117006-46263] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 90; Location In US;
HIT exported from Mturk Suite v1.21.10
 

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
Title: Consumer Behavior Survey | PANDA
Worker: Preview | Accept | Requester
Requester: Douglas Miller [A1GRI3EDZJ18NL] (Contact)
TO 1: [Pay: 0.00] [Fast: 0.00] [Comm: 0.00] [Fair: 0.00] [Reviews: 1] [ToS: 0]
TO 2:
Not Available
Description: This is an easy 10-12 minute study about homeownership. You will be paid $1.20 for your time. There are no right or wrong answers.
Time: 60 minutes
HITs Available: 1
Reward: $1.20
Qualifications: Current Residence - Owned is 1; Location is US;

HIT exported from Mturk Suite v1.21.10
I just told him I had 22 children. Send coffee.
 

QueenOfScreams

Well-Known Member
Contributor
Joined
Apr 7, 2017
Messages
1,055
Reaction score
2,338
Points
538
Age
27
Location
arizona
Gender
Female
Since some people are apparently working on the DCF shoe HITs, and they're posting a lot, here's some cosmetics for them:
Code:
// ==UserScript==
// @name       DCF - Shoe feature labelling
// @version    1.0
// @require     https://code.jquery.com/jquery-2.1.4.min.js
// @include     https://s3.amazonaws.com/mturk_bulk/hits*
// @include     https://www.mturkcontent.com/dynamic/*
// ==/UserScript==

if ($('td:contains("Shoe feature labelling")').length){
    var image_scaling = 2.0;

    $('td:contains("Common Ambiguities")').wrapInner('<div class="instructions"></div>');
    $(".instructions").before('<button id="toggle" type="button"><span>Show Instructions</span></button>').hide();
    $('#toggle').click(function() {
        $(".instructions").toggle();
        $('#toggle').text() == 'Show Instructions' ? str = 'Hide Instructions' : str = 'Show Instructions';
        $('#toggle span').html(str);
    });  

    $('table:eq(1)').after('<img src="' + $('td:contains("Link to shoe image")').next().find('a').attr('href') + '">');

    $('img').click(function(){
        if ($(this).hasClass('zoomed')){
            $(this).width($(this).width ()/image_scaling);
            $(this).toggleClass('zoomed');
        }
        else{
            $(this).width($(this).width ()*image_scaling);
            $(this).toggleClass('zoomed');
        }
    });
}
Hides the instructions, embeds the image, and you can click the image to zoom. You can set what zoom you want by changing the image_scaling.
How do I use said script.
 
  • Like
Reactions: Kerek

Kliq

Well-Known Member
Joined
Mar 14, 2016
Messages
2,064
Reaction score
6,914
Points
763
Gender
Male
Title: Workplace Scenario(~ 5 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: AG2514 [A3U41OFORZCO1G] (Contact)
TO 1: [Pay: 3.55] [Fast: 4.85] [Comm: 3.82] [Fair: 4.78] [Reviews: 136] [ToS: 0]
TO 2:
[Rate: $6.80/hr] [Pen: 17.50 days] [Res: -- of 0] [Rec: 33% of 3] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
Read about a workplace scenario and make a few judgements
Time: 30 minutes
HITs Available: 18
Reward: $0.50
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [46117006-46263] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 90; Location In US;

HIT exported from Mturk Suite v1.21.10
2 minutes.
 
  • Like
Reactions: coffeeowl

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,998
Reaction score
163,657
Points
3,238
Age
37
Gender
Male

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
Title: General Aptitude Test-90 minutes(~ 90 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: SurveyComet [A3NC2P2SPK9QQ] (Contact)
TO 1: [Pay: 4.26] [Fast: 4.72] [Comm: 4.31] [Fair: 4.84] [Reviews: 430] [ToS: 1]
TO 2:
[Rate: $9.93/hr] [Pen: 0.05 days] [Res: -- of 0] [Rec: 80% of 5] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
survey
Time: 2 hours
HITs Available: 1
Reward: $12.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; TP Panel: 7249189 N GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 95; Exc: [1118536-45440] DoesNotExist ; Location In US;
HIT exported from Mturk Suite v1.21.10
50
 

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female
Title: 10 minute Consumer Study | PANDA
Worker: Preview | Accept | Requester
Requester: mturkstudies [A325OVMO3HUSHB] (Contact)
TO 1: [Pay: 3.41] [Fast: 4.59] [Comm: 4.60] [Fair: 4.20] [Reviews: 30] [ToS: 0]
TO 2:
Not Available
Description: In this study we will learn about your opinions and how you make everyday decisions.
Time: 20 minutes
HITs Available: 1
Reward: $0.90
Qualifications: Total approved HITs GreaterThanOrEqualTo 50; HIT approval rate (%) GreaterThanOrEqualTo 99; Location EqualTo US;
HIT exported from Mturk Suite v1.21.10
 
Status
Not open for further replies.