03/21 - Ticking Down on Tuesday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Mar 21, 2017.

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

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    hopefully fat stacks of cash
     
    • Like Like x 4
  2. Tripsa

    Tripsa Mod????

    Messages:
    12,090
    Gender:
    Male
    Ratings:
    +31,368
    Title: Answer a short survey about your opinions(~ 5 minutes) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Linyun Yang [A36IKRFGQW43ZU] (Contact)
    TO: [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] [Reviews: 0] [ToS: 0]
    Description:
    Give us your opinion about different companies and behaviors
    Time: 1 hour
    HITs Available: 1
    Reward: $0.50
    Qualifications: Exc: [445666396-37364] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 80; Location In US;
    HIT exported from Mturk Suite v1.18.2
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  3. Buzby

    Buzby #̶7̶8̶

    Messages:
    7,622
    Gender:
    Female
    Ratings:
    +14,349
    I wanna leave for the gym but last night got so profitable around this time I'm afraid to leave :p
     
    • Like Like x 2
  4. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,370
    Gender:
    Female
    Ratings:
    +76,715
    Title: Help us test a survey form (WARNING: This HIT may contain adult content. Worker discretion is advised.) | PANDA
    Requester: CaSM Lab [A4NX3CMST33I8] (Contact)
    TO: This requester currently has no TO reviews. [url=Leave one!
    Description: Help us test a survey form we've created for coding Instagram conversations
    Time: 10 minutes
    HITs Available: 77
    Reward: $0.25
    Qualifications: Adult Content Qualification is 1;
    This HIT was posted through TurkerHub xPort Script v2.1 • Learn MoreInstall Here
    mine was fast
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  5. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,370
    Gender:
    Female
    Ratings:
    +76,715
    solar panels
     
  6. hofrungur

    hofrungur Active Turker

    Messages:
    506
    Ratings:
    +819
    oh i didn't realize it was intentional.
    that alert really is annoying. i prefer enter so i was trying to just get that and it doesn't behave. it should with unbind; i'm not smart enough either!

    that makes sense

    for what its worth here was my attempt at fixing it but it still doesn't work lol
    Code:
    // ==UserScript==
    // @name         Map Solutions Helper
    // @version      8008135-usermod
    // @description  Helps with the Map Solutions HITs
    // @author       slothbear
    // @include      https://rooftyper.com/*
    // @require      https://gist.githubusercontent.com/cr4m3r/ecb71cff22269d1bd6d740154bddb349/raw/5c343d55813b98c7cda04978d7853549211a875c/slothQuery.js
    // ==/UserScript==
    //CLEANS THE HIT UP A LITTLE
    //MAKES THE '.' KEY SUBMIT W/ NO ALERT
    //FIXES THE HIT'S 'F' HOTKEY
    //AUTOMATICALLY STARTS WITH GABLE/SHINGLES CHECKED
    var SCRIPT_NAME = 'MAP SOLUTIONS';
    
    // allow easy remapping of keys
    const keys = { 'e':{'material':'shingle'}, 
                 'f':{'shape':'flat'}, 
                 'g':{'shape':'gable'}, 
                 'h':{'shape':'hip'}, 
                 'k':{'material':'shake'}, 
                 'l':{'material':'tile'},
                 'm':{'material':'metal'},
                 't':{'material':'flat'}};
    
    $(function(){
        "use strict";
        if ($('p').eq(0).text().indexOf('Roof Type and Roof Material') > -1) featuresOfPhoto_Roof();
    });
    
    function featuresOfPhoto_Roof()
    {
        log('Starting featuresOfPhoto_Roof()...');
        hideInstructions($('#instructions'));
        $('body')[0].scrollIntoView();
    
        //Start with Gables & Shingles select (most common choice)
        $('input[value="gable"]').prop('checked', true);
        $('input[value="shingle"]').prop('checked', true);
    
        //make either '.' (period/dot/decimal) keys submit
        //because 'enter' makes an annoying alert show up
        //that I'm not smart enough to get rid of.
    
        // EDIT: Try to get rid of annoying alert
        $(document).unbind('keydown');
        $(document).keydown(k=>
        {
            if ( keys.hasOwnProperty(k.which))
            {
                e.preventDefault();
                if ( k.which === 13 ) {
                    $('#submitButton').click();
                } else {
                    n = Object.keys(keys[k.key])[0];
                    v = keys[k.key][name];
                    $("input[name=$(n)][value=$(v)]").prop("checked",true);
                }
            }
        });
    }
    
    oh i just figured out why that stupid enter won't unbind. jsHelper.js is running last so it's getting final say. i was just trying to play with scripting but i think thats too advanced for me lol
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  7. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    Today's Projected Earnings: $88.65 + Bonuses: $11.36 = $100.01 (Exported from Mturk Suite v1.18.2)

    :emoji_muscle:
    I can call myself a real turker now, I think.
     
    • Like Like x 7
    • 5/5 Pay 5/5 Pay x 7
    • LOL LOL x 1
  8. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Jog in place with hands on keys
     
    • Like Like x 1
    • LOL LOL x 1
  9. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    See ya folks tomorrow. Unless I piss away doubling my daily goal by taking the day off.
    :emoji_v:
     
    • Like Like x 2
  10. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    Jesus Christ, the blackhawks are ridiculous lately.
     
  11. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Ohhh, so that's why I wasn't having any luck binding enter to submit a while back. Makes sense, now. :nod:
    Good stuff, I'll check it out later tonight if I'm not too burned out for some more Maps. Been drowning in HITs since I started working on Monday. :emoji_dizzy_face:
     
  12. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    • Nom Nom Nom! Nom Nom Nom! x 1
  13. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    I take it this is a qual I should want?
     
  14. hofrungur

    hofrungur Active Turker

    Messages:
    506
    Ratings:
    +819
    this is actually really annoying. i mean there's no reason to know it but u know its like picking at a scab.

    // @run-at document-idle
    doesn't work

    and this works in the console
    Code:
    $(document).bind = function() { console.log('Nope');};
    
    but not live. wtf its like there's no way of overriding it lol
     
  15. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Yeah, this is a little over my head.
     
  16. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    The Ankur Chauhan that changed into Sergey after they sat untouched for a couple weeks, this is how I see it having played out at Google HQ

    I have in my head that this Ankur feller was in the Google lunch room saying " why won't they do my work :emoji_sob:" the Sergey being the pimp he is says " hold my beer and watch this shit ... "and switched the req name to his and boom they got hammered
     
    • LOL LOL x 4
    • 5/5 Pay 5/5 Pay x 1
  17. hofrungur

    hofrungur Active Turker

    Messages:
    506
    Ratings:
    +819
    u know what's super weird? if u just have the console open and in ExternalQuestionIFrame and put
    Code:
    alert = function() { $('#submitButton').click(); }
    
    it'll submit if u hit enter and unbind also works. since nothing is changing alert later it just doesn't make sense why it doesn't work in the script!
     
  18. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    Why not just prevent the page from creating additional dialogs if you don't want the alert?
     
  19. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Wow, props for the thorough digging, though. It's way more than what I tried and am capable of. I know they've fixed some things since they first debuted, like selecting no map/street view clears shape/material answers now.
     
  20. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    an oldie but always goodie
    [​IMG]
    [ nsfw just in case - MG]
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.