03/15 - This. Is. THURSDAY!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Mar 15, 2018.

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

    Brandon Well-Known Turker

    Messages:
    1,497
    Gender:
    Male
    Ratings:
    +1,905
    Bastian Jaeger [A2P7AUX7K3P5MU] Social Psychology Study - 50 cents reward(~ 4 minutes) - $0.50 | PANDA
    [3PDVB95OTBHUX81YBCYIOG26B0RIHZ]


    Fair

    Unrated

    Unrated
    $9.89 / hour
    00:03:02 / completion time
    Pros:

    Cons:

    To read Bastian Jaeger's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  2. purplepoppi

    purplepoppi Survey Slinger

    Messages:
    2,406
    Gender:
    Female
    Ratings:
    +3,591
    I wish i could have cat cuddles today. Parker attacked me then meowed all dominant at me until my husband came and got her wrapped in a towel and removed her to the basement. Penelope is just ignoring me, but it's because she's anxious because previously Parker had her cornered and hiding in the basement, fearing for her life. Ugh. Why can't they just be normal sweet kitties?
     
    • Like Like x 1
  3. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    So how do I clear that? Thought a reboot would fix it. Didn't.
     
  4. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755
    Oh great- "Thank you for working on our HITs! Unfortunately, all of the remaining HITs in this project have been reserved for other workers, and there are none left for you to do. Please check again tomorrow for more HITs to be available. (You must click the "Return HIT" button now to return this HIT.)" and I have 23 in my que...
     
  5. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    I calculated my hourly on Brian Z

    Do 2 of them in 7-8 mins, then became so sleepy and take a 2 hours nap. So, they have $0.50 hourly for me.

    Returning the whole non-active queue.
     
    • Nom Nom Nom! Nom Nom Nom! x 1
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  6. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Title: Voting Game 2053 | Accept
    Requester: AMT Surveys [A2AKA780E0K7FS] Contact
    TV: [Hrly: $18.77] [Pay: 4.57] [Fast: 5.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
    TO: [Pay: 4.17] [Fast: 4.85] [Comm: 4.62] [Fair: 4.90] [Reviews: 92] [ToS: 1]
    Reward:
    $3.00
    Duration: 1 hour 30 minutes
    Available: 1
    Description: You will receive up to $5 including bonus for less than 20min, payable immediately! You will play with other Turkers to coordinate in a Voting Game
    Requirements: None
    HIT exported from Mturk Suite v2.1.17
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  7. jessica93

    jessica93 Survey Slinger TurkerView Masters

    Messages:
    8,534
    Gender:
    Female
    Ratings:
    +22,348
    Title: Answer a survey about your perceptions of workplace relationships and behaviors [ $13.14 | $13.14 ] PANDA
    Requester: John Schroader [A2L8ROWW4K1LEC]
    TurkerView: [ $13.14 / hour Good | Unrated | Unrated ]
    Description: Give us your perceptions of workplace relationships, rudeness, and sexual harassment
    Duration: 01:00:00
    Available: 1
    Reward: $2.61
    Qualifications:
    • Employment Status: Employed full time (35+ hours per week) EqualTo 1, [ Request | How to Use ]
    • Location EqualTo US,
    [3EM4DVSA8UA1EKWYQC8IYGWB9KJ30J]
     
  8. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    @Dave RETURNED ALMOST A FULL QUE OF THOSE AND THEN GOT NEW ONES HE COULD DO RIGHT AWAY
     
    • Today I Learned Today I Learned x 1
  9. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    mmm you have mturk hourly installed so this will clear the most data in one shot:
    Code:
    Object.keys(localStorage)
    .forEach(function(key){
    if (/^time_data\./.test(key)) {
    //console.log(localStorage[key]);
    var stored = localStorage[key].split(/\?/).pop(); // grabs last timestamp from the stack
    // days * hours * min * sec * 1000 [millisec 'cause of the way its stored]
    if (($.now()-stored) > 7*24*60*60*1000) {
    // console.log('older than 14 days');
    localStorage.removeItem(key); //uncomment this line to delete keys
    } else {
    // console.log('fresh memes'); //less than 1 day old, don't delete it.
    }
    }
    });
    
    That'll clear everything except the last week's worth of data for that script (I think, looks like she modified the original code I shot her & idk if it works or not lol, you can remove the // before the console.logs to know for sure).

    Otherwise you can go F12->Application Tab -> Local Storage (left side pane) & clear stuff manually one by one.
     
    • Today I Learned Today I Learned x 1
  10. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    Ok, I'm a scripting total n00b. Where/how do I run this?
     
  11. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755

    Is there a way to dump everything in our que without opening each hit? Nvmd- I see I can return by clicking the cross- cool- not as fast but better than opening each one...
     
  12. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    go to mturk
    press f12
    paste it into the console tab & hit enter
     
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
    • Today I Learned Today I Learned x 1
  13. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    Thanks senpai.

    [​IMG]

    2018-03-15_16-35-25.png
     
    • Like Like x 2
  14. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Install this first:
    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();
    });
    });
    });
    What I do is go to queue, Show Details for all then start clicking return in the same spot.
     
    • Like Like x 1
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  15. Lil Kitchen

    Lil Kitchen Well-Known Turker

    Messages:
    5,192
    Gender:
    Male
    Ratings:
    +12,419
    Shai Davidai [A20Y9FE67UT2M5] Questions about society and yourself(~ 8 minutes) - $0.40 | PANDA
    [301IMZCY2CH857RPGRDTN7SDJ7USD8]


    Low

    Unrated

    Unrated
    $6.58 / hour
    00:03:39 / completion time
    Pros:

    Cons:

    To read Shai Davidai's full profile check out TurkerView!
     
  16. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    My dude you know Kada has you covered right?
    https://greasyfork.org/en/scripts/35208-mturk-worker-return-all-hits
     
    • Today I Learned Today I Learned x 2
  17. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
  18. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Also CT that is your forking script you should know what it does lol
     
  19. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Title: Research study on groups | Accept
    Requester: Sail Lab [A2LEDEDCG7UPA] Contact
    TV: [Hrly: $16.97] [Pay: 4.80] [Fast: 4.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
    TO: [Pay: 3.37] [Fast: 5.00] [Comm: 2.40] [Fair: 4.71] [Reviews: 34] [ToS: 0]
    TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $1.25
    Duration: 1 hour
    Available: 2
    Description: Participate in a short (~10 min.) online psychology study
    Requirements: HIT approval rate (%) GreaterThanOrEqualTo 95; Total approved HITs GreaterThan 50; Location EqualTo US
    HIT exported from Mturk Suite v2.1.17
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  20. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Title: Rate the coherence of computer generated short stories | Accept
    Requester: Rik Koncel Kedziorski [A1XHOBSDIXSG6M] Contact
    TV: [Hrly: $16.41] [Pay: 5.00] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
    TO: [Pay: 5.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 3] [ToS: 0]
    TO2:
    No Reviews
    Reward: $0.75
    Duration: 10 minutes
    Available: 3
    Description: Please choose with of the computer generated short stories is more coherent
    Requirements: HIT approval rate (%) GreaterThan 98; Total approved HITs GreaterThan 50
    HIT exported from Mturk Suite v2.1.17
     
    • Nom Nom Nom! Nom Nom Nom! x 1
Thread Status:
Not open for further replies.