11/06 - Polar Bear Week, Monday!

Discussion in 'Daily mTurk HITs Threads' started by Girl Polar Bear, Nov 6, 2017.

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

    Terrasita Active Turker

    Messages:
    281
    Gender:
    Female
    Ratings:
    +562
    Yup, same here with the captchas. I came on here just to see if it was just me. Haven't tried worker yet.
     
  2. The_Templars_Twin

    The_Templars_Twin Active Turker

    Messages:
    477
    Gender:
    Male
    Ratings:
    +466
    Anyone have CI script?
     
  3. GreenMachine842

    GreenMachine842 Moderator (⌐■_■)

    Messages:
    6,715
    Gender:
    Male
    Ratings:
    +13,816
    • Like Like x 1
    • Love Love x 1
  4. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Oooh... sweetness! Looking forward to it! :emoji_smiley_cat:
     
    • Like Like x 1
  5. furiousloverv2

    furiousloverv2 Survey Slinger

    Messages:
    2,402
    Gender:
    Male
    Ratings:
    +3,851
    If you look up "customer interests" on Greasyfork you'll find one.
     
    • Today I Learned Today I Learned x 1
  6. Mothra

    Mothra Survey Slinger

    Messages:
    6,468
    Ratings:
    +11,952
    68 without a captcha, followed by every hit, 22, then one every 3.
     
  7. furiousloverv2

    furiousloverv2 Survey Slinger

    Messages:
    2,402
    Gender:
    Male
    Ratings:
    +3,851
    I've been running smoothly since I started using the worker site. :dunno:
     
  8. GooseMcD

    GooseMcD Well-Known Turker

    Messages:
    1,694
    Gender:
    Female
    Ratings:
    +4,286
    same thing
     
  9. Mothra

    Mothra Survey Slinger

    Messages:
    6,468
    Ratings:
    +11,952
    Similar problem on both, logged, cleared, changed IP, no luck :?I
     
  10. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    • Today I Learned Today I Learned x 1
  11. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,113
    Gender:
    Female
    Ratings:
    +74,958
    Did you find one?
    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 1
    • Love Love x 1
  12. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    At Qualtrics, we have stopped recommending that our customers use attention checks. We of course do not prohibit their use; we just recommend not using them as a means to improve data quality since they actually seem to degrade data quality.
     
    • Like Like x 1
  13. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    Title: Listen to sonic/auditory information displays | PANDA
    Worker: Preview | Accept | Requester
    Requester: BiFold Research [A17KNMZ2AVU4VJ] (Contact)
    TO 1: [Pay: 5.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 2] [ToS: 0]
    TO 2:
    Not Available
    Reward: $4.85
    Duration: 30 minutes
    Available: 1
    Description: Listen to an auditory information display (as opposed to a visual information display) to evaluate its effectiveness.
    Requirements: Masters has been granted; Location is US;

    HIT exported from Mturk Suite v1.25.8
    15 mins. + guaranteed 2.50 bonus
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  14. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    are we gonna see the baby polar bear? :emoji_heart_eyes::emoji_kissing_heart:
     
    • Like Like x 1
    • Love Love x 1
  15. furiousloverv2

    furiousloverv2 Survey Slinger

    Messages:
    2,402
    Gender:
    Male
    Ratings:
    +3,851
    Does anybody know the exactish time that Mturk usually resets the day? Just want to see If ill have time to reach the daily cap today.
     
  16. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    2am central.
     
    • Today I Learned Today I Learned x 1
  17. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    no, 3 AM EASTERN
     
  18. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    Actually it's 8 AM Greenwich Mean Time.
     
    • LOL LOL x 1
  19. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    that I can agree
     
    • LOL LOL x 1
  20. furiousloverv2

    furiousloverv2 Survey Slinger

    Messages:
    2,402
    Gender:
    Male
    Ratings:
    +3,851
    English CI's are gone and don't have a script for the spanish ones :(
     
Thread Status:
Not open for further replies.