12/14 - The End is Nigh Thursday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Dec 14, 2017.

Thread Status:
Not open for further replies.
  1. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Hmmm, welp I tried it on my old Chromium install and got an entry like there should be. So there's something up with my Chrome install. :emoji_thinking:
     
    • Like Like x 1
  2. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    FWIW that error is totally benign, I had removed a function and never updated the call for it.. derp.
     
    • Like Like x 1
  3. <Gucci>

    <Gucci> Active Turker

    Messages:
    201
    Gender:
    Female
    Ratings:
    +411
    [​IMG]
     
    • Love Love x 2
  4. SAJ

    SAJ Survey Slinger

    Messages:
    27,495
    Gender:
    Male
    Ratings:
    +51,479
    [​IMG]
     
    • LOL LOL x 3
    • 5/5 Pay 5/5 Pay x 1
  5. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    I'm posting this here so I can link to it:

    Code:
    // ==UserScript==
    // @name         Worker Queue Elegant Return
    // @namespace    https://turkerview.com/mturk-scripts/
    // @version      0.1
    // @description  Fix a few pain points w/ worker queue until someone more motivated comes along and truly fixes it.
    // @author       ChrisTurk
    // @match        https://worker.mturk.com/tasks
    // @grant        GM_log
    // @require        https://code.jquery.com/jquery-3.2.1.min.js
    // ==/UserScript==
    
    $(document).ready(function(){
        //handle the returning of hits so worker doesn't
        $('body').on('click', 'button:contains(Return)', function(e){
            e.preventDefault();
            let form = $(this).closest('form');
            let postTo = 'https://worker.mturk.com' + form.attr('action');
            // do NOT remove the li from the DOM.. it'll throw endless react errors lol. Just hide it.
            $.post(postTo, form.serialize()).done(function(){
                console.log('done');
                form.closest('li.table-row').hide();
            }).fail(function(){
                console.log('fail');
                form.closest('li.table-row').hide();
            });
    
        });
    });
     
    • Today I Learned Today I Learned x 3
    • Like Like x 2
    • Love Love x 1
  6. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    I started ALL of my pandas on www PC as a goodbye. Well done boys, you made me to drink Heineken, I cannot thank you enough.

    Sometimes you let me down but at the end we had good moments. Here, feel to free to scrap the www for the last time for the hell of it. Generate as much as PRE so the guy at www fall off his chair. Goodbye my little pandas.
     
    • Like Like x 1
    • LOL LOL x 1
  7. ceedj

    ceedj Survey Slinger

    Messages:
    2,767
    Gender:
    Male
    Ratings:
    +6,020
    I went back 4 pages, could someone toss up a worker export for me to play with? Preferably something that has no HITs at the moment. Please and thank you. :)
     
    • Like Like x 1
  8. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Title: Survey on perceptions of your daily work(~ 10 minutes) | PANDA
    Requester: Dominik Vogel [A31G9USRYOR0TF] (Contact)
    (TO): [Pay: 5.00] [Fair: 5.00] [Comm: 0.00] [Fast: 5.00]
    Description:
    With this study, we are interested in how you feel — in general, and about your work.
    Time: 1 hour(s)
    HITs Available: 6
    Reward: $1.75
    Qualifications: TP Panel: 1001561484 N GreaterThanOrEqualTo 100; SurveyGroup [780] DoesNotExist; Exc: [-997472254-67857] DoesNotExist; Location In US;
     
    • Like Like x 2
  9. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Ooh gotchya. :lol: Welp, it's definitely something derpy with my Chrome install, but I can't tell what it is yet. Tried disabling uBlock... ooh, maybe it's Stylish. The hard part is I need a new HIT to submit every time and these Bobby Barry Browns are annoyinggg. :emoji_sweat_smile:
     
    • Like Like x 1
    • LOL LOL x 1
  10. ceedj

    ceedj Survey Slinger

    Messages:
    2,767
    Gender:
    Male
    Ratings:
    +6,020
    Sorry, need worker, have a page open with www. Thanks though! :)
     
    • Like Like x 1
  11. thewetnoodle007

    thewetnoodle007 Well-Known Turker

    Messages:
    1,073
    Gender:
    Male
    Ratings:
    +1,245
    that 40 cents is now $30. inb4 it's all gone
     
    • Like Like x 1
  12. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    I said sorry already. Take your $.75 anyway.
     
    • Like Like x 1
    • LOL LOL x 1
  13. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    Oh god I was hamming the chat HITs yesterday testing it.. talking to voice assistant or w/e for .02 -,-
     
    • Love Love x 1
  14. jessers

    jessers Survey Slinger

    Messages:
    14,696
    Gender:
    Female
    Ratings:
    +44,726
     
    • Like Like x 1
  15. ceedj

    ceedj Survey Slinger

    Messages:
    2,767
    Gender:
    Male
    Ratings:
    +6,020
    Not qualled. :p ;)
     
    • Like Like x 1
    • LOL LOL x 1
  16. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Then you should be sorry, not me :)
     
    • Like Like x 1
  17. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    34,815
    Gender:
    Female
    Ratings:
    +73,310
    • Like Like x 1
  18. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    :emoji_grimacing:

    :hug:

    I probablyyy should just make a new Chrome profile/install anyway, this one is going on some 13 or 14 months. But I still wanna figure out what's wrong. :emoji_smirk_cat:
     
  19. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    I'd love ya (...more?) if ya did b/c other people seem to be experiencing it too :S
     
  20. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755
    Title: Describe Short Video Clips in English [ $ | $ ]
    Requester: SLS-2 [A3DJJBZRI5V96C]
    TurkerView: [ $ / hour Unrated | Unrated | Unrated ]
    Description: Record spoken descriptions in English of four video clips using your microphone.
    Duration: 00:15:00
    Available: 518
    Reward: $0.15
    Qualifications:
    • HIT approval rate (%) GreaterThanOrEqualTo 90,
    • Location EqualTo US,

    [3WRXIMH6E172IX2FC6YAPBDKN0N4LW]
     
Thread Status:
Not open for further replies.