11/01 - Willy Nilly Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Nov 1, 2017.

?

What should we name our new turkey buddy?

Poll closed Nov 2, 2017.
  1. Terrance

    17.4%
  2. Mechanical Turkey

    20.5%
  3. McGiblet

    15.5%
  4. Gobbles

    9.9%
  5. Tom Turkleton

    25.5%
  6. Knob

    11.2%
Thread Status:
Not open for further replies.
  1. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    you totally looking for a Nokia 3310 :^)
     
  2. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    I have a Pixel and the battery is really good. Probably better than any of the other phones I've ever had. It also charges super fast. I don't think there's much wrong with the Pixel 2 other than the couple reports of screen problems and ditching the headphone jack, other than those things the OS is amazing, no bloatware, and everything is pretty seamless if you use a lot of Google products.
     
  3. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Best phone of 2017

    [​IMG]
     
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  4. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    Title: Academic survey on geometrical shape-similarites (4-5 min) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Patrik Michaelsen [ATCDLFEWWHP5W] (Contact)
    TO 1: [Pay: 3.67] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 3] [ToS: 0]
    TO 2:
    [Rate: $3.00/hr] [Pen: 4.00 days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $0.50
    Duration: 2 hours
    Available: 1
    Description: View pairs of geometrical shapes - rate how similar you find the shapes
    Requirements: Participated previously (2A) has not been granted; Total approved HITs is greater than 500; HIT approval rate (%) is greater than 95; Location is US
    HIT exported from Mturk Suite v1.25.8
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  5. WildFlower

    WildFlower Survey Slinger FF Champion II

    Messages:
    4,305
    Gender:
    Female
    Ratings:
    +5,004
    The last few have been well received but I'll keep that in mind and also ask at the store. My VZW store are very helpful on that end, quite talkative and don't always realize what they're saying and the truth comes out. Convos have gone something like this. Is this a good phone? The best. Great. No many returns or problems? I mean, the screen is going to shatter, people are constantly having problems because of that edge, but besides that a solid phone. Did you say the screen will shatter? What about with a case? Oh, it'll still be a problem because nothing covers that edge completely, but a solid phone. Okay...
     
  6. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    My favorite:

     
    • LOL LOL x 1
  7. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    LG has had issues with their phones bootlooping for years now.
     
    • Today I Learned Today I Learned x 1
  8. bb8

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    Surveys [A12QGMRLRQVKBY] Decision making study - $1.00 | PANDA


    Fair

    Unrated

    Unrated
    $9.28 / hour
    00:06:28 / completion time
    Pros: Easy decision task. No writing.
    Cons:
    To read Surveys's full profile check out TurkerView!
     
  9. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    C-stats released
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  10. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    Does anyone have a productRnR script? The ones I saw on greasyfork didn't work
     
  11. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
  12. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
  13. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Code:
    Code:
    // ==UserScript==
    // @name         Product RnR Captions/Images ($0.05/$0.08/$0.10/$0.15)
    // @namespace    None
    // @version      1.0.1
    // @description  Phrasing!
    // @author       ceedj / Adapted from JQKill's CodDev Faces Script
    // @include      *.mturkcontent.com/*
    // @include      https://s3.amazonaws.com/mturk_public/*
    // @grant        GM_log
    // @require      http://code.jquery.com/jquery-2.1.0.min.js
    // ==/UserScript==
    
    $(document).ready(function(){
    // Variable to check for the type of HIT.
    var my_var = $('h1:contains(caption)');
    var my_var2 =$(':contains(image)');
    var my_var3 =$(':contains(corresponding)');
    var my_var4 =$(':contains(identify)');
    if (my_var.length || my_var2.length || my_var3.length || my_var4.length)
    {
     window.focus();
      
        $("input[value='ImageCaption_UpperBetter'],input[value='ImageSimilarity_Left'],input[value='ShoppingImage_MatchesProduct'], input[value='Correct'],input[value='QueryImage_Unrelated'],input[value='ShoppingPage_ProductAvailable']").click();
    
      
      
        // Keybinds
        document.onkeydown = function(e) {
    
          
             //Submit
            if (e.keyCode === 13) { // Enter or NumpadEnter
                var button = document.getElementById("SubmitButton");
                if (confirm("Submit?")) button.click();
            }
        };
    }});
     
  14. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    the only prodrnrs I do are the 10 centers - but it works great with that. 1 for left side, 2 for right side
     
    • Today I Learned Today I Learned x 1
  15. DikDik

    DikDik Survey Slinger

    Messages:
    5,743
    Gender:
    Male
    Ratings:
    +8,637
    Thank you!
     
    • Like Like x 1
  16. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    :eek:
     
  17. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    How Much?
     
    • LOL LOL x 1
  18. jaxom

    jaxom Active Turker

    Messages:
    678
    Gender:
    Male
    Ratings:
    +671
     
    • LOL LOL x 2
    • Love Love x 1
  19. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    I think that they sold them in the limited run for like $40.
     
  20. Spilota

    Spilota Well-Known Turker

    Messages:
    649
    Gender:
    Male
    Ratings:
    +1,543
    Need to be awake for work in 3 hours but c-sats keep coming...
     
Thread Status:
Not open for further replies.