06/21 - Thriving Thursday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Jun 21, 2018.

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

    jdzane Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    holy shit how did I not know about this one??? It looks phenomenal!
     
  2. NobodyImportant

    NobodyImportant Well-Known Turker

    Joined:
    May 6, 2018
    Messages:
    2,744
    Gender:
    Male
    Ratings:
    +2,698
    I hear you, but it's fairly disrespectful, not to mention dishonest, maybe we are occasionally "research subjects", but not lab rats imo
     
    • Like Like x 1
  3. morweeg

    morweeg Triple Double Certified Organic Batch Master

    Joined:
    May 26, 2017
    Messages:
    40,571
    Ratings:
    +54,131
    Eh, I don't mind as long as the pay isn't insulting.
     
    • Like Like x 1
  4. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,379
    Gender:
    Female
    Ratings:
    +76,782
    Our ToysRUs is still closing and they had everything 60% off. I just blew a bunch of money on some early Christmas shopping.
    [​IMG]
     
    • Like Like x 1
    • 5/5 Pay 5/5 Pay x 1
  5. jessers

    jessers Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    [​IMG]

    i hear we're talking horror movies hi
     
    • Love Love x 1
  6. jessers

    jessers Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    i think it's once a month. i try to lose track so it's a surprise.
     
    • LOL LOL x 2
  7. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,379
    Gender:
    Female
    Ratings:
    +76,782
    Isn't it like the first week of the month? :dunno:
     
  8. ChrisTurk

    ChrisTurk Administrator

    Joined:
    Nov 15, 2016
    Messages:
    56,746
    Ratings:
    +163,330
    He left out the part where as a prank someone told a forum I had all the codes and my inbox exploded like famined cockroaches had just been launched into a dunkin donuts at night time.
    End of the first week of every month, like clockwork, for months now. There is a script somewhere that'll track your bonuses in my post history but tbh even I don't know exactly what the keyword to look for would be.. maybe bonus
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  9. jessers

    jessers Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    yeah i'm pretty sure
     
  10. jessers

    jessers Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    Code:
    // ==UserScript==
    // @name _VacationRentalAPI
    // @version 1.0
    // @description Track bonuses for VRAPI HITs
    // @author ChrisTurk
    // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant GM_log
    // @grant GM_getValue
    // @grant GM_setValue
    // @require https://code.jquery.com/jquery-3.1.0.min.js
    // ==/UserScript==
    if ($( '#description_matches_text' ).length || $( '#unit_number' ).length) { _VRAPI(); }
    function updateBonus(bonus) {
    localStorage.setItem('vrapiBonus', bonus);
    $('#bonusTotal').attr('value', bonus + ' / $' + (bonus*2));
    }
    function _VRAPI() {
    var expectedBonus = localStorage.getItem('vrapiBonus');
    var subBonus = '<input type="button" class="btn btn-danger btn-sm" id="subBonus" value="-" style="margin-right: 5px; margin-left: 5px;">';
    var buttonBonus = '<input type="button" class="btn btn-info btn-lg" id="bonusTotal" value="' + expectedBonus + ' / $' + (expectedBonus*2) + '" disabled>';
    var addBonus = '<input type="button" class="btn btn-success btn-sm" id="addBonus" value="+" style="margin-left: 5px; margin-right: 10px;">';
    var resetBonus = '<input type="button" class="btn btn-warning btn-sm" id="clearBonus" value="Reset">';
    $('#submitButton').after('<div style="margin-top: 25px; display: block; text-align: center;">' + subBonus + buttonBonus + addBonus + resetBonus + '</div>');
    $('#clearBonus').click(function() {
    expectedBonus = 0;
    updateBonus(expectedBonus);
    localStorage.setItem('vrapiAID', '');
    });
    $('#subBonus').click(function() {
    expectedBonus--;
    updateBonus(expectedBonus);
    });
    $('#addBonus').click(function() {
    expectedBonus++;
    updateBonus(expectedBonus);
    });
    $('#mturk_form').submit(function(e){
    e.preventDefault();
    if ($('input[name=address_found_unit_not]:eq(2):checked').length) {
    console.log('earned a bonus');
    expectedBonus++;
    updateBonus(expectedBonus);
    }
    else {
    console.log('no bonus');
    }
    this.submit();
    });
    }
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  11. jdzane

    jdzane Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    wow, yours is lasting a long time. Mine was dead in like 3 days
     
  12. Frank

    Frank Well-Known Turker

    Joined:
    Dec 17, 2017
    Messages:
    1,201
    Gender:
    Male
    Ratings:
    +1,360
    smith [A2GQ4DSPRIZCRU] [8 minute survey] ONLY TAKE IF YOU HAVE BEEN IN A NATURAL DISASTER IN THE PAST YEAR - $1.28 | PANDA
    [3EULM6QNHF13TGK22WKHLYL08JLXJ7]


    Generous

    Unrated

    Unrated
    $271.06 / hour
    00:00:17 / completion time
    Pros:

    Cons:

    To read smith's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  13. Bloop

    Bloop Well-Known Turker

    Joined:
    May 13, 2018
    Messages:
    2,365
    Gender:
    Female
    Ratings:
    +2,652
    Yea that sucks.
     
  14. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    *grabs off export*

    huh
     
  15. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,379
    Gender:
    Female
    Ratings:
    +76,782
    I was surprised too! :)
     
  16. ChrisTurk

    ChrisTurk Administrator

    Joined:
    Nov 15, 2016
    Messages:
    56,746
    Ratings:
    +163,330
    I will hold a grudge until the day I can find him & kick him in the shins so he experiences the minor pain & daily inconvenience that I did.
    [​IMG]
     
    • LOL LOL x 3
  17. jdzane

    jdzane Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    ahhh :flail: it's the steam sale! There goes my monthly PE
     
  18. morweeg

    morweeg Triple Double Certified Organic Batch Master

    Joined:
    May 26, 2017
    Messages:
    40,571
    Ratings:
    +54,131
    :slowpoke:
     
  19. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
  20. morweeg

    morweeg Triple Double Certified Organic Batch Master

    Joined:
    May 26, 2017
    Messages:
    40,571
    Ratings:
    +54,131
    I was having issues posting reviews the other day, but I thought it was just my connection being garb.
     
Thread Status:
Not open for further replies.