10/13 - Friday The 13th

Discussion in 'Daily mTurk HITs Threads' started by GoldGuardian, Oct 13, 2017.

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

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755
    Sean Fath [AKT9UN70RWM36] Survey about your opinions on a recent news article(~ 5 minutes) - $0.50 | PANDA


    Fair

    Unrated

    Unrated
    $8.78 / hour
    00:03:25 / completion time
    Pros: read short article, answer 1 question, then demographics
    Cons:
    To read Sean Fath's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  2. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    • Nom Nom Nom! Nom Nom Nom! x 6
  3. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Elizabeth Phillibert [A1YFT1LTB5KY7T] Answer a short survey about a few big brands - $1.00 | PANDA


    Generous

    Unrated

    Unrated
    $21.18 / hour
    00:02:50 / completion time
    Pros: Easy survey. Good pay.
    Cons: No completion code at end of task.
    To read Elizabeth Phillibert's full profile check out TurkerView!
     
    • Good Review! Good Review! x 3
    • Nom Nom Nom! Nom Nom Nom! x 1
  4. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    @laby just testing if that'll autoplay on TH.. let us know.. and if it does.. well, I'm:


    :emoji_laughing:
     
    • LOL LOL x 2
  5. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    unfortunately it is playing:(
     
    • LOL LOL x 1
  6. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    god damnit
     
  7. eyeofodin

    eyeofodin Well-Known Turker

    Messages:
    2,772
    Gender:
    Male
    Ratings:
    +5,608
    [​IMG]
     
  8. WildFlower

    WildFlower Survey Slinger FF Champion II

    Messages:
    4,305
    Gender:
    Female
    Ratings:
    +5,004
    I've been using this script on Sergeys.

    Code:
    // ==UserScript==
    // @name        Always Autoplay Embedded YouTube
    // @namespace   AlwaysAutoplayEmbeddedYouTube
    // @description Always autoplay embedded YouTube video
    // @author      jcunews
    // @include     https://www.youtube.com/embed?*
    // @include     https://www.youtube.com/embed/*
    
    // @version     1.0.0
    // @grant       none
    // ==/UserScript==
    
    if (!(/[?&]autoplay=1/).test(location.search)) {
      document.querySelector(".ytp-large-play-button").click();
    }
    
    And it works on Sergeys, but it also autoplays any videos that people are posting on TH. It's the TH I wanted to stop. But it's kinda sounding like that's not possible from what you're saying because it's about linking it back to youtube, but I might not be understanding you completely.

    Your fix did work to make @LLL 's script work. It does the same thing as the one I've been using does, works on MTurk and on here.
     
  9. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    So my son is calling someone about a car he saw for sale
    Son: Hi my Name is ----- I'm calling about.... hangs up
    Dave: did you leave your number?
    Son: (As he held up his Smartphone) I have caller ID
    [​IMG]
     
    • LOL LOL x 7
  10. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Title: NEW 10-15 minute problem-solving survey, $2 | PANDA
    Worker: Preview | Accept | Requester
    Requester: Oleg Urminsky [A2UT64NH2GJ8XQ] (Contact)
    TO 1: [Pay: 4.64] [Fast: 5.00] [Comm: 4.90] [Fair: 5.00] [Reviews: 150] [ToS: 0]
    TO 2:
    [Rate: $11.49/hr] [Pen: 0.21 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    Please provide answers to the following questions
    Time: 24 hours
    HITs Available: 1
    Reward: $2.00
    Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US;
     
    • Nom Nom Nom! Nom Nom Nom! x 14
  11. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    I amuse myself sometimes
    LOL I amuse myself sometimes, my bad folks use this:

    Code:
    // ==UserScript==
    // @name        Autoplay Embedded Videos
    // @icon        http://mturkforum.com/image.php?u=79381&dateline=1464644104
    // @namespace   https://greasyfork.org/en/users/155391-lll
    // @description Autoplays Embedded Videos
    // @author      LLL
    // @include      https://www.youtube.com/embed/*
    // @version     1.0.0
    // @grant       none
    // ==/UserScript==
    
    if (document.referrer.indexOf('mturk') >= 0) {
      document.querySelector(".ytp-large-play-button").click();
    }
    
    indexOf returns -1 if the string isn't found, so it needs to be >= 0 LMAO. I usually use .test() because I like the formatting better (indexOf is faster, though completely negligible with a 1-off execution)
     
    • Like Like x 2
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  12. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    What a nice guy!

    Hi Mathew,

    First of all thank you for taking the time to participate in our study.
    We've contacted AMT support to revoke the rejections. It takes 3-5 business days for them to respond.

    Thanks!
    (Noah)
     
    • Like Like x 4
    • 5/5 Pay 5/5 Pay x 1
  13. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    Okay. That seems to work now:emoji_thumbsup:
     
  14. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Now the question is am I a likable idiot who just made a small blunder, or did I purposefully post a broken script so I could make @Tecnique listen to the Beibs?

    :emoji_smiling_imp::emoji_imp: Nothing to fear 'round these parts. You all enjoy that Sergey qual now ya hear :emoji_imp::emoji_smiling_imp:
     
    • LOL LOL x 5
  15. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    [​IMG]
     
    • Love Love x 3
  16. Momof1

    Momof1 Survey Slinger

    Messages:
    5,739
    Gender:
    Female
    Ratings:
    +5,912
    Well see ya later guys (probably monday). I am off to drive 3.5 hours to Morgantown for the hubby's and my anniversary game! Let's goooooooooooo! (Mountaineers) I made 12.25 today. Hoping Monday is better..
     
    • Love Love x 5
  17. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    I know I'm super late to the game and this has probably been asked a bunch of times, but I can't seem to find the answer. Is there a script for any of the nlp hits?
     
  18. WildFlower

    WildFlower Survey Slinger FF Champion II

    Messages:
    4,305
    Gender:
    Female
    Ratings:
    +5,004
    @ChrisTurk Thank you! And thanks @LLL for starting it off. Literally, helping to curb a migraine. There were so many sounds all at once.

    [​IMG]
     
    • Like Like x 2
    • LOL LOL x 1
  19. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Oleg Urminsky [A2UT64NH2GJ8XQ] NEW 10-15 minute problem-solving survey, $2 - $2.00 | PANDA


    Fair

    Unrated

    Unrated
    $10.48 / hour
    00:11:27 / completion time
    Pros: Okay pay. Would have been faster had you taken any math classes recently.
    Cons: Lots of math which I apparently didn't remember how to do some of.
    To read Oleg Urminsky's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  20. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,115
    Gender:
    Female
    Ratings:
    +74,969
    • Nom Nom Nom! Nom Nom Nom! x 4
    • Today I Learned Today I Learned x 1
Thread Status:
Not open for further replies.