03/30 - Thinker Thursday!

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

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

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Is '9780983332435' uniquely relevant to 'human resource management'?

    Beepboop
     
    • LOL LOL x 1
  2. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    did someone make a roofs script?
     
  3. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,376
    Gender:
    Female
    Ratings:
    +76,762
    They tell you on last page what to use as a code.
     
  4. macotg

    macotg Survey Slinger

    Messages:
    1,936
    Gender:
    Male
    Ratings:
    +1,741
    I need just over $21 to make my first $300 month not including any bonuses
     
    • Like Like x 2
    • Love Love x 1
  5. MasterNyborg

    MasterNyborg Survey Slinger

    Messages:
    1,982
    Gender:
    Male
    Ratings:
    +3,236
    // ==UserScript==
    // @name Map Solutions Helper
    // @version 8008135
    // @description Helps with the Map Solutions HITs
    // @author slothbear
    // @include https://rooftyper.com/*
    // @require https://gist.githubusercontent.com/...13b98c7cda04978d7853549211a875c/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';

    $(function(){
    "use strict";

    if ($('p').eq(0).text().indexOf('You can also click on the following link') > -1) featuresOfPhoto_Roof();

    });


    function featuresOfPhoto_Roof() {
    log('Starting featuresOfPhoto_Roof()...');
    hideInstructions($('#instructions'));

    //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.
    $(document).keydown(function(e) {
    if (e.key === '.') {
    e.preventDefault();
    $('#submitButton').click();
    } else if (e.key === 'f') { //built-in hotkey doesn't work for both
    $('input[value="flat"]').prop('checked', true);
    }
    });
    }
     
  6. RicanGuy86

    RicanGuy86 Survey Slinger

    Messages:
    4,452
    Ratings:
    +9,138
    Today's Projected Earnings: $0.00
     
    • Like Like x 2
    • 5/5 Pay 5/5 Pay x 2
    • Love Love x 1
  7. macotg

    macotg Survey Slinger

    Messages:
    1,936
    Gender:
    Male
    Ratings:
    +1,741
    I clicked next before seeing that, out of habit... oh well they got free data lol least was only a quarter
     
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077

     
    • Love Love x 1
  9. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    This doesn't change anything for me.
     
  10. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    doesn't seem to be working on the QCs that don't have a tile question, but thanks. No time to look into messing with it now
     
  11. MasterNyborg

    MasterNyborg Survey Slinger

    Messages:
    1,982
    Gender:
    Male
    Ratings:
    +3,236
    autoselects gable and period to submit. I am using this on the QC right now
     
  12. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    You'll get it tomorrow fo sho
     
  13. macotg

    macotg Survey Slinger

    Messages:
    1,936
    Gender:
    Male
    Ratings:
    +1,741
    I'd have had it today had I come back like 15-20min earlier instead of changing the router lol

    BARELY missed those Andersons
     
  14. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    :dunno: I'll play with it later I suppose. These are super fast regardless.
     
  15. hofrungur

    hofrungur Active Turker

    Messages:
    506
    Ratings:
    +819
    was there a qual test for maps?
     
  16. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    weird, it isn't working for me at all
     
  17. MasterNyborg

    MasterNyborg Survey Slinger

    Messages:
    1,982
    Gender:
    Male
    Ratings:
    +3,236
    I have basically every other script turned off right now, maybe something is conflicting. I don't know what else it could be.
     
  18. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    It might have been because of the lack of [ code ] tag but idk for sure. Looks to be the same as what I'm using

    Code:
    // ==UserScript==
    // @name Map Solutions Helper
    // @version 8008135
    // @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';
    $(function(){
    "use strict";
    if ($('p').eq(0).text().indexOf('You can also click on the following link') > -1) featuresOfPhoto_Roof();
    });
    function featuresOfPhoto_Roof() {
    log('Starting featuresOfPhoto_Roof()...');
    hideInstructions($('#instructions'));
    //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.
    $(document).keydown(function(e) {
    if (e.key === '.') {
    e.preventDefault();
    $('#submitButton').click();
    } else if (e.key === 'f') { //built-in hotkey doesn't work for both
    $('input[value="flat"]').prop('checked', true);
    } });
    }
     
    • Today I Learned Today I Learned x 1
  19. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
  20. glossolalia

    glossolalia Survey Slinger

    Messages:
    3,131
    Gender:
    Female
    Ratings:
    +7,233
    Today's Projected Earnings: $27.00 + Bonuses: $2.30 = $29.30 (Exported from Mturk Suite v1.20.14)


    I hope all these Noah Robbin's approve. I could work on them forever.
     
    • Like Like x 1
Thread Status:
Not open for further replies.