03/28 - Wondrous Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Mar 28, 2018.

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

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    nothing since yesterday morning
     
  2. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    I did get a bonus for this but I don't want to disclose the amount because of the intent of the survey. It does make it more worth it. I'm editing my TV review.
     
    • Today I Learned Today I Learned x 1
  3. bb8

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    Olga Stoddard [A3N9ECH0II3C1P] Answer a survey for a study of the economics of decision making - $0.25 $4.05 bonus | PANDA
    [3VKZWROWXIYJRPUFQUAKHNEK2IJG8I]


    Generous

    Unrated

    Unrated
    $18.86 / hour
    00:13:41 / completion time
    Pros:
    Good bonus potential. Could definitely be completed faster, I took my time.
    Cons:

    To read Olga Stoddard's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  4. jessica93

    jessica93 Survey Slinger TurkerView Masters

    Messages:
    8,534
    Gender:
    Female
    Ratings:
    +22,348
    Olga Stoddard [A3N9ECH0II3C1P] Answer a survey for a study of the economics of decision making - $0.25 $6.15 bonus | PANDA
    [3VKZWROWXIYJRPUFQUAKHNEK2IJG8I]


    Generous

    Unrated

    Unrated
    $57.60 / hour
    00:06:40 / completion time
    Pros:
    Potential for a nice bonus
    Didn't take as long as the estimate
    Cons:

    To read Olga Stoddard's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 8
  5. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    I just got it. Is a bonus guaranteed?
     
  6. Salamander

    Salamander Survey Slinger

    Messages:
    6,816
    Gender:
    Female
    Ratings:
    +31,720
    Olga Stoddard [A3N9ECH0II3C1P] Answer a survey for a study of the economics of decision making - $0.25 $4.50 bonus | PANDA
    [3VKZWROWXIYJRPUFQUAKHNEK2IJG8I]


    Unrated

    Unrated

    Unrated
    $36.93 / hour
    00:07:43 / completion time
    Pros:
    Easy, interesting, good pay. Bonus is dependent on your choices so YMMV on $/hr.
    Cons:

    To read Olga Stoddard's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 4
    • Good Review! Good Review! x 1
  7. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    I assume so.
     
    • Like Like x 1
  8. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    *panda'ing intensifies*
     
    • LOL LOL x 3
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
    • 5/5 Pay 5/5 Pay x 1
  9. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    welcome to batchless Wednesday
     
    • LOL LOL x 2
  10. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    Your comment is showing up on my watcher. How did that happen?

    panda.png
     
    • LOL LOL x 7
  11. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    Holy shirt I'm in the mainframe now boys.

    Pay no mind to this, functioning as intended, when you catch it it'll be transferred directly to my queue thank you for your donation.
     
    • LOL LOL x 8
  12. lefty

    lefty Survey Slinger

    Messages:
    18,930
    Gender:
    Female
    Ratings:
    +49,005
    [​IMG]
     
    • LOL LOL x 2
  13. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Simple: CT is evil.

    [​IMG]
     
    • LOL LOL x 3
    • Love Love x 1
  14. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    Code:
    // ==UserScript==
    // @name Autoplay embedded youtubes 2x
    // @author totally not , had posted most of this somewhere in another script
    // @version 0.1
    // @description try to take over the world!
    // @include https://www.youtube.com/embed/*
    // @grant none
    // ==/UserScript==
    const IS_YOUTUBE_EMBED = document.URL.indexOf('youtube.com/embed') > -1;
    function playYoutubeEmbed() {
    console.log('Starting youtubeEmbed()...');
    let playButton = document.querySelector('.ytp-large-play-button');
    playButton.click();
    let settingsButton = document.querySelector('.ytp-settings-button');
    settingsButton.click();
    document.querySelectorAll('.ytp-menuitem-content').forEach(function(el) {
    if (el.textContent.includes('Normal')) {
    el.click();
    return;
    }
    });
    document.querySelectorAll('.ytp-menuitem-label').forEach(function(el) {
    if (el.textContent.includes('2')) {
    el.click();
    return;
    }
    });
    }
    (function(main) {
    if (IS_YOUTUBE_EMBED) playYoutubeEmbed();
    return false;
    })();
     
    • Today I Learned Today I Learned x 4
  15. lefty

    lefty Survey Slinger

    Messages:
    18,930
    Gender:
    Female
    Ratings:
    +49,005
    Trying to clean up evil:

    [​IMG]
     
    • LOL LOL x 3
  16. lefty

    lefty Survey Slinger

    Messages:
    18,930
    Gender:
    Female
    Ratings:
    +49,005
    holy hannah thank you angel!
     
    • Love Love x 1
  17. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    Research on Human Behavior Lab [A3J3DAQP4HBQAG] survey on price perceptions(~ 7 minutes) - $0.37 | PANDA
    [3BRG9Q58M1KQ52Q37XB3XOWX6NLQY8]


    Fair

    Unrated

    Unrated
    $8.43 / hour
    00:02:38 / completion time
    Pros:

    Cons:

    To read Research on Human Behavior Lab's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  18. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    For some reason after I started a fresh Chrome profile I'm not getting OW desktop notifications. Anyone have any idea why?
     
  19. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    Patricia Rossi [A2F8PW6UHZYO44] Short survey about your behavior as a consumer - $0.60 | PANDA
    [3XIFEF0YSRQX6CS0DV2QQ4Y89Q4TWY]


    Low

    Unrated

    Unrated
    $8.61 / hour
    00:04:11 / completion time
    Pros:

    Cons:
    I completed this at a brisk pace and it was still pretty bad.. way too many questions asking the same thing.
    To read Patricia Rossi's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  20. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    chrome broke for me as far as OW and PC are concerned when it updated over the weekend
     
Thread Status:
Not open for further replies.