05/11 - Fanciful Friday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, May 11, 2018.

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

    Mothra Survey Slinger

    Joined:
    May 30, 2017
    Messages:
    6,468
    Ratings:
    +11,952
    Title: Views of Different Groups | PANDA
    Requester: Purdue Social Research Lab [AXZJ5JSUTOUAL] (Req TV): N/A
    (TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A]
    Description:
    Answer a short survey about how different groups are viewed. Not mobile-friendly; must be taken on a computer.
    Time: 24 hour(s)
    HITs Available: 1
    Reward: $2.50
    Qualifications: HIT approval rate (%) GreaterThan 85; Location EqualTo US;
    Unfortunately "I'm not a fan, please give me my $2.50" isn't an option.
     
  2. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
     
  3. noah_survived

    noah_survived Survey Slinger

    Joined:
    Dec 15, 2017
    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    Gary Faigin [A1SG45DXWHCVL] Choose the best emotion for this expression - $0.03 | PANDA
    [3PBTVBPQ8T1MD2O6SJBQPFR2PXFLG0]


    Good

    Unrated

    Unrated
    $10.80 / hour
    00:00:10 / completion time
    Pros:
    interesting
    Cons:

    To read Gary Faigin's full profile check out TurkerView!
     
  4. Hummingbirdee

    Hummingbirdee Big Bird

    Joined:
    Nov 15, 2016
    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]

    There's a special level of petty that involves me working out at 10pm because I wanna win my weekend step challenge and it starts early for me because of the time zones.

    I regret nothing.
     
  5. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
    Message sent
    Your message to Davis has been sent. Responses from Davis will be sent directly to your email address.
     
    • 5/5 Pay 5/5 Pay x 1
  6. oates

    oates Turker

    Joined:
    May 11, 2018
    Messages:
    58
    Gender:
    Female
    Ratings:
    +118
    Omg how many surveys am I gonna click today have broken links??
    [​IMG]
     
  7. rater9

    rater9 Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    2,541
    Gender:
    Female
    Ratings:
    +3,920
    Title: Humor Questionnaire [ $ | $ ] PANDA
    Requester: Trevor Chan [A1DXM83T41771A]
    TurkerView: [ $ / hour ]
    Description: You are required to rate some jokes and provide some user features.
    Duration: 05:00:00
    Available: 1
    Reward: $1.00
    Qualifications:
    • Masters Exists [ Request | How to Use ]
    • HIT approval rate (%) GreaterThan 96,
    • Location EqualTo US,
    Shamefully low pay, but almost worth the price of admission if you are bored ...
    [3PCJO2UJZKEJBM0JEX4AQ2X0IS2U54]
     
    • Nom Nom Nom! Nom Nom Nom! x 1
    Last edited: May 12, 2018
  8. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Broken links? I haven't seen a single broken link in a survey today and I have done a lot of fucking surveys today.
     
    • LOL LOL x 1
  9. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    @oates

    Try installing this script from @ChrisTurk

    Code:
    // ==UserScript==
    // @name         M - Survey Tool
    // @version      1.0
    // @namespace  https://turkerhub.com
    // @description  This will seek out and destroy surveys that have the stupid URL parameter mistake and fix it so you can click the link w/o fiddling with the address all the time. It'll also prevent "oopsie" submissions on the default survey template.
    // @author       ChrisTurk
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-3.2.1.min.js
    // ==/UserScript==
    
    if ($( 'body:contains(CLICK HERE TO TAKE THE SURVEY!)' ).length) { _fixURL(); }
    verifySurveys();
    
    function _fixURL() {
        console.log('this survey link may be broken, lets give it a gander and buy it a goose');
        $('a[href*="qualtrics"]').each(function(){ // not necessary to do this.. but why not
            var url = $(this).attr('href');
            if (!/\?/.test(url)) {
                console.log('url parameter is wrong, lets fix it');
                var newUrl = url.replace(/&/, '?'); //we can be lazy and do it this way because regex will only find and replace the first match. if you added a g after the /&/ it'd replace them all - don't do that here.
                $(this).attr('href', newUrl);
                console.log($(this).attr('href'));
           } else {
                console.log('url is fine');
            }
    
        });
    }
    
    function verifySurveys() {
        // lets poke around and see if this HIT is likely to be a survey, and if so prevent autosubmission & nasty mistakes that may cost us a rejection
        if ($('#surveycode').length !== 0) {
            console.log('boy howdy we got ourselves a regular ol fashioned mTurk survey right chere boyyy lets prevent ourselves from autosubmitting this varmint');
            $('#surveycode').attr('required', true); // gee that was easy.. wonder why mTurk never thought of this incredibly complex and genius solution :rolleyes:
        }
    
    }
     
  10. Kayashi

    Kayashi Titler

    Joined:
    Jan 7, 2017
    Messages:
    7,285
    Gender:
    Male
    Ratings:
    +14,928
    who are you, and what have you done with the real @Randomacts ?
     
    • LOL LOL x 1
  11. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Oh sorry intern #16 died last week and I'm here to replace him.
     
    • LOL LOL x 1
  12. oates

    oates Turker

    Joined:
    May 11, 2018
    Messages:
    58
    Gender:
    Female
    Ratings:
    +118
    This is like the 3rd time I've gotten this screen or something similar. I'll try that script :emoji_joy:
    [​IMG]
     
  13. Kayashi

    Kayashi Titler

    Joined:
    Jan 7, 2017
    Messages:
    7,285
    Gender:
    Male
    Ratings:
    +14,928
    oh, well in that case, welcome 17
     
    • Like Like x 1
  14. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Can you post the survey link?
     
  15. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Oh and what hit is that anyways?
     
  16. oates

    oates Turker

    Joined:
    May 11, 2018
    Messages:
    58
    Gender:
    Female
    Ratings:
    +118
  17. Mothra

    Mothra Survey Slinger

    Joined:
    May 30, 2017
    Messages:
    6,468
    Ratings:
    +11,952
    Broken HIT, can't be submitted anyway. I sent them a message, but I'm not especially sanguine about it.
     
  18. TissueHime

    TissueHime Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    2,396
    Gender:
    Male
    Ratings:
    +2,710
    1 hour left for dibs!
    if you do call it, please tag me or else I might miss it
     
  19. Tripsa

    Tripsa Mod????

    Joined:
    Nov 15, 2016
    Messages:
    12,086
    Gender:
    Male
    Ratings:
    +31,343
    @ChrisTurk i think called dibs.
     
  20. TissueHime

    TissueHime Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    2,396
    Gender:
    Male
    Ratings:
    +2,710
Thread Status:
Not open for further replies.