08/28 - Monday

Discussion in 'Daily mTurk HITs Threads' started by Kadauchi, Aug 28, 2017.

Thread Status:
Not open for further replies.
  1. alomba87

    alomba87 Survey Slinger

    Joined:
    Jan 10, 2017
    Messages:
    1,800
    Gender:
    Male
    Ratings:
    +3,429
    But are they the dragons we deserve?
     
  2. HamburgerJelly

    HamburgerJelly Active Turker

    Joined:
    Nov 15, 2016
    Messages:
    717
    Ratings:
    +895
    Pretty decent past twenty minutes or so. Hopefully the momentum lasts all day because I am broke.
     
    • Like Like x 1
  3. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    No but they are the ones that we need right now.
     
    • Today I Learned Today I Learned x 1
  4. Hummingbirdee

    Hummingbirdee Big Bird

    Joined:
    Nov 15, 2016
    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]

    Yeah, no, it's literally just a metal teaspoon I've had since high school. Funny how it still magically measures tea leaves after all these years.

    It's fucking magic dude.
     
    • LOL LOL x 2
    • Love Love x 1
  5. beb4x

    beb4x Well-Known Turker

    Joined:
    Dec 11, 2016
    Messages:
    791
    Gender:
    Male
    Ratings:
    +1,046
    Couldn't tell if this was referring to the Miyazaki's or Random's opinions
     
    • LOL LOL x 1
  6. leafs4_cup

    leafs4_cup Ugly Mug

    Joined:
    Nov 15, 2016
    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    Now that he is 21, he has man-sized opinions. It's time for everyone to pray to whatever you pray to for strength and protection.

    Dear Canadian Jesus, please protect me from young people.

    [​IMG]
     
    • LOL LOL x 5
    • Love Love x 1
  7. alomba87

    alomba87 Survey Slinger

    Joined:
    Jan 10, 2017
    Messages:
    1,800
    Gender:
    Male
    Ratings:
    +3,429
    [​IMG]
     
    • LOL LOL x 2
  8. GutsFreedom

    GutsFreedom New Turker

    Joined:
    Aug 27, 2017
    Messages:
    7
    Gender:
    Male
    Ratings:
    +1
    Miyazaki
     
  9. Outer1

    Outer1 Survey Slinger

    Joined:
    Dec 6, 2016
    Messages:
    5,075
    Gender:
    Male
    Ratings:
    +7,992
    Even those aren't really very effective. I mean they wash the surface fibers but push most of the nasty stuff down onto the root of the fibers and the soluble stuff gets pressed down into the padding with the water. It's probably just a weird personal quirk. When we moved out of the apartment after six years looking at the carpet made me want to gag lol. And I shampooed it at least once every few months.
     
    • Like Like x 1
  10. MasterNyborg

    MasterNyborg Survey Slinger

    Joined:
    Nov 30, 2016
    Messages:
    1,982
    Gender:
    Male
    Ratings:
    +3,236
    Just in case some people missed it. I wrote a script for them that loads the image and makes hotkeys for the options. If anybody is interested
    Code:
    // ==UserScript==
    // @name         Takashi Miyazaki script
    // @namespace    https://greasyfork.org/users/144229
    // @version      1.0
    // @description  Makes Money
    // @author       MasterNyborg
    // @icon         http://i.imgur.com/wS1IQwd.jpg
    // @include      *mturkcontent*
    // @include       *worker.mturk*
    // @require      https://code.jquery.com/jquery-3.1.1.min.js
    // ==/UserScript==
    
    $(document).ready(function() {
        console.log($('p').eq(2).text().trim());
        sanity = "There is a person marked by the red dot in the image.";
        if ($('p').eq(2).text().trim().indexOf(sanity) >= 0){
            $('div').eq(1).toggle();
            var pic = $('a').attr('href');
            $('fieldset').eq(0).prepend($('<img>',{id:'theImg',src:pic}));
            $('input[value=photographer]').before("(1) ");
            $('input[value=people]').before("(2) ");
            $('input[value=others]').before("(3) ");
            $('input[value=monologue]').before("(4) ");
            $('input[value=not_applicable]').before("(5) ");
            $('input[name=Q2FreeTextInput]').before("(6) ");
            $(document).keyup(function(event){
                if (event.which == 49){
                    $('input[value=photographer]').click(); //1-5 for 'Whom the person is talking
                    $('input[name=Q2FreeTextInput]').select();
                } else if (event.which == 50){
                    $('input[value=people]').click();
                    $('input[name=Q2FreeTextInput]').select();
                } else if (event.which == 51){
                    $('input[value=others]').click();
                    $('input[name=Q2FreeTextInput]').select();
                } else if (event.which == 52){
                    $('input[value=monologue]').click();
                    $('input[name=Q2FreeTextInput]').select();
                } else if (event.which == 53){
                    $('input[value=not_applicable]').click();
                    $('input[name=Q2FreeTextInput]').select();
                } else if (event.which == 54){
                    $('input[name=Q2FreeTextInput]').select(); //Press 6 to select the text box
                }
            });
        }
    });
     
    • Today I Learned Today I Learned x 1
  11. turks24

    turks24 Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    6,720
    Gender:
    Male
    Ratings:
    +13,777
    You can't post a gif of her and expect me to pay attention to any words in your post
     
    • LOL LOL x 3
    • Love Love x 1
  12. beb4x

    beb4x Well-Known Turker

    Joined:
    Dec 11, 2016
    Messages:
    791
    Gender:
    Male
    Ratings:
    +1,046
    Can confirm, great script.
     
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  13. Hummingbirdee

    Hummingbirdee Big Bird

    Joined:
    Nov 15, 2016
    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]
     
    • LOL LOL x 1
  14. GucciCthulhu

    GucciCthulhu Active Turker

    Joined:
    May 1, 2017
    Messages:
    369
    Gender:
    Male
    Ratings:
    +982
    Title: What's important in your workplace? | PANDA
    Requester: socialpsychrug [A2NBKW2MG4SZW6] (TO)
    TO Ratings:
    ★★★★★ 2.20 Communicativity
    ★★★★★ 2.71 Generosity
    ★★★★★ 3.49 Fairness
    ★★★★★ 3.48 Promptness
    Number of Reviews: 90 | TOS Flags: 2
    Submit a new TO review
    Description: We want your opinions about what Americans value most at work! Take a quick 5-10 minute survey to help our research on behavior and current issues in the workplace.
    Time: 1 hour 30 minutes
    HITs Available: 1
    Reward: $0.60
    Qualifications: HIT approval rate (%) is not less than 95;Location is US
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  15. Salamander

    Salamander Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    6,816
    Gender:
    Female
    Ratings:
    +31,720
    NexGuard is awesome for fleas. Kinda pricey but so worth it.
     
    • Like Like x 1
  16. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Somebody has a bad case of the Mondays.
     
  17. mnguy1970

    mnguy1970 Active Turker

    Joined:
    Dec 23, 2016
    Messages:
    289
    Gender:
    Male
    Ratings:
    +547
    Title: Short survey about your consumer preferences | PANDA
    Worker: Preview | Accept | Requester
    Requester: MKTRESEARCHER [A23CXE42ME9GTT] (Contact)
    TO 1: [Pay: 2.67] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 14] [ToS: 0]
    TO 2:
    [Rate: $5.74/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    Complete a task (few minutes) and answer some questions about yourself and your preferences
    Time: 30 minutes
    HITs Available: 22
    Reward: $0.67
    Qualifications: HIT approval rate (%) is greater than 95; Location is US;
     
    • Nom Nom Nom! Nom Nom Nom! x 8
  18. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    wtf forum
     
  19. beb4x

    beb4x Well-Known Turker

    Joined:
    Dec 11, 2016
    Messages:
    791
    Gender:
    Male
    Ratings:
    +1,046
    Somebody has a bad case of the double posts
    [​IMG]
     
    • LOL LOL x 2
  20. Hummingbirdee

    Hummingbirdee Big Bird

    Joined:
    Nov 15, 2016
    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Somebody can't detect a joke between two people who get along.

    [​IMG]
     
    • LOL LOL x 1
    • Love Love x 1
Thread Status:
Not open for further replies.