02/01 - Wonderous Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Feb 1, 2017.

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

    Hummingbirdee Big Bird

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

    Alina Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    5,277
    Ratings:
    +18,501
    • Nom Nom Nom! Nom Nom Nom! x 18
  3. SquigglyButt

    SquigglyButt Survey Slinger

    Joined:
    Dec 20, 2016
    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    Oh, you meant that 10,000....
    I thought you meant 10,000 of the interests hits.
    My bad.
    Carry on.
     
    • LOL LOL x 1
  4. WishATurkerWould

    WishATurkerWould Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    2,151
    Ratings:
    +8,800
    Title: Survey on Predicting Behavior(~ 15 minutes) | PANDA
    Requester: Adam Hahn [A3VDEAS9T52P3W] (Contact)
    TO: [Pay: 4.44] [Fair: 5.00] [Comm: N/A] [Fast: 5.00] [Reviews: 9] [ToS: 0]
    Description:
    $1.50 for a 15 to 20-min.-study on predicting behavior
    Time: 45 minutes
    HITs Available: 28
    Reward: $1.50
    Qualifications: Exc: [29584-28995] DoesNotExist ; TP Panel: 234912493 N GreaterThanOrEqualTo 100; Location In US;
    HIT posted from Mturk Suite v1.3.7
     
    • Nom Nom Nom! Nom Nom Nom! x 14
    • Like Like x 1
  5. TurkedOut

    TurkedOut Survey Slinger

    Joined:
    Dec 11, 2016
    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    I feel like I've done 10k of them.
     
  6. ChrisTurk

    ChrisTurk Administrator

    Joined:
    Nov 15, 2016
    Messages:
    56,746
    Ratings:
    +163,330
    He wont. The relevant code is:
    Code:
    function sendit(tf, pd, symbol, sid)
    {
    if (is_preview_mode())
    {
    alert("Sorry, you need to accept this HIT in order to start the survey. Please tap the Accept HIT button to get started.");
    return;
    }
    if (!math_captcha(current_seed))
    {
    return false;
    }
    var sendit_url = "https://yp83etk8d5.execute-api.us-west-2.amazonaws.com/prod?oid=59&sid=" + sid + "&tf=" + tf + "&pd=" + pd + "&symbol=" + symbol + "&source=MechTurk&contestid=0";
    if (ie == "")
    {
    $.ajax({
    url: "https://yp83etk8d5.execute-api.us-west-2.amazonaws.com/prod/ie?Method=getpredictorid&ExternalIdentifier=" + get_worker_id(),
    method: 'GET'
    }).then(function(data, textStatus, jqXHR) {
    ie = data;
    if (ie)
    {
    $.ajax({
    url: sendit_url + "&ie=" + ie,
    method: 'GET'
    }).then(function(data, textStatus, jqXHR) {
    // Done function
    console.log("response with new ie " + ie + " is " + data);
    successful_transmissions[sid] = pd;
    update_progress();
    },
    function(data, textStatus, jqXHR) {
    // Fail function
    update_progress();
    }
    );
    }
    });
    }
    else
    {
    $.ajax({
    url: sendit_url + "&ie=" + ie,
    method: 'GET'
    }).then(function(data, textStatus, jqXHR) {
    // Done function
    console.log("response is " + data);
    successful_transmissions[sid] = pd;
    update_progress();
    },
    function(data, textStatus, jqXHR) {
    // Fail function
    update_progress();
    }
    );
    }
    }
    
    Essentially on your first vote it grabs your worker ID from the HIT and submits that to his application and returns some history of your work w/ him or whatever data he has tagged w/ your workerId, then submits your vote data (0/1, 0/1, SYMBOL, Unique # Identifier) w/ your worker data for that and all subsequent votes. Each successful submission (the post & response) triggers an addition to the successful_transmissions variable and carries forward.

    It is entirely possible that sometimes the request gets sent and processed by the API server and occasionally the script fails in the response process, but highly unlikely and for anything more than 2-3 is probably impossible.

    There is no way to "fix" this. If his application is unresponsive only he can fix it, the only thing the force submit script does is tell his script to piss off and send the results to mTurk, where he can retrieve them later. But for his application's purposes (probably processing your data for predictwallstreet) you blank him by doing that.

    I know I'm beating the dead horse here, just want to be explicitly clear on whats going on. By all accounts the dude does not give a crap and wont reject for it, but I think its really, really important to explain whats going on so people don't think that script is actually "fixing" the issue. There is always a chance he goes back through and blocks people for submitting a bunch of blank data when he needs votes for his stupid website, or bounces from the platform entirely because folks are using a script they don't understand beyond "It makes me free $$$$$" to force submission through his checks.
     
    • Today I Learned Today I Learned x 5
    • Like Like x 1
  7. turk_it

    turk_it Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    3,728
    Gender:
    Male
    Ratings:
    +10,147
    [​IMG]
     
    • LOL LOL x 1
    • Love Love x 1
  8. Ness

    Ness Survey Slinger

    Joined:
    Dec 14, 2016
    Messages:
    4,189
    Gender:
    Male
    Ratings:
    +9,222
    [​IMG]
     
    • Like Like x 3
    • LOL LOL x 1
    • Love Love x 1
  9. WishATurkerWould

    WishATurkerWould Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    2,151
    Ratings:
    +8,800
    Another HIT to worry about accidentally returning when I'm dumping a queue's worth of "no tasks available" Pins. :blush:
     
    • LOL LOL x 1
  10. SquigglyButt

    SquigglyButt Survey Slinger

    Joined:
    Dec 20, 2016
    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    That's my.... mom?
     
  11. Ballistic406

    Ballistic406 Survey Slinger

    Joined:
    Jan 19, 2017
    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    They're gone already anyway :(
     
    • Like Like x 1
  12. TurkedOut

    TurkedOut Survey Slinger

    Joined:
    Dec 11, 2016
    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    [​IMG]
     
    • LOL LOL x 1
    • Love Love x 1
  13. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Title: Transcribe Product Details from Product Image - First HIT $2.00 bonus | PANDA
    Requester: Matt Garner [A3E68Y3V2QD0IE] (Contact)
    TO: [Pay: 3.78] [Fair: 4.40] [Comm: 4.67] [Fast: 4.71] [Reviews: 21] [ToS: 0]
    Description:
    Update product brand, name, and package size from product image
    Time: 20 minutes
    HITs Available: 5
    Reward: $0.13
    Qualifications: ShopHero Grocery Product Image Transcription Qualification v1 is not less than 1; HIT approval rate (%) is not less than 95;
    HIT exported from Mturk Suite v1.3.7
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  14. TurkedOut

    TurkedOut Survey Slinger

    Joined:
    Dec 11, 2016
    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    I only took 187 of them
     
    • Like Like x 1
  15. Ness

    Ness Survey Slinger

    Joined:
    Dec 14, 2016
    Messages:
    4,189
    Gender:
    Male
    Ratings:
    +9,222
    [​IMG]
     
    • LOL LOL x 2
    • Love Love x 1
  16. Alina

    Alina Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    5,277
    Ratings:
    +18,501
    i won't be recommending that script to anyone anymore. had no idea he wasn't getting the data if it was used
     
    • Like Like x 1
  17. turk_it

    turk_it Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    3,728
    Gender:
    Male
    Ratings:
    +10,147
    "Have you voted for our January sHIT Poster of the Month award?"
    :emoji_poop::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_fingers_crossed::emoji_poop:
     
    • LOL LOL x 2
    • Like Like x 1
  18. MasterNyborg

    MasterNyborg Survey Slinger

    Joined:
    Nov 30, 2016
    Messages:
    1,982
    Gender:
    Male
    Ratings:
    +3,236
    290 :emoji_ok_hand::emoji_ok_hand::emoji_ok_hand:
     
    • Like Like x 1
  19. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Isn't posting hits the least shit posty thing that you can do on these forums?
     
    • Like Like x 1
  20. Anath614

    Anath614 Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    2,160
    Gender:
    Female
    Ratings:
    +1,658
    I only took 75
     
Thread Status:
Not open for further replies.