03/24 - Sweet Saturday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Mar 24, 2018.

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

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
  2. Yuk

    Yuk Zing King

    Messages:
    2,585
    Ratings:
    +5,060
    Try this

    // ==UserScript==
    // @name CI
    // @namespace http://tampermonkey.net/
    // @version 1.0
    // @description Select
    // @author Justin
    // @match https://s3.amazonaws.com/mturk_bulk/hits/*
    // @grant GM_log
    // @require http://code.jquery.com/jquery-3.1.1.min.js
    // ==/UserScript==
    $('input[value="yes"]').click();
     
  3. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
  4. Yuk

    Yuk Zing King

    Messages:
    2,585
    Ratings:
    +5,060
    No problem
    The difference was the @match, * is a wildcard and I replaced the number after /hits/ with it because every HIT has a different number and so that script would only work with 1 HIT
     
    • Today I Learned Today I Learned x 1
  5. furiousloverv2

    furiousloverv2 Survey Slinger

    Messages:
    2,402
    Gender:
    Male
    Ratings:
    +3,851
    Thats a lot of pennys
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  6. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    I don't know much about scripts -- but if the answer is already selected, then why doesn't hitting "enter" submit the HIT?
     
  7. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    If a radio button (or any non-textarea input) has focus enter will submit the form, otherwise you have to bind enter to click the submit button
     
    • Today I Learned Today I Learned x 2
  8. Yuk

    Yuk Zing King

    Messages:
    2,585
    Ratings:
    +5,060
    What CT said

    Code:
    // ==UserScript==
    // @name CI
    // @namespace http://tampermonkey.net/
    // @version 1.0
    // @description Select
    // @author Justin
    // @match https://s3.amazonaws.com/mturk_bulk/hits/*
    // @grant GM_log
    // @require http://code.jquery.com/jquery-3.1.1.min.js
    // ==/UserScript==
    $('input[value="yes"]').focus();
    $('input[value="yes"]').click();
    this will work for you
     
    • Like Like x 2
    • Today I Learned Today I Learned x 2
    • Nom Nom Nom! Nom Nom Nom! x 1
  9. noah_survived

    noah_survived Survey Slinger

    Messages:
    3,856
    Gender:
    Male
    Ratings:
    +5,627
    Thanks. I appreciate it.
     
  10. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Also while learning to code is great, if you're just looking for something that works Kada has a general keybinds script that should be fine for CIs:
    https://greasyfork.org/en/scripts/24650-mturk-radio-keybinds

    , has one specific for CIs too though I'm not super sure where that is & honestly too lazy to look lol
     
    • Today I Learned Today I Learned x 4
  11. GingerMom2016

    GingerMom2016 Well-Known Turker

    Messages:
    1,851
    Gender:
    Female
    Ratings:
    +1,899
    Morning everyone c:
     
    • Like Like x 1
    • Love Love x 1
  12. GingerMom2016

    GingerMom2016 Well-Known Turker

    Messages:
    1,851
    Gender:
    Female
    Ratings:
    +1,899
  13. WildFlower

    WildFlower Survey Slinger FF Champion II

    Messages:
    4,305
    Gender:
    Female
    Ratings:
    +5,004
    Regular keybinds definitely work on CIs. I have ,'s CI one. I can post it, but I thought that was a no go now? Let me know.
     
  14. GingerMom2016

    GingerMom2016 Well-Known Turker

    Messages:
    1,851
    Gender:
    Female
    Ratings:
    +1,899
    Title: Decision making task vEG (possible bonus $2.00 and more) | Accept
    Requester: Yale Institute for Network Science [A2CGQ5942WIRAV] Contact
    TV: [Hrly: $22.53] [Pay: 4.27] [Fast: 5.00] [Comm: 5.00] [Rej: 0] [ToS: 0] [Blk: 0]
    TO: [Pay: 4.15] [Fast: 4.89] [Comm: 4.24] [Fair: 4.91] [Reviews: 204] [ToS: 0]
    TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $2.00
    Duration: 30 minutes
    Available: 1
    Description: Perform a decision making task with other Mechanical Turk workers. To complete this HIT, you will participate in several iterations of a game. The HIT will take 10-30 minutes in total to complete. Please allow enough time to fully complete this task. If you accept this HIT you will have to fully participate in the task in order to get paid. Note that this game requires an exact number of workers. If we recruit too many or too few workers you will be paid the basic reward but the game will not begin. We do not allow repeat workers; if you have worked on a HIT titled "Decision making task vEG” and the game began, you will be asked to return the HIT.
    Requirements: None
    HIT exported from Mturk Suite v2.1.18
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  15. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Most of his scripts are fine since he no longer has access to his GF account. The Voldemort rule is mostly just so people don't poke fun at a guy who can no longer defend himself here since then it bleeds over into reddit bullshit & blah de blah de blah lol. Plus its just petty. But still, removing access to useful tools because of personality disagreements doesn't make sense / isn't cool / whatevahs.

    OTOH if he went "yo fork TH I don't want my stuff posted there" I might (probably) respect that much of a request given it is "his" but to my knowledge that hasn't happened :dunno:
     
    • Nom Nom Nom! Nom Nom Nom! x 1
    • Today I Learned Today I Learned x 1
  16. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]
     
    • Nom Nom Nom! Nom Nom Nom! x 1
    • LOL LOL x 1
    • Love Love x 1
  17. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    I have no clue what this is from but if that lady's face isn't the epitome of a red flag idk what is. And I know exactly zero straight guys who would see the signs until their car was on fire anyway :flail:
     
    • LOL LOL x 3
    • Nom Nom Nom! Nom Nom Nom! x 1
  18. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Can confirm. Make that face all the time, dudes are still shocked when I burn their shit down for insulting my cat.

    [​IMG]
     
    • LOL LOL x 2
    • Love Love x 1
  19. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    don't know who wrote this one but got it off of Greasy Fork this morning and it has been working fine
    https://greasyfork.org/en/scripts/2...roduct-interest-keyword-relevance-audit-mturk
     
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
  20. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
    • Today I Learned Today I Learned x 1
Thread Status:
Not open for further replies.