Can't Find a Surfeit Amount of Tremendous HITs? 7/7 Make Mula Monday!

Discussion in 'Great HITs' started by Wiggles, Jul 7, 2014.

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

    Calebro Guest

  2. adaaaam

    adaaaam Banned

    Joined:
    Jan 10, 2013
    Messages:
    6,861
    Likes Received:
    0
    Title: Short Survey on Advertising (5-6 minutes)
    Requester: Davide Christian Orazi [A1FGXSDX5KNH1G] (TO)
    Description: Please complete a short survey
    Reward: $0.60
    Qualifications: Total approved HITs is not less than 1000, HIT approval rate (%) is not less than 100, Location is US
    Link: undefined
    [size=-2]Powered by non-amazonian script monkeys ��[/size]​
    2.5min

    Edit: Looks like he reposted it with an impossible approval rate qual, the one I did was accepted yesterday, but same name (has a 2day timer)
     
  3. Bigfaced_Honies

    Joined:
    Mar 8, 2014
    Messages:
    2,391
    Likes Received:
    0
    HIT approval rate (%) is not less than 100

    lol wat
     
  4. TheMightyUnicorn

    Joined:
    May 7, 2014
    Messages:
    2,113
    Likes Received:
    0
    ok lets take a break from mturk and do some mtoke

    ready? set, GO!
     
  5. Bigfaced_Honies

    Joined:
    Mar 8, 2014
    Messages:
    2,391
    Likes Received:
    0
    It's not actually impossible, since mturk %s are not mathematically precise and do round. It's possible to have 100%, just really unlikely if you ever do HITs that are unsure and get more than one or two rejects.
     
  6. frood

    frood User

    Joined:
    May 15, 2014
    Messages:
    6,119
    Likes Received:
    281
    "strain ____ defecate"

    These things make me laugh sometimes.
     
  7. Calebro

    Calebro Guest

    [​IMG]

    I took it yesterday as well,he don't ask for much does he? :)
     
  8. Calebro

    Calebro Guest

    poop
     
  9. jTurker

    jTurker User

    Joined:
    Apr 28, 2012
    Messages:
    1,855
    Likes Received:
    0
  10. Moxxie

    Moxxie Member

    Joined:
    Jun 13, 2014
    Messages:
    13
    Likes Received:
    0
    :) All the Burger talk has gotten to me my birthday is Thursday and my friends asked where I wanted to go and, A trip to Five Guys has been planned. I have never had a burger craving so bad in my life after all these pictures.
     
  11. Zerda.Fennecus

    Joined:
    Mar 4, 2013
    Messages:
    4,573
    Likes Received:
    0
    Dashboard rounds up but the qual does not you can never be 100% again if you have a reject.
     
  12. Bigfaced_Honies

    Joined:
    Mar 8, 2014
    Messages:
    2,391
    Likes Received:
    0
    Oh, well then.

    Whattaguy.
     
  13. frood

    frood User

    Joined:
    May 15, 2014
    Messages:
    6,119
    Likes Received:
    281
    You make me laugh sometimes, too.
     
  14. nanaki254

    nanaki254 User

    Joined:
    Jul 13, 2013
    Messages:
    7,619
    Likes Received:
    0
    anyone want to make the thread for tomorrow?
     
  15. TylerDurden

    Joined:
    Jun 19, 2014
    Messages:
    920
    Likes Received:
    0
    A couple of audiokites up.
     
  16. adaaaam

    adaaaam Banned

    Joined:
    Jan 10, 2013
    Messages:
    6,861
    Likes Received:
    0
    Title: Categorization
    Requester: Aravind Natarajan [AJ4DXOZS7MGZJ] (TO)
    Description: Choose the correct category
    Reward: $0.02
    Qualifications: Categorization Masters has been granted
    Link: https://www.mturk.com/mturk/preview?groupId=3B29W7G8C2G7NMIOZ7319MA5DKXBIC
    [size=-2]Powered by non-amazonian script monkeys ��[/size]​
    There are no right or wrong answers, they go fast if you install the following 2 scripts (greasemonkey and ahk)
    Code:
    // ==UserScript==
    // @name       Aravind Natarajan
    // @version    0.1
    // @description  Use numpad1-5 to answer
    // @include       *
    // @copyright  mturkhacker
    // ==/UserScript==
    
    
     
    var content = document.getElementById("wrapper");
    content.tabIndex = "0";
    content.focus();
     
    document.onkeydown = showkeycode;
    function showkeycode(evt){
        var keycode = evt.keyCode;
           switch (keycode) {
                case 97: //numpad1
                    document.getElementById("Choice 1").click();
                    document.getElementById("mturk_form").submit();
                    break;
                case 98: //numpad2
                    document.getElementById("Choice 2").click();
                    document.getElementById("mturk_form").submit();
                    break;
                case 99: //numpad3
                    document.getElementById("Choice 3").click();
                    document.getElementById("mturk_form").submit();
                    break;
                case 100: //numpad4
                    document.getElementById("Choice 4").click();
                    document.getElementById("mturk_form").submit();
                    break;
                case 101: //numpad5
                    document.getElementById("Choice 5").click();
                    document.getElementById("mturk_form").submit();
                    break;
        }
    }
    Code:
    `::
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    1::
    Send ^w
    Sleep 200
    Send {Numpad1}
    Sleep 200
    Send ^{Tab}
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    2::
    Send ^w
    Sleep 200
    Send {Numpad2}
    Sleep 200
    Send ^{Tab}
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    3::
    Send ^w
    Sleep 200
    Send {Numpad3}
    Sleep 200
    Send ^{Tab}
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    4::
    Send ^w
    Sleep 200
    Send {Numpad4}
    Sleep 200
    Send ^{Tab}
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    5::
    Send ^w
    Sleep 200
    Send {Numpad5}
    Sleep 200
    Send ^{Tab}
    Send {LShift down}{Click}{LShift up}
    Sleep 200
    Send {LWin down}{Right}{LWin up}
    return
    
    ^q::
    suspend
    return
    Open 3 tabs (make sure Scroll to Workspace is disabled), snap to left, do a couple, make sure "Link to website" is on the same horizontal

    Move your cursor over "Link to website", press tilde to open the first video in a right-snapped window, simply press 1-5 for your answer and it'll close the vid, submit your choice, goto next tab, open the new video in a right-snapped window (remember all 'Links to website' must be on same horizontal. Also you can't replay, so just press tilde to watch again. Also don't move/use your mouse)
     
  17. frood

    frood User

    Joined:
    May 15, 2014
    Messages:
    6,119
    Likes Received:
    281
    R.I.P. Chris Callison-Burch. You were one hell of a batch.

    Thanks again adaaaam, for the spiffy script.
     
  18. Anne Frankenstein

    Joined:
    Aug 21, 2013
    Messages:
    10,182
    Likes Received:
    25
    I'm watching Arrow, this show is pretty tight
     
  19. Tendrin

    Tendrin User

    Joined:
    May 18, 2014
    Messages:
    3,212
    Likes Received:
    0
    Arrow is awesome.
     
  20. Draggy

    Draggy User

    Joined:
    Jun 11, 2013
    Messages:
    533
    Likes Received:
    0
    Title: City Block & Emotion Rating (5 min)
    Requester: liam kavanagh [A1ZGUK2O50CXLZ] [TO]
    Description: You will be asked to rate a fictitious part of town and give your opinion about the experiment.
    Reward: $0.50
    Timer: 16 minutes (short timer)
    HITs Available: 1
    Qualifications: Total approved HITs is not less than 100, HIT approval rate (%) is not less than 95, Location is US

    View this HIT
     
Thread Status:
Not open for further replies.

Share This Page