06/12 - Moist Monday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Jun 12, 2017.

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

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    I guess that's true, I'll probably still stay around though. I should be making good money, especially if I get my CPA while working. I really enjoy this community and could see myself doing some turking still to pay down my student loans.
     
    • 5/5 Pay 5/5 Pay x 1
  2. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Code:
    // ==UserScript==
    // @name         M - Survey Tool
    // @version      1.0
    // @namespace  https://turkerhub.com
    // @description  This will seek out and destroy surveys that have the stupid URL parameter mistake and fix it so you can click the link w/o fiddling with the address all the time. It'll also prevent "oopsie" submissions on the default survey template.
    // @author       ChrisTurk
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-3.2.1.min.js
    // ==/UserScript==
    
    if ($( 'body:contains(CLICK HERE TO TAKE THE SURVEY!)' ).length) { _fixURL(); }
    verifySurveys();
    
    function _fixURL() {
        console.log('this survey link may be broken, lets give it a gander and buy it a goose');
        $('a[href*="qualtrics"]').each(function(){ // not necessary to do this.. but why not
            var url = $(this).attr('href');
            if (!/\?/.test(url)) {
                console.log('url parameter is wrong, lets fix it');
                var newUrl = url.replace(/&/, '?'); //we can be lazy and do it this way because regex will only find and replace the first match. if you added a g after the /&/ it'd replace them all - don't do that here.
                $(this).attr('href', newUrl);
                console.log($(this).attr('href'));
           } else {
                console.log('url is fine');
            }
    
        });
    }
    
    function verifySurveys() {
        // lets poke around and see if this HIT is likely to be a survey, and if so prevent autosubmission & nasty mistakes that may cost us a rejection
        if ($('#surveycode').length !== 0) {
            console.log('boy howdy we got ourselves a regular ol fashioned mTurk survey right chere boyyy lets prevent ourselves from autosubmitting this varmint');
            $('#surveycode').attr('required', true); // gee that was easy.. wonder why mTurk never thought of this incredibly complex and genius solution :rolleyes:
        }
    
    }
     
    • Like Like x 1
  3. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    Title: Take a quick survey about attitudes! (~5-10 min) | PANDA
    Worker: Preview | Accept | Requester
    Requester: The Slab [A2SYNQJ1LYXLZY] (Contact)
    TO 1: [Pay: 2.99] [Fast: 4.74] [Comm: 4.00] [Fair: 4.79] [Reviews: 87] [ToS: 1]
    TO 2:
    [Rate: --/hr] [Pen: -- days] [Res: -- of 0] [Rec: 0% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    min age: 18. You will have reading and writing tasks and will not be allowed to advance until 60 seconds have passed.
    Time: 60 minutes
    HITs Available: 5
    Reward: $0.81
    Qualifications: Took twitter surveys has not been granted; Total approved HITs is not less than 50; HIT approval rate (%) is not less than 95; Location is US;
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  4. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    My husband started turking when he doesn't have any work to do so he can get my son a car for his 16th birthday
     
    • Love Love x 2
  5. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    So I got that meme hit and the guy is trying to find the first name, email, and twitter ect of the original creator of a few memes... Not for $5 in 30 he won't lol.
     
    • LOL LOL x 2
  6. joie de vivre

    joie de vivre Survey Slinger

    Messages:
    1,893
    Gender:
    Female
    Ratings:
    +2,313
    You got that many? Congrats man. I'm still curious about the mead. Did you harvest the honey yourself?
     
  7. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    That's really nice of him
     
  8. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    Title: The use of expert evidence for complex decision-making | PANDA
    Worker: Preview | Accept | Requester
    Requester: UNSW Forensic Lab [A5E8P2L5P6JBS] (Contact)
    TO 1: [Pay: 3.13] [Fast: 4.83] [Comm: 4.20] [Fair: 5.00] [Reviews: 61] [ToS: 0]
    TO 2:
    Not Available
    Description: You will be asked to make some decisions and judgements about crimes.
    Time: 60 minutes
    HITs Available: 47
    Reward: $0.75
    Qualifications: M2016MAX Study has not been granted; HIT approval rate (%) is not less than 95; Location is US;
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  9. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    Anyone else that was doing the DCF's, did they post at all today?
     
  10. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    If any kid ever deserved it he does.
     
  11. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    They posted a bunch of times today.
     
  12. Mallan627

    Mallan627 Well-Known Turker

    Messages:
    1,453
    Gender:
    Male
    Ratings:
    +1,448
    Thank you, Bender, I really, really appreciate that. You're way nicer in person than on that TV show! :)
     
  13. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    It sounds like they have great parents. When I turned 16 I bought myself a shitty old Aerostar van for $800, it was not a safe vehicle.
     
  14. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    DCF's?
     
  15. joie de vivre

    joie de vivre Survey Slinger

    Messages:
    1,893
    Gender:
    Female
    Ratings:
    +2,313
    It's just an herb that other cultures use to achieve the acerbic flavor that many of us refer to as lemon.
     
    • Like Like x 1
  16. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    Requester Name: DCF
    Requester Id:
    Title: Shoe feature labelling
    HIT Set Id: 3P15LLOASA8PT0LZYU28APMKFX9Z95
    Reward: $0.08
    Duration: 60 minutes
    Requirements: None
    Auto App Delay: 15 days
     
    • Today I Learned Today I Learned x 1
  17. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    SAme but mine was a Grenada giant death trap with bald tires and a hole in the gas tank
     
  18. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    RIP, that sounds even worse than mine
     
    • Like Like x 1
  19. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,126
    Gender:
    Female
    Ratings:
    +75,030
    I was catching a few this morning. Then they dried up.
     
    • Like Like x 1
  20. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    Title: Responses to News Articles Online (II)(~ 20 minutes) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Lydia Woodyatt [AYPI9GRJJK0XZ] (Contact)
    TO 1: [Pay: 4.43] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 7] [ToS: 0]
    TO 2:
    [Rate: $60.00/hr] [Pen: 0.67 days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    This study is interested in investigating people's respsonses (attitudes, emotions and behaviour) to information that they encounter online
    Time: 1 hour 30 minutes
    HITs Available: 17
    Reward: $0.70
    Qualifications: Exc: [30771586-45626] has not been granted; Total approved HITs is not less than 100; Location is one of: AU, CA, GB, US; HIT approval rate (%) is not less than 95;
    I'm still working on other stuff but this has a bright green TO so should be good
     
    • Nom Nom Nom! Nom Nom Nom! x 2
    • Like Like x 1
Thread Status:
Not open for further replies.