11/17 - Succulent Saturday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Nov 17, 2018.

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

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Title: Are the items exact? (WARNING: This HIT may contain adult content. Worker discretion is advised.) | Accept
    Requester: Amazon Requester Inc. - A9 Data Validation [A3HLF55H6JSTI0] Contact
    TV: [Hrly=$7.19] [Pay=2.40] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
    TO: [Pay=2.53] [Fast=3.91] [Comm=2.98] [Fair=3.93] [Reviews=139] [ToS=0]
    TO2: [Hrly=0.64] [Pen=3.00 days] [Res=0%] [Rec=44%] [Rej=4] [ToS=0] [Brk=0]
    Reward: 0.01
    Duration: 5:00
    Available: 7112
    Description: --
    Qualifications: Blocked DoesNotExist ; Category Validation Qualification EqualTo 10; Location EqualTo US; Adult Content Qualification EqualTo 1

    HIT exported from Mturk Suite v2.4.1

    Posted this early this morning, they are still releasing hits so I thought I'd post it again. I've done 1500 of these today....

    Easy batch for numbers. Below is a script I threw together to breeze through these.
    • Numpad 7 = Yes
    • Numpad 8 = No
    • Numpad 9 = Unsure
    • x key = Didn't load
    The script auto submits after selection, just check auto-accept (and hit F11 for full screen if desired) and roll on with your bad self.
    Code:
    // ==UserScript==
    // @name              A9 - Are these items the same
    // @author            Gener
    // @namespace         GenerScript
    // @version           1
    // @description       A short script I wrote to help me kill this A9 Are these items the same batch
    // @include           *s3.amazonaws.com*
    // @require           http://code.jquery.com/jquery-3.3.1.min.js
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        var $ = window.jQuery;
    
        function didntLoad() {
            $('input[name="not_loaded"]').click();
            selectNoMatch();
        }
    
        function selectMatch() {
            $('input[name="exactMatch"][value="yesMatch"]').click();
            $('input[name="enoughofB"][value="yesEnough"]').click();
        }
    
        function selectNoMatch() {
            $('input[name="exactMatch"][value="noMatch"]').click();
            $('input[name="enoughofB"][value="yesEnough"]').click();
        }
    
        function selectUnsureMatch() {
            $('input[name="exactMatch"][value="unsureMatch"]').click();
            $('input[name="enoughofB"][value="notEnough"]').click();
        }
    
        function submitA9Hit() {
            $('input[id="submitButton"]').click();
        }
    
        $(document).ready(function() {
            selectMatch();
    
            //setfocus on specifc page element for optimal visual QC of form before submission
            $('input[name="exactMatch"][value="yesMatch"]').focus();
    
            //bind to keypress to select a specific form setup and submission
            $(this).keydown(function(e) {
                if (e.keyCode == 103) { //num pad 7
                    selectMatch();
                    submitA9Hit();
                }
                else if(e.keyCode == 104) { //num pad 8
                    selectNoMatch();
                    submitA9Hit();
                }
                else if(e.keyCode == 105) { //num pad 9
                    selectUnsureMatch();
                    submitA9Hit();
                }
                else if(e.keyCode == 88) { // letter 'x'
                    didntLoad();
                    submitA9Hit();
                }
            });
        });
    })();
     
    • Today I Learned Today I Learned x 2
  2. SunlitSunflower

    SunlitSunflower baby head

    Messages:
    22,494
    Ratings:
    +36,431
    A TON of surveys let you withdraw after telling you about what they were looking for.
     
    • Like Like x 1
  3. jajeawar

    jajeawar Well-Known Turker

    Messages:
    2,310
    Gender:
    Female
    Ratings:
    +1,412
    Title: Answer a survey about a university course description | Accept
    Requester: UM Survey [A1DXBA3YB0YGD1] Contact
    TV: [Hrly=$2.72] [Pay=null] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
    TO: [Pay=1.88] [Fast=3.00] [Comm=1.00] [Fair=3.59] [Reviews=38] [ToS=3]
    TO2: [Hrly=2.57] [Pen=null] [Res=null] [Rec=0%] [Rej=0] [ToS=0] [Brk=0]
    Reward: 0.20
    Duration: 30:00
    Available: 1
    Description: Answer a survey pertaining to a university course description
    Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US
    Weird survey, makes you write a description of what the survey was instead of entering a survey code.
     
  4. jajeawar

    jajeawar Well-Known Turker

    Messages:
    2,310
    Gender:
    Female
    Ratings:
    +1,412

    Approval Rate

    99.00% :emoji_laughing:


    Dun Dun Dun!!!!!!! I'm back!!!!!! Yas!!!!!!!
     
    • Like Like x 7
  5. ToastedCoconutBoi

    ToastedCoconutBoi Turker

    Messages:
    71
    Ratings:
    +52
    Hey, does OCMP5/Victoria ever post on weekends?
     
  6. jajeawar

    jajeawar Well-Known Turker

    Messages:
    2,310
    Gender:
    Female
    Ratings:
    +1,412

    I think they did last weekend?
     
    • Like Like x 1
  7. Squatcobbler

    Squatcobbler Survey Slinger

    Messages:
    10,041
    Gender:
    Male
    Ratings:
    +11,818
  8. SunlitSunflower

    SunlitSunflower baby head

    Messages:
    22,494
    Ratings:
    +36,431
  9. Squatcobbler

    Squatcobbler Survey Slinger

    Messages:
    10,041
    Gender:
    Male
    Ratings:
    +11,818
    Honey Baked Ham sells ham bones (with just enough ham left on them)
     
  10. Squatcobbler

    Squatcobbler Survey Slinger

    Messages:
    10,041
    Gender:
    Male
    Ratings:
    +11,818
    and makes the house smell delicious
     
  11. SunlitSunflower

    SunlitSunflower baby head

    Messages:
    22,494
    Ratings:
    +36,431
    Our grocery store down the way sells hambones and hamhocks thankfully! Found out there is a real full butcher who is attached and just sells out through the grocery store.
     
  12. jajeawar

    jajeawar Well-Known Turker

    Messages:
    2,310
    Gender:
    Female
    Ratings:
    +1,412
    Title: 2-5 minute Pre-Screen | Accept
    Requester: WSU Research Study [A2AAP1KSVP1B4D] Contact
    TV: [Hrly=$6.19] [Pay=4.00] [Fast=null] [Comm=5.00] [Rej=0] [ToS=0] [Blk=0]
    TO: [Pay=4.20] [Fast=5.00] [Comm=5.00] [Fair=5.00] [Reviews=5] [ToS=0]
    TO2: [Hrly=8.26] [Pen=0.04 days] [Res=null] [Rec=null] [Rej=0] [ToS=0] [Brk=0]
    Reward: 0.01
    Duration: 1:00:00
    Available: 1
    Description: Answer a few short questions to determine your eligiblity for a 60-90 minute study where you can earn $5-7.50
    Qualifications: Screener DoesNotExist ; Location EqualTo US

    pre-screener for a bigger hit. Not sure if I can get or not, I only did it for the quick approval.
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  13. JenniferR

    JenniferR New Turker

    Messages:
    19
    Gender:
    Female
    Ratings:
    +11
    That fun soup would be great to make when elections are happening!
     
    • Like Like x 1
  14. JenniferR

    JenniferR New Turker

    Messages:
    19
    Gender:
    Female
    Ratings:
    +11
    This looks really interesting. I wonder if I will qualify or not.
     
  15. JenniferR

    JenniferR New Turker

    Messages:
    19
    Gender:
    Female
    Ratings:
    +11
    Ok. So I'd be really interested in their menu. I wonder if it is seasonal with favorites.
     
  16. JenniferR

    JenniferR New Turker

    Messages:
    19
    Gender:
    Female
    Ratings:
    +11
    I did some, but mine havent been accepted yet. Do they ever reject or block?
     
  17. Squatcobbler

    Squatcobbler Survey Slinger

    Messages:
    10,041
    Gender:
    Male
    Ratings:
    +11,818
    don't think hocks ever have enough meat on them, so it's always a ham bone when i make it -- which is always with the easter ham, since i'm only allowed to make it once a year :blush:
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  18. StuffAlleySays

    StuffAlleySays Survey Slinger

    Messages:
    3,313
    Gender:
    Female
    Ratings:
    +4,096
    You just reminded me that I need to add smoked ham shanks to my list, the kids love my potato soup and these babies are what makes the entire thing work!
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  19. Buntastic

    Buntastic Survey Slinger

    Messages:
    12,819
    Gender:
    Female
    Ratings:
    +23,740
    [​IMG]
     
    • Love Love x 2
  20. SunlitSunflower

    SunlitSunflower baby head

    Messages:
    22,494
    Ratings:
    +36,431
    I tend to use ham hocks that looks similar to this
    [​IMG]
    and I toss in one per mouth of the meal. Hubs and I try to limit eating beans because we both just blow out the house. We might see if our butcher has decent ham bones!
    This really is the best time of the year too for these sorts of stews and soups! Toss them in the slowcooker and the whole house smells divine!
     
    Last edited: Nov 17, 2018
Thread Status:
Not open for further replies.