01/25 - Thorough Thursday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Jan 25, 2018.

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

    margarita Survey Slinger

    Messages:
    2,581
    Gender:
    Female
    Ratings:
    +4,190
    I had also turned it off as I didn't like that. But I turned it back on yesterday as I thought turning it off was causing other stuff not to work correctly?
     
    • Today I Learned Today I Learned x 1
  2. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    @ChrisTurk I give up. I'm not sharing scripts anymore. Lol.
     
    • LOL LOL x 3
  3. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    I get it. :)

    [​IMG]
     
    • LOL LOL x 1
  4. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755

    I am so sorry, but the way it was looked nice and worked so well. Whatever I did I seem to have the Panda back, but what is the script that is giving me the green banners?
     
  5. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Title: Write a brief comment about a product or service [ $15.00 | $19.69 ] PANDA
    Requester: MAD Labs [AH3L9684FUCS6]
    TurkerView: [ $23.50 / hour Generous | 3-7 days | Excellent ]
    Description: You will write five brief comments about your perception of how well 5 products or services solve a given problem. Your comments will be used in a non-commercial website prototype.
    Duration: 05:00:00
    Available: 1
    Reward: $2.50
    Qualifications:
    • Location EqualTo US,
    [3RC5MYEBOE7O5DXMGCKFSE8GUCYPTE]
     
    • Nom Nom Nom! Nom Nom Nom! x 7
  6. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    For those taking Bill's phone surveys: I just got a notification for the fourth one. Scared the hell out of me and made me drop my phone lol.
     
    • LOL LOL x 1
  7. MikeTheChef

    MikeTheChef Survey Slinger

    Messages:
    2,409
    Gender:
    Male
    Ratings:
    +2,925
    msr [AH4M963EWDB4W] Survey about Amazon Mechanical Turk(~ 15 minutes) - $1.50 | PANDA
    [39VNNFFKJ4JDWTT60901ICZUTA4VXR]


    Generous

    Unrated

    Unrated
    $17.42 / hour
    00:05:10 / completion time
    Pros:

    Cons:

    To read msr's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  8. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    Or you can help them?? Dude, you shove this shit down everyone's throat, blame Chris when nobody uses it, then laugh when someone needs help with it.
     
    • Like Like x 2
    • Love Love x 2
    • LOL LOL x 1
    • Your Spellcheck Is As Broke As a Turker Working for Brelig Your Spellcheck Is As Broke As a Turker Working for Brelig x 1
  9. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Here's the code for that old version.
    It'll work the same as it ever did.

    PHP:
    // ==UserScript==
    // @name         Add Web+Panda Links to TurkerHub
    // @namespace    ,
    // @version      1.1
    // @description  Bringing ,' new Web+Panda protocol to TurkerHub.
    // @author       Cuyler Stuwe (,)
    // @include      https://turkerhub.com/threads/*/*
    // @grant        none
    // ==/UserScript==

    const MIDDLE_BUTTON_CODE 1;

    function 
    addWebPandaLinksToElement(element) {
        
    element.querySelectorAll("a[href*='/accept_random']").forEach(pandaLink => {
            
    pandaLink.insertAdjacentHTML("afterend", ` | <a target="_blank" href="web+panda://${pandaLink.href}">Web+Panda</a>`);
            
    pandaLink.addEventListener("mousedown", function(e) {
                if(
    e.button === MIDDLE_BUTTON_CODE) {
                    
    e.preventDefault();
                    
    window.open(`web+panda://${e.target.href}`);
                }
            });
        });
    }

    addWebPandaLinksToElement(document.body);

    let mutationObserver = new MutationObserver(function observe(mutations) {
        for(
    let mutation of mutations) {
            if(
    mutation.addedNodes.length 0) {
                
    let addedNode mutation.addedNodes[0];
                if(
    addedNode.nodeName === "LI" && addedNode.classList.contains("message")) {
                    
    addWebPandaLinksToElement(addedNode);
                }
            }
        }
    });

    mutationObserver.observe(document.body, {childListtruesubtreetrue});
     
    • Love Love x 1
  10. MrTrentSD

    MrTrentSD Survey Slinger

    Messages:
    5,908
    Gender:
    Male
    Ratings:
    +9,645
    no reason, just funny......

    [​IMG]
     
    • LOL LOL x 5
    • Like Like x 1
  11. Puck

    Puck New Turker

    Messages:
    27
    Gender:
    Female
    Ratings:
    +66
    Amanda Bergold [AY6A2IJMY1BKK] Cognitive Exercises - $1.00 | PANDA
    [3IOQH27Z1DKRGAETRW1UO56PLQ11IZ]


    Generous

    Unrated

    Unrated
    $30.77 / hour
    00:01:57 / completion time
    Pros:

    Cons:

    To read Amanda Bergold's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  12. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755
    Thank you so much- now how do I get rid of the green banners? What is the name of the script that does that? I think I have anything with web panda turned off...
     
  13. Dandryx

    Dandryx Survey Slinger

    Messages:
    4,468
    Gender:
    Male
    Ratings:
    +6,313
    poor seal. couldn't handle life anymore and decided to end it all...
     
    • LOL LOL x 1
  14. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    "Clickable web+panda:// links on TurkerHub, MturkCrowd, TurkerHub, TurkerNation"
     
    • Today I Learned Today I Learned x 1
  15. lefty

    lefty Survey Slinger

    Messages:
    18,930
    Gender:
    Female
    Ratings:
    +49,005
    @gurlondrums it's taken me 4 years but I can finally walk around with my hands in my pockets and not feel guilty
     
    • Love Love x 2
  16. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    The only people I've tried to encourage to use it are other developers.

    Without other developers on board for generating and handling the links within the tools that the community uses, the solution is mostly half-baked and hacky with too many moving parts, and can safely be stamped with a "use at your own risk" sticker.

    A lot of the problem stems from web+panda:// links not being inherent to MTS or TV exports.
    The other half of the issue is that they're not handled natively within Panda Crazy or MTS, so I've had to bootstrap support into Panda Crazy (MTS is untouchable because userscripts cannot modify extension pages directly).
     
  17. Frank

    Frank Well-Known Turker

    Messages:
    1,201
    Gender:
    Male
    Ratings:
    +1,360
    msr [AH4M963EWDB4W] Word puzzles and survey(~ 18 minutes) - $1.80 | PANDA
    [3T1550FWKJJQBITBQJ5X4EI80I1WXV]


    Generous

    Unrated

    Unrated
    $14.24 / hour
    00:07:35 / completion time
    Pros:

    Cons:

    To read msr's full profile check out TurkerView!
     
  18. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Q. Lab [AF8FKBE8S9BK4] Survey about what people think in various situations (approx 3 mins) - $0.35 | PANDA
    [3CVHT3IKUYLOIVZ9NS5QV9SNFJVR0F]


    Good

    Unrated

    Unrated
    $10.16 / hour
    00:02:04 / completion time
    Pros:
    Decent hourly
    Cons:
    9 minute timer.
    To read Q. Lab's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  19. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    SurveyComet [A3NC2P2SPK9QQ] Adaptive Work Behaviours ($1.20)(≈ 10 minutes) - $1.20 | PANDA
    [33BG2W1IJ80SY2C1JVV6B2QCJGTSOW]


    Generous

    Unrated

    Unrated
    $17.42 / hour
    00:04:08 / completion time
    Pros:

    Cons:

    To read SurveyComet's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 5
  20. CheshireKitty

    CheshireKitty Survey Slinger

    Messages:
    2,843
    Gender:
    Female
    Ratings:
    +5,022
    Minecraft has taken over my life.

    [​IMG]
     
    • LOL LOL x 5
Thread Status:
Not open for further replies.