01/17 - Trailing Tuesday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Jan 17, 2017.

Thread Status:
Not open for further replies.
  1. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    i call all amazon requester penny hits a9
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  2. HarryHood

    HarryHood Survey Slinger

    Messages:
    2,585
    Gender:
    Male
    Ratings:
    +4,205
    here you go.

    Code:
    // ==UserScript==
    // @icon         http://www.woodus.com/den/gallery/graphics/dq9ds/shield/silver_platter.png
    // @name         Customer Interests - Keyword Auditing Relevance [mturk]
    // @namespace    Scripts->Foundation->Humans
    // @version      1.1.2
    // @description  Provides a framework for optimizations on Customer Interests HITs
    // @author       D.M.K. & R.E.G. @ MegaCorp, Inc
    // @include      https://s3.amazonaws.com/mturk_bulk/hits/*
    // @require      https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
    // @PANDA        https://www.mturk.com/mturk/previewandaccept?groupId=3KAZLCS3F9ALRMAYYRWSFLQTNUFAPT (Keyword Relevance to Interest Audit)
    // @PANDA        https://www.mturk.com/mturk/previewandaccept?groupId=36ARV8EEI75YW67UK35RLDFB7MHAVL (Product to Interest Audit)
    // @compatible   Known to work on: Chrome 46+, Tampermonkey v4.0.69+, Windows 7 x64
    // ==/UserScript==
    /* jshint -W030 */
    /* jshint esnext: true */
    
    // Keys to select radio buttons
    const KEY_YES = 97; // default NP1
    const KEY_NO = 98; // default NP2
    const KEY_SKIP = 99; // default NP3
    const KEY_SUBMIT = 13; // default ENTER key
    const DEFAULT_FOCUS = $(':radio')[0];
    //const DEFAULT_UR_CLICK = $(':radio')[1]; // No
    const DEFAULT_UR_CLICK = $(':radio')[0]; // Yes
    const DEFAULT_IR_CLICK = $(':radio')[0]; // Yes
    const MAGIC_KEY_GOAL = "The goal is to answer the question:Is the keyword uniquely relevant to the interest?";
    const MAGIC_ITEM_GOAL = "The goal is to answer the question: Is the item relevant to the interest?";
    
    var magic = $('.panel-body>p').text();
    
    $(function() {
        if (magic === MAGIC_KEY_GOAL || magic === MAGIC_ITEM_GOAL) {
            Ç(['.panel-primary']);
            $(document).keydown(keymap);
            DEFAULT_FOCUS.focus();
            if (magic === MAGIC_KEY_GOAL) DEFAULT_UR_CLICK.click();
            else if (magic === MAGIC_ITEM_GOAL) DEFAULT_IR_CLICK.click();
        }
    });
    
    function keymap(e) {
        var k = e.which;
        if ( $.inArray(k, [KEY_YES, KEY_NO, KEY_SKIP, KEY_SUBMIT]) >= 0 ) {
            e.preventDefault();
            switch (k) {
                case KEY_YES: $(':radio')[0].click(); break;
                case KEY_NO: $(':radio')[1].click(); break;
                case KEY_SKIP: $(':radio')[2].click(); break;
                case KEY_SUBMIT: $('#submitButton').click();  break;
                default: console.log('I am a bug. Report me.');
            }
        }
    }
    
    function Ç(å) {
        if (å.length) {
            const ï = "Instructions";
            $('body').prepend('<button id="☢" type="button" style="width: 8em;float: none;border-radius: 42%;outline:none;">-'+ï+'</button>');
            $("#☢").click(()=>{$('#☢').text((ì,Œ)=>{return (Œ.slice(0,1) === '+'?'-':'+')+ï;});å.forEach((µ)=>{$(µ).toggle();});}).click()[0].scrollIntoView();
        }
    }
    
     
    • Like Like x 3
    • Today I Learned Today I Learned x 2
  3. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    What time did Mork drop? I must have been logged out :angryfire:
     
    • Like Like x 1
  4. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    I realize it sounds a little far off but, once you hit 1000 things open up a lot. Find whatever you can that won't reject to get there. Work on understanding what you're good at and what you can do to speed things up.
     
  5. WishATurkerWould

    WishATurkerWould Survey Slinger

    Messages:
    2,151
    Ratings:
    +8,800
    12:30 pm. But he's gonna return tonight. I'm calling it. :p
     
    • Like Like x 2
  6. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Dang then I don't know what happened I was logged in then for sure and think i had them running
     
  7. Cynical Kiwi

    Cynical Kiwi Turker

    Messages:
    45
    Gender:
    Male
    Ratings:
    +28
    Has Robin posted twice in one day since the new year?
     
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    • Nom Nom Nom! Nom Nom Nom! x 3
    • Like Like x 1
  9. lightningchad

    lightningchad Well-Known Turker

    Messages:
    710
    Gender:
    Male
    Ratings:
    +1,173
    actually I really, really, really need a nap.....did 5 of them pennies and it killed me.
     
  10. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    with the script i'm running through them lol
     
    • Like Like x 2
  11. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
     
    • LOL LOL x 1
  12. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    • LOL LOL x 1
  13. glossolalia

    glossolalia Survey Slinger

    Messages:
    3,131
    Gender:
    Female
    Ratings:
    +7,233
    Just started getting some porn in my Amazon HITs lol
     
    • LOL LOL x 1
  14. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    • Like Like x 3
    • Today I Learned Today I Learned x 1
  15. rater9

    rater9 Survey Slinger

    Messages:
    2,541
    Gender:
    Female
    Ratings:
    +3,920
    you obviously didn't read a word I wrote yesterday. STINKIN' Captchas .... It seems to have gone away for now ... (watch the minute I say that they will be back) ....
     
  16. CeaselessRaine

    CeaselessRaine Turker

    Messages:
    52
    Gender:
    Female
    Ratings:
    +121
    Not my best day, but pretty good considering I only worked off and on for 5 hours while doing homework.
    Today's Projected Earnings: $40.00 (Exported from Mturk Suite v1.2.1)
     
    • Like Like x 4
  17. Callaway1

    Callaway1 Turker

    Messages:
    84
    Gender:
    Female
    Ratings:
    +94
    Capped, not sure what at... 150 maybe?

    Sent from my VS985 4G using Tapatalk
     
  18. SeDuCeR

    SeDuCeR Survey Slinger

    Messages:
    6,483
    Gender:
    Male
    Ratings:
    +11,180
  19. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    DO IT, awesome unexpected (well, now it is expected) bonus
    Title: A Study About Image Quality. | PANDA
    Requester: Ramesh Jaladi [A2SCEA0B497D5Y] (TO)
    TO Ratings:
    ★★★★★ 5.00 Communicativity
    ★★★★ 4.00 Generosity
    ★★★★★ 5.00 Fairness
    ★★★★★ 5.00 Promptness
    Number of Reviews: 12 | TOS Flags: 0
    Submit a new TO review
    Description: Rate the images from 1 to 5 for their image quality.
    Time: 7 days
    HITs Available: 1
    Reward: $0.50
    Qualifications: None
     
    • Nom Nom Nom! Nom Nom Nom! x 16
  20. rater9

    rater9 Survey Slinger

    Messages:
    2,541
    Gender:
    Female
    Ratings:
    +3,920
    Go into your amazon.com account. Go to passwords and security. Sign in like you want it to do two step logins. THEN go back to the same place and edit to OPT OUT of two step login .... It doesn't ever get to "step 3" on the OPT out but I haven't seen any since yesterday ....
     
    • Today I Learned Today I Learned x 1
Thread Status:
Not open for further replies.