04/08 - Salivating Sunday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Apr 8, 2018.

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

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    34,781
    Gender:
    Female
    Ratings:
    +73,160
    I think you have your pro and con flipped. :emoji_thinking:
     
    • Like Like x 1
  2. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    :emoji_upside_down:

    Hello.
     
    • Like Like x 3
    • Love Love x 2
  3. Clozy

    Clozy Well-Known Turker

    Messages:
    711
    Gender:
    Male
    Ratings:
    +1,640
    It's a work in progress, but those (ugly) HITs can be scripted (if you know what you're doing, you can start from here to add more common cases).


    Code:
    // ==UserScript==
    // @icon         https://i.imgur.com/Paa0hLq.png
    // @name         'Sergey Schmidt - Evaluate attributes of a YouTube video
    // @namespace    http://tampermonkey.net/
    // @version      1.0
    // @description  Helper for "Evaluate attributes of a YouTube video" HIT
    // @author       Clozy
    // @include      https://www.mturkcontent.com/*
    // @include      https://s3.amazonaws.com/mturk_bulk/hits/*
    // @include      https://www.google.com/evaluation/endor/*
    // @require      https://code.jquery.com/jquery-2.2.4.min.js
    // ==/UserScript==
    
    $(document).ready(function() {
        if ($("h3:contains(1. Can you watch and understand the video?)").length){
    
    document.getElementById("instructions").style="position:absolute; left:572px; top:40px; z-index: 6; background: #eee;";
    document.getElementById("hiddenInstructions").style="position:absolute; left:572px; top:40px; z-index: 6; background: #fff;";
        $("input[value='Hide instructions']").click();
    
    document.getElementById("examples").style="position:absolute; left:572px; top:64px; z-index: 5; background: #eee;";
    document.getElementById("hiddenExamples").style="position:absolute; left:572px; top:64px; z-index: 5; background: #fff;";
        $("input[value='Hide examples']").click();
    
    $('p:contains("Comments (optional):")').hide();
    document.getElementsByName("comment")[0].style="position:absolute; left:817px; top:518px; width:295px;";
    
    
    //Add a panel next to the video
    
        let bar = document.createElement("DIV");
        bar.style = "" +
            "position: absolute;" +
            "position: fixed;" +
            "pointer-events:auto;" +
            "z-index: 1;" +
            "left: 576px;" +
            "top: 200px;" +
            "height: 308px;" +
            "width: 540px;" +
            "border: 1px solid black;" +
            "background-color: #bbb;" +
            "opacity: 1;" +
            "text-align: left;" +
            "font-size: 3em;" +
            "color: black;" +
            "user-select: none;" +
            "cursor: pointer;";
    
    bar.innerHTML = `<div style="margin: 0px; padding: 0px; font-size: 0.35em;">
    
    <table cellspacing="0" cellpadding="0" border="0 px solid black"><tr><td>
    <input id="01" type="button" value="Yes / No / Yes / No / None of the above / None of the above" onclick="doFunction()"/><br><br>
    <!--
    <input id="02" type="button" value="02" onclick="doFunction()"/><br><br>
    <input id="03" type="button" value="03" onclick="doFunction()"/><br><br>
    <input id="04" type="button" value="04" onclick="doFunction()"/><br><br>
    <input id="05" type="button" value="05" onclick="doFunction()"/><br><br>
    <input id="06" type="button" value="06" onclick="doFunction()"/><br><br>
    <input id="07" type="button" value="07" onclick="doFunction()"/><br><br>
    <input id="08" type="button" value="08" onclick="doFunction()"/>
     -->
    </td></tr></table>
    </div>`;
            document.body.appendChild(bar);
    
    document.getElementById("01").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='CAN_UNDERSTAND']").click();
    $("input[value='NOT_EVENT']").click();
    $("input[value='PUBLIC_INTEREST']").click();
    $("input[value='NOT_MEDIA']").click();
    $("input[value='FORMAT_OTHER']").click();
    $("input[value='CATEGORY_OTHER']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("02").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("03").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("04").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("05").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    
    document.getElementById("06").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("07").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    document.getElementById("08").onclick = function (){
        $('input:checkbox').removeAttr('checked');
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
    $("input[value='']").click();
        window.scrollTo(0,window.scrollY+window.innerHeight*1);
    };
    
        }
    });
    
     
    • Love Love x 2
  4. SamAnt

    SamAnt Survey Slinger TurkerView Masters

    Messages:
    4,099
    Ratings:
    +12,925
    I'm not sure that the cap will be that high, they've been super low lately and more along the lines of 5% of the batch. I blame all the new people.:hitwithrock:



    Really though, I'm glad so many of you managed to get the qual :emoji_grin:
     
  5. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    @th-sergey are you putting music videos as arts/culture? They should have a separate music option.
     
    • Like Like x 1
  6. WildFlower

    WildFlower Survey Slinger FF Champion II

    Messages:
    4,288
    Gender:
    Female
    Ratings:
    +4,950
    Yes. Except when I thought it barely passed for a music video, like one where I think it was a satanic cult chant pretending to be a video, marked that ambiguous. Was more uncertain on movies in that category though.
     
    • Today I Learned Today I Learned x 1
  7. GiMiK

    GiMiK Well-Known Turker

    Messages:
    911
    Gender:
    Male
    Ratings:
    +1,284
    There is a huge batch out "Get Listing Agent Name from Zillow" approval rating has to be over 90. They are fairly slow 2 per min or $.06/min, but you qual and the reviews are good. I just did a few to test before I sent this. Not great, but if I needed numbers to get my approval up I would look at that. Anyone else want to add/comment on that?
     
  8. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    Thanks!
     
    • Like Like x 1
  9. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    NO! Even a dime is terrible for a masochistic.
     
  10. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994

    I capped at 910, right at 10% like the old days.
     
    • 5/5 Pay 5/5 Pay x 3
    • Today I Learned Today I Learned x 2
    • Nom Nom Nom! Nom Nom Nom! x 1
  11. keysman

    keysman Well-Known Turker

    Messages:
    2,973
    Gender:
    Male
    Ratings:
    +11,718
    Title: Online Grocery Shopping Experience Survey | PANDA
    Requester: Brodie [A2D1OJK2JP88OO] (TO)
    TO Ratings:
    ★★★★★ 4.80 Communicativity
    ★★★★★ 4.22 Generosity
    ★★★★★ 5.00 Fairness
    ★★★★★ 4.86 Promptness
    Number of Reviews: 9 | TOS Flags: 0
    Submit a new TO review
    Description: Give us your opinion about online grocery shopping.
    Time: 1800
    HITs Available: 1
    Reward: $2.50
    Qualifications: Online Purchase - Groceries & Food EqualTo 1
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  12. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    Macklemore Gets Old

    [​IMG]
     
    • LOL LOL x 3
  13. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    Well, I got my $200 for the day so i'm headed to the cemetery.

    Good luck to you all and have a wonderful day.

    Love you guys and gals!



    @Clozy if I have time later (and you haven't already done it) i'll add to your script.

     
    • Love Love x 5
  14. tomservo1425

    tomservo1425 Active Turker

    Messages:
    435
    Ratings:
    +394
    Projected Earnings Today 0 $0.00

    WTB Sergey Qual and/or motivatiton
     
    • 5/5 Pay 5/5 Pay x 1
  15. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    SMART Labs [ARX3E7JNX3JX7] Answer a survey about your skin cancer and technology - $0.75 | PANDA
    [3SU8TQ3QW5HS16W7KHX5GBBUU45IER]


    Low

    Unrated

    Unrated
    $7.05 / hour
    00:06:23 / completion time
    Pros:

    Cons:
    Redirected to a second site, payment was a little low
    To read SMART Labs's full profile check out TurkerView!
     
  16. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Even with motivation I'm at 6 bucks.
     
    • 5/5 Pay 5/5 Pay x 2
    • Nom Nom Nom! Nom Nom Nom! x 1
  17. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    34,781
    Gender:
    Female
    Ratings:
    +73,160
    It's being awful as a pro would make it even more masochistic? :emoji_grimacing:
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  18. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    Maybe my emails to the organization (for whom he is working) did the trick. :ay:

     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  19. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,895
    The masochist is upset that they got paid for their suffering
     
    • LOL LOL x 1
  20. THFYM

    THFYM Survey Slinger Former MTG MotM

    Messages:
    8,887
    Gender:
    Male
    Ratings:
    +23,050
    [​IMG]
     
    • LOL LOL x 3
Thread Status:
Not open for further replies.