12/13 - Wondrous Wednesday!

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

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

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
     
  2. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    [​IMG]
     
    • Love Love x 1
  3. GreenMachine842

    GreenMachine842 Moderator (⌐■_■)

    Messages:
    6,715
    Gender:
    Male
    Ratings:
    +13,816
    Anything you quote that is No Salad For Willy will also be put in the tag.
     
    • LOL LOL x 2
    • Love Love x 1
  4. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    @Vanyanka if you put the 4 letters together in your post the forum automatically spoilers them, you can turn the filter off in the toolbox if you don't care about seeing it.:
    upload_2017-12-13_21-31-35.png
     
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  5. jaxom

    jaxom Active Turker

    Messages:
    678
    Gender:
    Male
    Ratings:
    +671
    I used to have a guy who worked till 3 in the morning come in and order this monstrosity. It was 12 pumps white mocha, and 10 shots of espresso over ice with enough milk to fill up the glass after the ice melted from the shots.
     
  6. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
     
    • LOL LOL x 2
  7. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
  8. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    What did you change? :nerd:
     
  9. purplepoppi

    purplepoppi Survey Slinger

    Messages:
    2,406
    Gender:
    Female
    Ratings:
    +3,591
    this is gonna be me in a few minutes, stealing my kids' cake.
     
    • Like Like x 1
    • LOL LOL x 1
  10. SleepComa

    SleepComa Survey Slinger

    Messages:
    3,622
    Gender:
    Male
    Ratings:
    +3,658
    I have the same problem. Did you find a fix?
     
  11. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    Wait, wouldn't I have to pretend to be gay too to make this work?

    A nice wig and dim lighting ought to do the trick.
     
    • LOL LOL x 3
  12. Yax Jasbon

    Yax Jasbon Active Turker

    Messages:
    454
    Ratings:
    +691
    I had just found the perfect balance for my pandas on the two sites so they wont get PREs and now one is shutting down......this just plains sucks.

    Sent from my D6503 using Tapatalk
     
  13. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Survey with writing prompt: Why?

    Me: "Meh, because."
     
    • LOL LOL x 2
  14. Momof1

    Momof1 Survey Slinger

    Messages:
    5,739
    Gender:
    Female
    Ratings:
    +5,912
    It is ok. I blame the switch over. I know I was doing better before this week..
     
  15. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Stephanie Lin [A1T11OR1NVONB7] Answer a survey about giving gifts - $0.10 | PANDA
    [3GZMSD8U5XJ743QHKWUVKGFW8ST952]


    Low

    Unrated

    Unrated
    $6.00 / hour
    00:01:00 / completion time
    Pros:

    Cons:
    Too many questions for the pay; 1 writing prompt
    To read Stephanie Lin's full profile check out TurkerView!
     
    • Good Review! Good Review! x 1
  16. Spcbttlz

    Spcbttlz Turker

    Messages:
    94
    Gender:
    Female
    Ratings:
    +132
    Pnina Arad Answer a survey about relationships $1.70 Rejected
    I'm sorry. There was a problem with the publishing of the qualifications for my research and unfortunately, I have to publish it again.



    . . .wtf.
     
    • 5/5 Pay 5/5 Pay x 1
  17. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Starting at line 67:
    Old
    Code:
    var url, upd, num, rew, minrew;
    if (!worker) {
    url = 'https://www.mturk.com/mturk/searchbar?selectedSearchType=hitgroups&sortType=';
    upd = 'LastUpdatedTime%3A1&pageSize=';
    num = 'NumHITs%3A1&pageSize=';
    rew = 'Reward%3A1&pageSize=';
    minrew = '&minReward=';
    }
    else {
    url = 'https://worker.mturk.com/?';
    upd = '&sort=updated_desc&page_size=';
    num = '&sort=num_hits_desc&page_size=';
    rew = '&sort=reward_desc&page_size=';
    minrew = '&filters%5Bmin_reward%5D=';
    }
    
    New
    Code:
    var url, upd, num, rew, minrew, searchqual;
    if (!worker) {
    url = 'https://www.mturk.com/mturk/searchbar?selectedSearchType=hitgroups&sortType=';
    upd = 'LastUpdatedTime%3A1&pageSize=';
    num = 'NumHITs%3A1&pageSize=';
    rew = 'Reward%3A1&pageSize=';
    minrew = '&minReward=';
    searchqual = '&qualifiedFor=';
    }
    else {
    url = 'https://worker.mturk.com/?';
    upd = '&sort=updated_desc&page_size=';
    num = '&sort=num_hits_desc&page_size=';
    rew = '&sort=reward_desc&page_size=';
    minrew = '&filters%5Bmin_reward%5D=';
    searchqual = '&filters%5Bqualified=';
    }
    
    Then old line 677 (with the new changes this is probably going to be a few lines later after you edit... above...)

    Old code
    Code:
    function _scan () {
    if ($('#scan_button').text() === 'Stop') {
    var _url = url + $('#type').val() + $('#size').val() + minrew + $('#min_rew').val() + '&qualifiedFor=' + (config.qual ? 'on' : 'off');
    var date = new Date(), h = date.getHours(), m = date.getMinutes(), s = date.getSeconds(), ampm = h >= 12 ? 'pm' : 'am';
    h = h % 12; h = h ? h : 12; m = m < 10 ? '0' + m : m; s = s < 10 ? '0' + s : s;
    var timeis = [h, m, s, ampm];
    $.get(_url, function (data) {
    if (!worker) { _scrape_old(data, timeis); }
    else { _scrape_new(data, timeis); }
    }).fail(function () {
    setTimeout(function () { _scan(); }, 2500);
    });
    }
    }
    
    New code
    Code:
    function _scan () {
    var searchqualvar
    if (worker) {
    searchqualvar = (config.qual ? 'true' : 'false');
    }
    else {
    searchqualvar = (config.qual ? 'on' : 'off');
    }
    if ($('#scan_button').text() === 'Stop') {
    var _url = url + $('#type').val() + $('#size').val() + minrew + $('#min_rew').val() + searchqual + searchqualvar;
    var date = new Date(), h = date.getHours(), m = date.getMinutes(), s = date.getSeconds(), ampm = h >= 12 ? 'pm' : 'am';
    h = h % 12; h = h ? h : 12; m = m < 10 ? '0' + m : m; s = s < 10 ? '0' + s : s;
    var timeis = [h, m, s, ampm];
    $.get(_url, function (data) {
    if (!worker) { _scrape_old(data, timeis); }
    else { _scrape_new(data, timeis); }
    }).fail(function () {
    setTimeout(function () { _scan(); }, 2500);
    });
    }
    }
    
     
    • Today I Learned Today I Learned x 5
    • Love Love x 1
  18. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Knit scarves bruh
     
    • Today I Learned Today I Learned x 1
  19. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Title: Medical Decisions | PANDA
    Worker: Preview | Accept | Requester
    Requester: Sara [A1UADCXT8NUBPN] (Contact)
    TO 1: [Pay: 3.00] [Fast: 5.00] [Comm: 5.00] [Fair: 4.00] [Reviews: 15] [ToS: 0]
    TO 2:
    [Rate: $7.06/hr] [Pen: -- days] [Res: -- of 0] [Rec: 100% of 2] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $1.50
    Duration: 60 minutes
    Available: 50
    Description: A short survey regarding your opinions and preferences on making medical decisions.
    Requirements: HIT approval rate (%) is not less than 97; Location is US;
    HIT exported from Mturk Suite v1.25.8
     
    • Nom Nom Nom! Nom Nom Nom! x 7
  20. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Title: Search through Satellite Imagery to find various objects. | PANDA
    Worker: Preview | Accept | Requester
    Requester: PicsFromAbove [ALZUWU3P4QQSG] (Contact)
    TO 1: [Pay: 2.72] [Fast: 4.05] [Comm: 3.52] [Fair: 4.69] [Reviews: 108] [ToS: 0]
    TO 2:
    [Rate: --/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $0.25
    Duration: 60 minutes
    Available: 301
    Description: Search through Satellite Imagery to find every No Swimming Pool, Swimming Pool, and Too Dark or Too Cloudy To See Pools.
    Requirements: campaign_2239 has been granted; HIT approval rate (%) is not less than 95
    HIT exported from Mturk Suite v1.25.8
     
    • Nom Nom Nom! Nom Nom Nom! x 7
Thread Status:
Not open for further replies.