10/27 - Fix 'er up Friday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Oct 27, 2017.

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

    ReaRea Well-Known Turker

    Messages:
    3,700
    Gender:
    Female
    Ratings:
    +6,408
    I was talking about fostering or doing the Dogs on Deployment to "honor" my dog, that's why I was scrolling on the adoption page. He's a good dog, he just needs something to do, he gets bored easy. And it would be great to have a dog we mostly know the history of. And for my b/f to have a dog of "his own." Even if we dont get him, as long as he doesn't get put down, we'd be happy. If we do get him, he will most immediately be snipped and chipped
     
    • Love Love x 3
  2. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Optionally @ChrisTurk's script likely will work just as well

    Code:
    // ==UserScript==
    // @name M - Survey Tool
    // @version 1.0
    // @namespace https://turkerhub.com
    // @description This will seek out and destroy surveys that have the stupid URL parameter mistake and fix it so you can click the link w/o fiddling with the address all the time. It'll also prevent "oopsie" submissions on the default survey template.
    // @author ChrisTurk
    // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant GM_log
    // @require https://code.jquery.com/jquery-3.2.1.min.js
    // ==/UserScript==
    if ($( 'body:contains(CLICK HERE TO TAKE THE SURVEY!)' ).length) { _fixURL(); }
    verifySurveys();
    function _fixURL() {
    console.log('this survey link may be broken, lets give it a gander and buy it a goose');
    $('a[href*="qualtrics"]').each(function(){ // not necessary to do this.. but why not
    var url = $(this).attr('href');
    if (!/\?/.test(url)) {
    console.log('url parameter is wrong, lets fix it');
    var newUrl = url.replace(/&/, '?'); //we can be lazy and do it this way because regex will only find and replace the first match. if you added a g after the /&/ it'd replace them all - don't do that here.
    $(this).attr('href', newUrl);
    console.log($(this).attr('href'));
    } else {
    console.log('url is fine');
    }
    });
    }
    function verifySurveys() {
    // lets poke around and see if this HIT is likely to be a survey, and if so prevent autosubmission & nasty mistakes that may cost us a rejection
    if ($('#surveycode').length !== 0) {
    console.log('boy howdy we got ourselves a regular ol fashioned mTurk survey right chere boyyy lets prevent ourselves from autosubmitting this varmint');
    $('#surveycode').attr('required', true); // gee that was easy.. wonder why mTurk never thought of this incredibly complex and genius solution :rolleyes:
    }
    }
     
  3. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
    Well since we were talking about version numbers earlier, if we go by @ChrisTurk 's naming convention, the new site will definitely be called TurkerMech.
     
    • LOL LOL x 1
  4. lefty

    lefty Survey Slinger

    Messages:
    18,930
    Gender:
    Female
    Ratings:
    +49,005

    I have that one, must not have had it running :thinking:
     
  5. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    All of my scripts have a very clear 2 week expiration date, then they should be discarded from your TM library honestly lol.
     
    • LOL LOL x 2
  6. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    https://greasyfork.org/en/scripts/34158-mturk-multibind-key-midi-cc-50-57-radio

    Lets you do the fancy little "tab through groups" that Randomacts likes so much, works with checkboxes as well as radios, and lets you use a MIDI controller to click radios if you have one (A value of 127 from CC 50-57 will click radios 1-8 onthe page).

    I guess sharing it publicly means I'm left to just begging for donations instead of selling it. Lol.

    So here, if it helps you earn money:

    http://PayPal.me/,/2
     
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
    • Love Love x 1
    Last edited: Oct 27, 2017
  7. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Does it auto focus to the next radio keybinding as well? (Scrolls the page ect)
     
  8. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Yup.
     
  9. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Cool so the main difference is that yours flashes and shit
     
  10. Cosmo

    Cosmo Survey Slinger

    Messages:
    2,940
    Gender:
    Male
    Ratings:
    +4,140
    Disable the radiobinds Cuyler's cut script with the new multibind one?
     
  11. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Sweet, finally a use for that Korg Keyboard I bought ages ago hoping I would learn how to play!
     
    • LOL LOL x 1
  12. NBadger

    NBadger Mod of Cat Gifs

    Messages:
    14,386
    Gender:
    Female
    Ratings:
    +40,289
    Have. Have the vaginal cuff closures always had what appears to be a giant green styrofoam ball involved??

    [​IMG]
     
    • LOL LOL x 2
    • Love Love x 1
  13. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Yeah, I wanted something to visually differentiate which group you're on when different radio groups are tightly packed.
     
  14. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Oh and @Totally Not , kad never directly sold that script. The script was a gift to people that donated to MTS. While the two things are similar it isn't exactly the same.
     
  15. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Yup, just assign your buttons to CC 50 - CC57, and set them up as momentary rather than toggle.
     
  16. GooseMcD

    GooseMcD Well-Known Turker

    Messages:
    1,694
    Gender:
    Female
    Ratings:
    +4,286
    1.03's coming back
     
  17. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    Wait what? :emoji_thinking:
     
  18. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    lmao whatever
     
  19. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571

    WHY DID I CLICK THAT, I KNEW WHAT IT WAS GOING TO BE. I KNEW IT. WHYYYYYY?
     
    • LOL LOL x 2
  20. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    And escorts only sell their time and attention.
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.