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.

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
Damn. 7-11 ATMs no longer free for capital one users. There goes every ATM location in my city.
Capital One was the worst when my sister died. I was cancelling her credit cards, and everyone was saying I'm so sorry for your loss. There's no need for you to send anything. We will check public records and write off the balance. Capital One acted like I was lying and required me to send a copy of the death certificate. When a person is dealing with a loss like that and making funeral arrangements, the last thing I wanted to do was get a copy of the death certificate and mail it to them.
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
Capital One was the worst when my sister died. I was cancelling her credit cards, and everyone was saying I'm so sorry for your loss. There's no need for you to send anything. We will check public records and write off the balance. Capital One acted like I was lying and required me to send a copy of the death certificate. When a person is dealing with a loss like that and making funeral arrangements, the last thing I wanted to do was get a copy of the death certificate and mail it to them.
wow that's super shitty.
 
  • Like
Reactions: vickiJ and Rerun

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: Study on Public Policy Judgments(~ 10 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: Matthew Baucum [A32QAZA3U1OS49] (Contact)
TO 1: [Pay: 4.50] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 3] [ToS: 0]
TO 2:
[Rate: $5.63/hr] [Pen: -- days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
Short survey on your judgments and perceptions of evidence
Time: 30 minutes
HITs Available: 1
Reward: $0.50
Qualifications: Total approved HITs is not less than 100; Exc: [40358721-46326] has not been granted; HIT approval rate (%) is not less than 75; Location is one of: US;
HIT exported from Mturk Suite v1.21.10
 
  • Like
Reactions: Rerun

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: Rate the short audio file for accuracy ~20 seconds total time | PANDA
Worker: Preview | Accept | Requester
Requester: aaron fisher [A171KMPQDPLWCA] (Contact)
TO 1: [Pay: 5.00] [Fast: 0.00] [Comm: 0.00] [Fair: 0.00] [Reviews: 1] [ToS: 0]
TO 2:
Not Available
Description: We will have you listen to a short audio file, we then would like you to rate the audio file by: accuracy and other attributes
Time: 45 minutes
HITs Available: 66
Reward: $0.15
Qualifications: HIT approval rate (%) GreaterThan 97; Total approved HITs GreaterThan 50; Location EqualTo US;
HIT exported from Mturk Suite v1.21.10
1 min, only do 1
 
  • Like
Reactions: Rerun

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
The DCF ones!? :eek:

Damn, I need to catch up on the forum posts
Code:
// ==UserScript==
// @name       DCF - Shoe feature labelling
// @version    1.1
// @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');
        }
    });
   
    $('table:eq(2) tr').append('<td class="filler"></td>');
    $('.filler').each(function(index){
        var fill_options = [];
        $(this).prev().find('option').each(function(){
            fill_options.push($(this).text().replace(/^\w\)/,'').split(':')[0]);
        });
        $(this).html('<span class="options_list' + index + '">' + fill_options.join('</span> | <span class="options_list' + index + '">') + '</span>');
    });
    $('[class^=options_list]').click(function(){
        $(this).parent().prev().find('select')[0].selectedIndex = $(this).parent().find('[class^=options_list]').index($(this));
        $('[class=' + $(this).attr('class') + ']').css('background-color','');
        $(this).css('background-color','lightgreen');
    });
     $('table:eq(2) tr').each(function(){
         $(this).find('span:last')[0].click();
     });
}
courtesy of Kerek @Kerek
 

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male
Capital One was the worst when my sister died. I was cancelling her credit cards, and everyone was saying I'm so sorry for your loss. There's no need for you to send anything. We will check public records and write off the balance. Capital One acted like I was lying and required me to send a copy of the death certificate. When a person is dealing with a loss like that and making funeral arrangements, the last thing I wanted to do was get a copy of the death certificate and mail it to them.
That sounds horrible. Sorry for having to go through such an unpleasant experience.
 
  • Like
Reactions: Rerun and vickiJ

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
Code:
// ==UserScript==
// @name       DCF - Shoe feature labelling
// @version    1.1
// @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');
        }
    });
  
    $('table:eq(2) tr').append('<td class="filler"></td>');
    $('.filler').each(function(index){
        var fill_options = [];
        $(this).prev().find('option').each(function(){
            fill_options.push($(this).text().replace(/^\w\)/,'').split(':')[0]);
        });
        $(this).html('<span class="options_list' + index + '">' + fill_options.join('</span> | <span class="options_list' + index + '">') + '</span>');
    });
    $('[class^=options_list]').click(function(){
        $(this).parent().prev().find('select')[0].selectedIndex = $(this).parent().find('[class^=options_list]').index($(this));
        $('[class=' + $(this).attr('class') + ']').css('background-color','');
        $(this).css('background-color','lightgreen');
    });
     $('table:eq(2) tr').each(function(){
         $(this).find('span:last')[0].click();
     });
}
courtesy of Kerek @Kerek
Bless both of you
 

Princess Gina Marie

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
14,873
Reaction score
44,401
Points
1,388
Location
Unda tha sea
Gender
Female
Capital One was the worst when my sister died. I was cancelling her credit cards, and everyone was saying I'm so sorry for your loss. There's no need for you to send anything. We will check public records and write off the balance. Capital One acted like I was lying and required me to send a copy of the death certificate. When a person is dealing with a loss like that and making funeral arrangements, the last thing I wanted to do was get a copy of the death certificate and mail it to them.
People suck.

When my dad died during open heart surgery, the hospital he died in kept calling to ask how his recovery was going, including on the day of his funeral :cautious:
 

Kallee

Well-Known Member
Contributor
Joined
Nov 6, 2016
Messages
2,179
Reaction score
3,266
Points
588
Gender
Female
Title: Experiences on Mturk and general attitudes survey(~ 15 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: Becky Leigh [A37YQOIINHZY5C] (Contact)
TO 1: [Pay: 4.80] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 17] [ToS: 0]
TO 2:
[Rate: $9.79/hr] [Pen: 0.10 days] [Res: -- of 0] [Rec: 100% of 2] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
We are interested in your experiences on MTurk. This 10-15 minute study will ask you about these experiences. It will also ask you questions about your personality and general attitudes.
Time: 1 hour
HITs Available: 1
Reward: $2.00
Qualifications: Exc: [19-46325] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 100; SurveyGroup [448] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 50; Location In US;
HIT exported from Mturk Suite v1.21.10
 
  • Like
Reactions: Rerun and LisaPisa

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: Play a simulation! Long study, bonus for serious workers.(~ 20 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: cfdm lab [A15XGBBYAKKPBO] (Contact)
TO 1: [Pay: 3.82] [Fast: 4.97] [Comm: 4.20] [Fair: 5.00] [Reviews: 51] [ToS: 1]
TO 2:
Not Available
Description: SERIOUS WORKERS ONLY! This is a long study (20 minutes) : please only start this HIT if you can devote 20 uninterrupted minutes to a simulation. Substantial bonus for serious workers.
Time: 1 hour
HITs Available: 1
Reward: $2.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [810033408-46322] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 85; Location In US;

HIT exported from Mturk Suite v1.21.10
Caught this. About 15 mins. Kinda interesting.
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
People suck.

When my dad died during open heart surgery, the hospital he died in kept calling to ask how his recovery was going, including on the day of his funeral :cautious:
i had to put my dog Baxter down last August. less than two weeks later i got a postcard in the mail from the vet where we euthanized him asking when i wanted to schedule his next visit. i called and told them to take me off every list they had and make a huge stink.
 

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
People suck.

When my dad died during open heart surgery, the hospital he died in kept calling to ask how his recovery was going, including on the day of his funeral :cautious:
Those phone calls are the worst! They should know. And when you have to keep telling people he died, it hurts every time, the tears come every time.
 
Status
Not open for further replies.