06/09 - Freaky Friday!

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

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

    Anath614 Survey Slinger

    Messages:
    2,160
    Gender:
    Female
    Ratings:
    +1,658
    How the heck am I suppose to know if it is a zoo...I see no :lama:
     
    • LOL LOL x 1
  2. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    It really wasn't clear what to do if there is no zoo... You can put "no zoo" in the comments box but it won't let you submit unless you draw a rectangle. @Bobby!
     
  3. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    Yeah, returning my queue.
     
    • Like Like x 1
  4. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    I didn't even accept any. While this is better than a penny they started at 5 cents.
     
  5. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Introne, despite hating me and telling me I sucked at his HIT (I got qual excluded) dropped me a pretty fat bonus. I thought today was going to be just scraps, so this is a nice little surprise.

    Today's Projected Earnings: $35.37 + Bonuses: $3.93 = $39.30 (Exported from Mturk Suite v1.21.10)

     
    • 5/5 Pay 5/5 Pay x 2
  6. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    I just submitted a babyhead only half finished :afraid:

    :flail::flail::flail:
     
  7. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    It's an artistic metaphor of the way the agricultural industry exasperates the strife of lower income americans in the southwestern united states and how it relates to global warmings impact on blue jay migration.
     
    • Today I Learned Today I Learned x 2
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Do you have @ChrisTurk 's survey tool installed?

    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:
    }
    }
     
    • LOL LOL x 1
  9. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    upload_2017-6-9_16-34-23.png
     

    Attached Files:

    • LOL LOL x 1
  10. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    I've done it twice already. That's what they get for having such a stupid hotkey setup.
     
  11. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    So, what you're saying is, my cows aren't cool enough for their own artistic interpretation of strife and global warming? Well fuck! Why do I have these suckers then?

    [​IMG]
     
    • LOL LOL x 1
  12. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Woah.
     
    • LOL LOL x 1
  13. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    I love the comment snark too.
     
    • LOL LOL x 1
  14. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    Yes.

    Evidently it doesn't stop <enter> from submitting a babyhead. I think I need a brain-level script that prevents me from being an idiot.
     
    • LOL LOL x 1
  15. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Overwatch just bonged for the geohives again and popped open another search window. Seems between the first hit and the second their TO dropped into orange territory according to MTS.

    :flail:
     
    • LOL LOL x 1
  16. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Apparently it doesn't keep babyheads from submitting.
     
  17. SamAnt

    SamAnt Survey Slinger TurkerView Masters

    Messages:
    4,109
    Ratings:
    +12,981
    [​IMG]

    Am I allowed to put "lunch"? :emoji_stuck_out_tongue_winking_eye:
     
    • LOL LOL x 3
  18. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    • Nom Nom Nom! Nom Nom Nom! x 4
  19. GreenMachine842

    GreenMachine842 Moderator (⌐■_■)

    Messages:
    6,715
    Gender:
    Male
    Ratings:
    +13,816
    Just catching up with the thread because I'm super busy today with family and working on some excellent developing news here. How far across the country you going west coast?
     
    • Love Love x 1
  20. humbleturker

    humbleturker Survey Slinger

    Messages:
    5,697
    Gender:
    Male
    Ratings:
    +11,133
    • Nom Nom Nom! Nom Nom Nom! x 2
Thread Status:
Not open for further replies.