11/20 - Survival Sunday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Nov 20, 2016.

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

    ceedj Survey Slinger

    Messages:
    2,862
    Gender:
    Male
    Ratings:
    +6,383
    @THFYM and @ChrisTurk may be able to help. I cobble, so I might not be the best choice. :p
     
  2. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    which HIT?

    for the '// @include http://.....' line, are you using the correct address? Right click on the iframe, then 'View Frame Source'. Add that URL to the @include section with an * after the .com/.org/.edu. So, https://s3.amazonaws.com/mturk-bulkhits/..... would become https://s3.amazonaws.com*.
    That might be your problem.
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  3. WishATurkerWould

    WishATurkerWould Survey Slinger

    Messages:
    2,151
    Ratings:
    +8,800
    Title: Rate Webpages | PANDA
    Requester: Robin Williams [AQMRYI9BNTTYU] (TO)
    TO Ratings:
    ★★★★★ 2.00 Communicativity
    ★★★★★ 2.89 Generosity
    ★★★★★ 5.00 Fairness
    ★★★★★ 5.00 Promptness
    Number of Reviews: 15 | TOS Flags: 0
    Submit a new TO review
    Description: Rate the way public figures are presented on 15 webpages
    Time: 8 hours
    HITs Available: 5
    Reward: $1.50
    Qualifications: HIT approval rate (%) is greater than 90;Total approved HITs is greater than 50;Location is US
    edit: These HITS were broken for a while, causing turkers to tank his TO in a pissy fit. When they work, the HITs are pretty good. YMMV
     
    • Like Like x 1
  4. wiphye

    wiphye Turker

    Messages:
    32
    Gender:
    Male
    Ratings:
    +25

    Got that. What I can't do is get the focus out of the iFrame. I'm trying to build a script to cherry pick the p9r's with yes or no questions. I load the preview, check for radio buttons or checkboxes, then I want to leave the iframe and accept the hit or grab the Hit ID from the hitform and create the accept url myself
     
    • Like Like x 1
  5. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    I see. I think you're going to run into problems trying to accomplish this with a single script. Cross-site scripting isn't really allowed by browsers. (iframe on one site running a script that affects another site you've loaded, mturk.com).

    I would create a second script that has hotkeys set up for clicking mturk's accept button.

    update: or use this script:
    Code:
    // ==UserScript==
    // @name       HIT Return & Accept
    // @namespace  http://ericfraze.com
    // @version    0.2
    // @description  This userscript returns your current mTurk then accepts a new one. It also checks the "accept next hit" box.
    // @include    https://www.mturk.com/mturk/accept*
    // @include    https://www.mturk.com/mturk/submit*
    // @include    https://www.mturk.com/mturk/previewandaccept*
    // @require     http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
    // @copyright  2014+, Eric Fraze
    // ==/UserScript==
    
    
    //Wait for page to load fully
    $(document).ready(function() {
        // Make sure the hit has been accepted
        if ( ( $("a[id*='pipeline.submit.iframes.tooltip']").length>0 ) || ( $("input[name='/submit']").length>0 ) ) {
            // Make sure the return button exits
            if ( $("a[href*='mturk/return']").length>0 ) {
                // Select each return button
                $("a[href*='mturk/return']").each(function() {
                    // Add custom text next to return button text
                    $(this).parents(':eq(2)').children(":first-child").append('<td><img src="/media/spacer.gif" width="20" height="8" border="0"></td>');
                    $(this).parents(':eq(2)').children(":first-child").append('<td align="center" nowrap="">Return & Accept?</td>');
                    // Add custom button next to return button
                    $(this).parents(':eq(1)').append('<td><img src="/media/spacer.gif" width="20" height="1" border="0"></td>');
                    $(this).parents(':eq(1)').append('<td><a id="returnAccept" href="#"><img src="/media/skip_hit.gif" alt="" border="0" width="68" height="22"></a></td>');
                });
            }
    
    
            // Check the auto accept box
            $("input[name='autoAcceptEnabled']").prop('checked', true);
    
    
            // If custom button is clicked
            $("#returnAccept").click(function() {
                // Get URL parameters
                var url = window.location.href.split("?");
    
    
                // Return the HIT with Ajax then accept new hit
                $.ajax({
                    // Return the hit
                    url: $("a[href*='mturk/return']").attr("href"),
                    context: document.body
                }).done(function() {
                    // Accept new hit
                    window.location.replace("/mturk/previewandaccept?" + url[1]) + "&";
                });
            });
        }
        
        document.onkeydown = function(e){
    //    if (e.keyCode === 109){ //"Numpad-" is the default. Go to "http://keycode.info/" to get the keycode for your preffered key.
        if (e.keyCode === 220 && e.shiftKey){   
            $("#returnAccept").click();
        }
    };
    });
    It's set up so 'SHIFT + \' skips the HIT. You could glance at the hit, then hit the hotkey to skip to the next one.
     
    Last edited: Nov 20, 2016
  6. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,362
    Gender:
    Female
    Ratings:
    +76,649
    UserBob has a bunch of Canadian hits up
    Title: Training qualifier to do UserBob HITs (Canadians only) | PANDA
    Requester: UserBob [A1G1PATDFBA7E5] (TO)
    TO Ratings:
    [​IMG]
    ☢☢☢☢ 4.97 Communicativity
    ☢☢☢☢ 4.80 Generosity
    ☢☢☢☢☢ 5.00 Fairness
    ☢☢☢☢☢ 5.00 Promptness
    Number of Reviews: 42
    (Submit a new TO rating for this requester)

    Description: Record your computer's screen and your voice while you spend 1 minute talking about your first visit to a website. Then upload the recording.
    Time: 60 minutes
    Hits Available: 1
    Reward: $1.00
    Qualifications: Reviewer has not been granted; Total approved HITs is not less than 500; HIT approval rate (%) is not less than 99; Location is one of: CA
    Title: Upload 10-minute screencast of a MOBILE website (Must be living in Canada) | PANDA
    Requester: UserBob [A1G1PATDFBA7E5] (TO)
    TO Ratings:
    [​IMG]
    ☢☢☢☢ 4.97 Communicativity
    ☢☢☢☢ 4.80 Generosity
    ☢☢☢☢☢ 5.00 Fairness
    ☢☢☢☢☢ 5.00 Promptness
    Number of Reviews: 42
    (Submit a new TO rating for this requester)

    Description: Record the screen of your smartphone or tablet and your voice while you spend 10 minutes talking about your first visit to a mobile website. Then upload the recording.
    Time: 1 hour 15 minutes
    Hits Available: 1
    Reward: $5.50
    Qualifications: demographic2655 is 1; Reviewer is not less than 3; HIT approval rate (%) is not less than 99
    Title: Upload 10-minute screencast of a MOBILE website (Must be living in Canada) | PANDA
    Requester: UserBob [A1G1PATDFBA7E5] (TO)
    TO Ratings:
    [​IMG]
    ☢☢☢☢ 4.97 Communicativity
    ☢☢☢☢ 4.80 Generosity
    ☢☢☢☢☢ 5.00 Fairness
    ☢☢☢☢☢ 5.00 Promptness
    Number of Reviews: 42
    (Submit a new TO rating for this requester)

    Description: Record the screen of your smartphone or tablet and your voice while you spend 10 minutes talking about your first visit to a mobile website. Then upload the recording.
    Time: 1 hour 15 minutes
    Hits Available: 1
    Reward: $5.50
    Qualifications: Reviewer is not less than 3; HIT approval rate (%) is not less than 99; demographic2654 is 1
    repost from mtg.
     
    • Like Like x 1
  7. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    PE: $40 ... meh how is everyone else doing today?
     
  8. Laura

    Laura Survey Slinger

    Messages:
    1,113
    Gender:
    Female
    Ratings:
    +1,808
    What if the links work..but don't quite make sense with the survey description?
     
  9. WishATurkerWould

    WishATurkerWould Survey Slinger

    Messages:
    2,151
    Ratings:
    +8,800
    No n/a option, so "0" is how I've been marking them.
     
    • Like Like x 1
  10. ceedj

    ceedj Survey Slinger

    Messages:
    2,862
    Gender:
    Male
    Ratings:
    +6,383
    PE: $10.35

    My Sat/Sun goal is usually $25, so I might get close by the time Survivor Series is over.
     
    • Like Like x 1
  11. Saturnina

    Saturnina Well-Known Turker

    Messages:
    494
    Gender:
    Female
    Ratings:
    +3,763
    PE: $18.03
    My weekend goal is $20
     
  12. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
  13. Tosh Legend

    Tosh Legend Turker

    Messages:
    144
    Gender:
    Male
    Ratings:
    +27
    QUESTION:
    Does Prolific allow more than one account per IP address?
    I already have an account but my gf wants to get herself an account too. Not sure if thats against prolifics TOS?
     
  14. CarbonX

    CarbonX Turker

    Messages:
    69
    Gender:
    Male
    Ratings:
    +159
  15. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,362
    Gender:
    Female
    Ratings:
    +76,649
    Title: A decision making game (about 10 mins) | PANDA
    Requester: Adelaide CompCogSci [A2UKL52R7I6BX7] (TO)
    TO Ratings:
    [​IMG]
    ☢☢☢☢ 4.05 Communicativity
    ☢☢☢☢ 4.54 Generosity
    ☢☢☢☢ 4.71 Fairness
    ☢☢☢☢ 4.69 Promptness
    Number of Reviews: 95
    (Submit a new TO rating for this requester)

    Description: We're interested in how people search for rewarding options in an uncertain world. This task takes the form of a short game.
    Time: 60 minutes
    Hits Available: 1
    Reward: $1.70
    Qualifications: Total approved HITs is not less than 500; HIT approval rate (%) is not less than 90; Location is US
     
    • Like Like x 3
    • 5/5 Pay 5/5 Pay x 2
    • Nom Nom Nom! Nom Nom Nom! x 1
  16. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    about 7 minutes
     
    • Like Like x 1
  17. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    • Like Like x 2
  18. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    • Like Like x 1
    • 5/5 Pay 5/5 Pay x 1
  19. wiphye

    wiphye Turker

    Messages:
    32
    Gender:
    Male
    Ratings:
    +25

    Thanks for the suggestion. I already have something similar to this working. I just have to pay attention to it. I would rather have it examine the hit and accept it in the background so I can focus on other things until enough hits are grab to make it worth paying attention.

    You were right. It's a cross domain thing. If I set the focus to the mturk.com I can accept the hit. If I set it to p9r whatever then I can scan the hit. Just can't combine the two.
     
    • Like Like x 1
  20. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    getting this message on those CHB hits (on Chrome AND FF):

    You either have not accpeted the HIT or have not agreed to participate, or opened this page without clicking the link from MTurk. If you still want to participate, close this page and start again by clicking the link from MTurk.

    anyone else??
     
Thread Status:
Not open for further replies.