Can't find Tantalizing HITs? 10/29 - Turn it up Tuesday!

Discussion in 'Great HITs' started by nanaki254, Oct 29, 2013.

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

    Apaullo Multi Pennyaire

    Joined:
    Aug 5, 2013
    Messages:
    9,130
    Likes Received:
    0
    ... Approved 10029 99.6%
     
  2. D3monicx

    D3monicx User

    Joined:
    Oct 6, 2013
    Messages:
    2,691
    Likes Received:
    0
    Title: Identify pages containing videos that don't play (9 pages per hit).
    Requester: ProductRnR [A2BAP2QO7MMQI9] (TO)
    TO Ratings:
    [​IMG]
    (Submit a new TO rating for this requester)
    Description: Identify pages containing videos that don't play.
    Reward: $0.05
    Qualifications: Spam score 15.1 is less than 15, Quality score 15.1 is greater than 70, HIT abandonment rate (%) is less than 20, HIT approval rate (%) is greater than 95, Quality score - AutoGranted on Request is less than 17

    At least they're trying.
     
  3. LengAwaits

    LengAwaits User

    Joined:
    Oct 22, 2013
    Messages:
    374
    Likes Received:
    0
    It's been hilarious to watch... they've been whittling them down row by row for the last 24 hours. Down to 9 videos and still no takers.
     
  4. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Meh, usually I tap out around 11:59 PM, CST. But if I see money I'll chase it anytime. I personally would just end up scraping together pennies and nickels if I bothered at this hour, tonight. It mostly comes down to whether I have a good batch lined up before ~midnight, and if I do I'm turking until 3am or it runs out.
     
  5. D3monicx

    D3monicx User

    Joined:
    Oct 6, 2013
    Messages:
    2,691
    Likes Received:
    0
    Not surprised no one is touching them. I mean even checking 9 videos has to take around 5 minutes, depending on internet speed. So... whittle on RnR!
     
  6. Manduh

    Manduh User

    Joined:
    Oct 4, 2013
    Messages:
    609
    Likes Received:
    0
    I might do them if they knock em down to 2-3 videos each
     
  7. D3monicx

    D3monicx User

    Joined:
    Oct 6, 2013
    Messages:
    2,691
    Likes Received:
    0
    Well now that I think a little more maybe 9 would take only a couple minutes. But who knows? Too many variables on the table. 2-3 would be a perfect number. I almost want to try the 9 HIT just to see how long it actually takes, but nah.
     
  8. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    They're targeting $0.03/minute. I think they'll drop to 7 at the very lowest.
     
  9. Marrow

    Marrow Active Member

    Joined:
    Sep 30, 2013
    Messages:
    27
    Likes Received:
    0
    Research tasks identifying emotions is still available and super easy.
     
  10. jdancear

    jdancear User

    Joined:
    Aug 18, 2013
    Messages:
    316
    Likes Received:
    0
  11. extracash

    extracash User

    Joined:
    Aug 22, 2013
    Messages:
    725
    Likes Received:
    0
    We were talking about this earlier tonight. I said I thought they'd have to get them down to 5 per HIT before anybody would consider doing them, but then someone else chimed in and said she'd already done 20 of the 9-per-HIT kind and it took her about 1.5 to 2 minutes to do each HIT. I dunno. I'm not touching them right now. Just the principle of the thing ...
     
  12. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Anyone want an AHK script? I can whip one up pretty quick if interested.
     
  13. D3monicx

    D3monicx User

    Joined:
    Oct 6, 2013
    Messages:
    2,691
    Likes Received:
    0
    I'm guessing there is no script to make it set to auto-happy? Because 90% of these people are wicked happy.
     
  14. visualdelusions

    Joined:
    Oct 27, 2013
    Messages:
    275
    Likes Received:
    0
    Hell yeah! Can you make it so it's all set to happy? Most of the expressions are happy or neutral.
     
  15. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Sure, all happy is here, click the first button then F1 to set it off: (next post I'll script so you can just hit a key to select a specific emotion, and tab 2x to the next pic).

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn ; Enable warnings to assist with detecting common errors.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
    SetBatchLines -1
    SetKeyDelay -1

    F1::
    Loop, 19 {
    Send {Tab 2}
    Send {Right}
    }
    return
     
  16. LengAwaits

    LengAwaits User

    Joined:
    Oct 22, 2013
    Messages:
    374
    Likes Received:
    0
    Do you think it would be wise to stick to "neutral" when the face is obscured on those Research Tasks HITs??
     
  17. skb

    skb User

    Joined:
    Sep 20, 2013
    Messages:
    7,080
    Likes Received:
    0
    Thats what I was doing. I think if we all go by that it should be good.
     
  18. turklyfe

    turklyfe User

    Joined:
    Aug 5, 2013
    Messages:
    5,831
    Likes Received:
    0
    Option 2, press a number 1-7 to choose an emotion (each one is labeled in-code), and tab 2x to the next pic (saves on scrolling and clicking if nothing else). Idk which is faster. You can use both together, just use 1 header (from #Noenv to SetKeyDelay -1 is the header).


    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    #Warn ; Enable warnings to assist with detecting common errors.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
    SetBatchLines -1
    SetKeyDelay -1

    1::
    Send {Down}
    Send {Up}
    Send {Tab 2}
    return

    2::
    Send {Down}
    Send {Tab 2}
    return

    3::
    Send {Down 2}
    Send {Tab 2}
    return

    4::
    Send {Down 3}
    Send {Tab 2}
    return

    5::
    Send {Down 4}
    Send {Tab 2}
    return

    6::
    Send {Down 5}
    Send {Tab 2}
    return

    7::
    Send {Down 6}
    Send {Tab 2}
    return
     
  19. visualdelusions

    Joined:
    Oct 27, 2013
    Messages:
    275
    Likes Received:
    0
    Yeah, there's rarely anyone that's shocked or scared... Although I saw a picture of a woman pushing a guy off a boat and he seemed pretty scared
     
  20. Turking Vixen

    Joined:
    Jul 16, 2013
    Messages:
    5,449
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page