10/01 - Starting October Sunday!

Discussion in 'Daily mTurk HITs Threads' started by ChrisTurk, Oct 1, 2017.

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

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    TurkerHub September Worker Activity Report

    131 Total Reports

    Report Totals
    Total HITs Submitted
    226,826
    Total HITs Approved
    212,055
    Total HITs Rejected
    38
    Total Bonus Rewards
    $1,764.35
    Total HIT Rewards
    $25,253.77
    Total Rewards
    $27,018.12

    Report Averages
    Average HITs Submitted
    1,772
    Average HITs Approved
    1,619
    Average HITs Rejected
    0.29
    Average Bonus Rewards
    $14.46
    Average HIT Rewards
    $192.78
    Average Total Rewards
    $206.25
    The totals divided by member count do not match the averages because some members did not report all information and the averages account for this.


    HIT Posters for this month:
    MemberTotal PandA Points# HITs
    @lefty 5,603 614
    @Confirmed Robot 4,167 432
    @BadPanda 3,175 377
    @laby 1,623244
    @ReaRea 1,335260
    @dan 1,276168
    Voting will close Wednesday morning.

    Posting Awards
    Each month folks will earn icons for best individual posts (top 3 excluding ties & the admin since people have to like/love/lol at his junk) and for most overall ratings (top 2 to make it an even 5 icons floating around a month). I appreciate a good one-liner as much as consistently great content submissions, so fun icons for all!


    Funniest Posts
    TitleRatingsMember
    Forum admin caught physically abusing members on film.22@SeDuCeR
    Forum admin caught deleting users after film leak.xxxxxx
    How to put mTurk on your CV15@jessers
    :surveys:13@jessers
    :bearnielazer:12@Hummingbirdee
    Its aliveeeee10@Buzby
    Always Turking Around
    @ThisPoorGuy (1,315) & @Randomacts (1,163)


    Most Useful Posts
    TitleRatingsMember
    How to Requester 101: Embarass the forum admin.8@MyLegIsFine
    Rekog Script8@RicanGuy86
    You know nothing, Joe Lo.8@leafs4_cup
    TurkerView Announcement GO READ IT.5xxx
    Most Helpful Members
    @Randomacts (251) & @NBadger (89)


    Most Loved Posts
    TitleRatingsMember
    More TurkerView Shameless Plugs46xxx
    The Prodigal Cat Returns25 @Hummingbirdee
    ADORABLE BABY :emoji_hugging:21@Crissy
    Pupppyy15@jessers
    Everybody Loves
    @gurlondrums (545) & @lefty (425)

    Misc..
    As always, thank you to everyone here. Y'all all make this place awesome and I for one enjoyed going back over a lot of these posts from the last month (again? again.. always again). We're a cool group of dime seeking dames and I wouldn't want to spend my Fridays murdering server hamsters with anyone else.. Except maybe Natalie Portman :emoji_sweat_smile:
     
    • Love Love x 6
    • Like Like x 5
    • LOL LOL x 3
  2. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    Just put that Rekog script in... Doesn't seem to work. :rain:
     
  3. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    That is before it was updated to work after the change.

    My edit to one of them works fine but I know that there is another working one floating around.

    Code:
    // ==UserScript==
    // @name        Amazon Videos 2
    // @description Helps you make choices
    // @version     0.1.1a
    // @author      RicanGuy86
    // @contributor Melting Glacier's 3rd rate tinkering for HIT change
    // @grant       none
    // @include     *.mturkcontent.com/*
    // @include     https://aitiaotu.com/*
    // @include     https://s3.amazonaws.com/*
    // @require     http://code.jquery.com/jquery-2.1.0.min.js
    // ==/UserScript==
    
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
    
    
    for (i = 0; i < 1; i++) {
    
    }
    
    $(document).ready(function(){
    
        var counter = 0;
    
        $(document).keydown(function(e){
        if (e.which == 50){
            $("a[class='btn-no']")[0].click();          // 1 no
        }
        if (e.which == 49){
            $("a[class='btn-yes']")[0].click();         // 2 yes
        }
        if (e.which == 51){
            $("a[class='btn-unsure']")[0].click();      // 3 unsure
        }
     //   if (counter >= 6) {
     //       $("button[id='btnSubmit']")[0].click();
     //      e.preventDefault();                         // Enter
    //    }
            counter++;
        });
    });
     
    • Today I Learned Today I Learned x 2
  4. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    This automatically up the speed?
     
  5. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    Yeah
     
  6. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    Now make it so that it also makes every Rekog work.
     
    • LOL LOL x 2
  7. GooseMcD

    GooseMcD Well-Known Turker

    Messages:
    1,694
    Gender:
    Female
    Ratings:
    +4,286
    • LOL LOL x 2
  8. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    I think he does, but he seems to sleep light so include list crap wakes him up.
     
    • Like Like x 1
  9. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    Cats actually woke me up today. I have my sound stuff muted because I wanted to sleep lol.. I'll prob go back to sleep though anyways.
     
  10. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    My cats sleep with me, and don't wake me up. I want to start getting on this $100+ a day bandwagon.
     
  11. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    Title: chat with celebrity intern | PANDA
    Worker: Preview | Accept | Requester
    Requester: Seth [AVS5XNNUL0RZQ] (Contact)
    TO 1: [Pay: 3.69] [Fast: 5.00] [Comm: 3.00] [Fair: 5.00] [Reviews: 36] [ToS: 1]
    TO 2:
    [Rate: $3.09/hr] [Pen: 0.13 days] [Res: 0% of 1] [Rec: 50% of 2] [Rej: 0] [ToS: 0] [Brk: 1]
    Reward:
    $0.50
    Duration: 30 minutes
    Available: 1
    Description: have a meaningful chat (approximately 10 turns; turn=back and forth) with my bot that simulates our intern Artie
    Requirements: Location EqualTo US;
    HIT exported from Mturk Suite v1.25.7
     
    • Nom Nom Nom! Nom Nom Nom! x 5
  12. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
    Sleep is a crutch.
     
    • Like Like x 1
  13. GooseMcD

    GooseMcD Well-Known Turker

    Messages:
    1,694
    Gender:
    Female
    Ratings:
    +4,286
    I need that crutch! Right Now lol Night all.
     
    • LOL LOL x 1
  14. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    All of them belong to @Melting Glacier
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  15. Jasper

    Jasper Survey Slinger

    Messages:
    2,702
    Ratings:
    +3,639
    Morning everyone~

     
  16. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
  17. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
  18. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
    Ben Peterson [AFEG4RKNBSL4T] Rate Dating Profile Photos of Women - $0.03 | PANDA


    Underpaid

    <24 hours

    Good
    $2.57 / hour
    00:00:42 / completion time
    Pros: Rate photos of (usually) pretty girls.
    Very quick to approve, within the hour.
    Regular random drops throughout the day, even when it's typically slow on MTurk.
    Cons: I got a reject once because I marked it unacceptable as it had "PROOF" over the photo (which means it was unpaid for & copyrighted). I talked to them & explained I saw that watermark was OK in the guidelines, but... I assumed that meant the studio watermarking their own brand name (i.e. Shutterstock) ... when it is simply "PROOF" they are unpaid for AND copyrighted and probably shouldn't be considered as Okay for use with social media. They did reverse the rejection, but just be careful to strictly follow their guidelines and don't overthink them. Let THEM worry about getting sued for copyright infringement.
    To read Ben Peterson's full profile check out TurkerView!
     
    • Good Review! Good Review! x 1
  19. BadPanda

    BadPanda Survey Slinger

    Messages:
    12,058
    Gender:
    Male
    Ratings:
    +54,826
    Title: Research that studies how jurors make decisions.(~ 10 minutes) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Clarissa Steele [A3KNOXZOEJSLKB] (Contact)
    TO 1: [Pay: 4.00] [Fast: 4.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 2] [ToS: 0]
    TO 2:
    Not Available
    Reward: $0.05
    Duration: 1 hour
    Available: 1
    Description: If you complete the full survey, you will earn $1. If your answers to the first few screening questions (after the consent) do not qualify you for the survey, you will earn $0.05. The survey takes about 10 minutes.
    Requirements: Exc: [1656687-58017] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 90; Location In US;
    HIT exported from Mturk Suite v1.25.7
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  20. KristinMick

    KristinMick Survey Slinger

    Messages:
    1,450
    Gender:
    Female
    Ratings:
    +4,185
    Good morning!
     
Thread Status:
Not open for further replies.