10/22 - Slamming Sunday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Oct 22, 2017.

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

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    @SquigglyButt

    I don't get tired of reading your name. I sort of love it.
     
    • Like Like x 2
  2. Abscheulich

    Abscheulich Active Turker

    Messages:
    306
    Ratings:
    +582
    Title: Survey- 10 Multiple Choice Questions. $1 random bonus oppty. | PANDA
    Worker: Preview | Accept | Requester
    Requester: Benny Mungbean [A2GI98X9Z4VOIH] (Contact)
    TO 1: [Pay: 2.00] [Fast: 3.71] [Comm: 2.33] [Fair: 3.86] [Reviews: 19] [ToS: 0]
    TO 2:
    [Rate: $4.65/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $0.07
    Duration: 60 minutes
    Available: 1
    Description: 10 Multiple Choice Questions - payment in 24 hours
    Requirements: Location is US;
    HIT exported from Mturk Suite v1.25.7
    Only 800 minutes!
     
    • Nom Nom Nom! Nom Nom Nom! x 7
    • Like Like x 1
  3. Abscheulich

    Abscheulich Active Turker

    Messages:
    306
    Ratings:
    +582
    Oh it isn't as funny when it doesn't say "Test (~800 Minutes)"

    Way to ruin my joke, guy.
     
    • LOL LOL x 1
  4. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    I'm not your guy, friend.
     
    • LOL LOL x 2
    • Today I Learned Today I Learned x 1
  5. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    I got True Neutral too. :dunno:
     
    • Love Love x 2
    • Like Like x 1
  6. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    [​IMG]
     
    • LOL LOL x 1
  7. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    @Cosmo , I'd have to change this script I wrote to work on Worker (not too difficult, I just haven't bothered to take the time to do it).

    Then you would add this at the top to any script where you'd want to set up a "return" message:
    Code:
    // @require https://greasyfork.org/en/scripts/33041-mturk-frame-parent-interface-library
    It's a small library I wrote so that scripts in the iFrame can access the parent frame and do common things. But it only works if the script I linked is installed. Basically the Parent Accepter sits in the top-level window, so that it can wait and listen for commands from the work frame.

    Then from the code that's sitting in the iFrame, you'd just write this wherever you want to return the HIT:
    Code:
    mTurkParentWindow.returnHIT();
     
    • Today I Learned Today I Learned x 3
    Last edited: Oct 22, 2017
  8. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    Just now, it occurred to me to search "bunny on drums" in giphy.
    Not only did I derp-realize that that's basically the Energizer Bunny, but this also came up (and clearly I needed to share):

    [​IMG]

    ....Yeah. I'm extremely bored today.
     
    • Love Love x 1
  9. Saqfish

    Saqfish Active Turker

    Messages:
    308
    Gender:
    Male
    Ratings:
    +557
    Another day, another way, another lay, another spay, another yay
     
  10. bb8

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    Bowen Cho [AE3AZMFJOWT0A] Photo Study(~ 3 minutes) - $0.30 | PANDA


    Fair

    Unrated

    Unrated
    $9.82 / hour
    00:01:50 / completion time
    Pros: Quick and easy.
    Cons:
    To read Bowen Cho's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  11. Jimmo

    Jimmo Survey Slinger

    Messages:
    1,133
    Gender:
    Male
    Ratings:
    +2,667
    Title: Answer a survey about your health and emotions | PANDA
    Worker: Preview | Accept | Requester
    Requester: Claire Growney [A3SP2VR9RHAEWC] (Contact)
    TO 1: [Pay: 5.00] [Fast: 4.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 1] [ToS: 0]
    TO 2:
    [Rate: $1.20/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    Please take our survey about your health, emotions, and interests.
    Time: 1 hour
    HITs Available: 1
    Reward: $2.00
    Qualifications: Age - 55 or Older EqualTo 1; Selected DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US;
     
    • Nom Nom Nom! Nom Nom Nom! x 6
  12. Vinidarius

    Vinidarius Well-Known Turker

    Messages:
    1,728
    Gender:
    Male
    Ratings:
    +4,284
    [​IMG]
     
  13. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    The Frame->Parent interface library gives your HIT script the following:
    Code:
    mTurkParentWindow.acceptHIT();
    mTurkParentWindow.returnHIT();
    mTurkParentWindow.isAccepted();
    mTurkParentWindow.isAcceptedStatusKnown();
    mTurkParentWindow.isURLKnown();
    mTurkParentWindow.navigateToURL(urlGoesHere);
    mTurkParentWindow.getURL();
    mTurkParentWindow.runOnParentParametersKnown(functionToRun);
    
    I have a simple auto-accept HIT that uses the library I wrote to do:
    Code:
    // Makes the "!" ("not") operator more visible when it's used.
    
    function itsNotTrueThat( condition ) {
       return ( ! condition );
    }
    
    // If this HIT isn't accepted, accept it.
    
    mTurkParentWindow.runOnParentParametersKnown( () => {
        if( itsNotTrueThat( mTurkParentWindow.isAccepted() ) ) {
            mTurkParentWindow.acceptHIT();
        }
    });
    
    You could also use the library to, say, auto-return some of the HITs based on certain things your script finds in the HIT, like:
    Code:
    // I hate doing any HIT that mentions ponies. Don't ask why.
    
    if( document.body.innerText.toLowerCase().includes("ponies") ) {
        mTurkParentWindow.returnHIT();
    }
    
     
    • Today I Learned Today I Learned x 3
    Last edited: Oct 22, 2017
  14. THFYM

    THFYM Survey Slinger Former MTG MotM

    Messages:
    8,887
    Gender:
    Male
    Ratings:
    +23,050
  15. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    • LOL LOL x 2
  16. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  17. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
     
    • Like Like x 2
    • LOL LOL x 2
    • Love Love x 1
  18. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Title: Learn about Events | PANDA
    Requester: STS Lab [A3UBQTCR2B8RJN] (Contact)
    (TO): [Pay: 2.70] [Fair: 4.51] [Comm: 3.10] [Fast: 4.48]
    Description:
    Watch animations and identify the common vs rare events. The task is attentionally demanding and challenging, but there is a performance bonus of up to $2.00. The task takes ~ 30 min to complete.
    Time: 1 hour(s)
    HITs Available: 4
    Reward: $3.00
    Qualifications: HIT approval rate (%) GreaterThan 95; Has Done Task DoesNotExist; Location EqualTo US;
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  19. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Looks like I'm going to order this for my 6 year old daughter before Halloween.
     
    • Like Like x 1
  20. bb8

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    J. Plecnik [A2QTBRHJD1ZNES] Survey for U.S. Citizens on Taxation - $1.20 | PANDA


    Generous

    Unrated

    Unrated
    $19.29 / hour
    00:03:44 / completion time
    Pros: Fast and easy. Interesting topic.
    Cons:
    To read J. Plecnik's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 4
Thread Status:
Not open for further replies.