03/30 - Thinker Thursday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Mar 30, 2017.

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

    Fio Survey Slinger

    Joined:
    Nov 22, 2016
    Messages:
    2,984
    Ratings:
    +5,413
    I keep seeing Ibotta ads today
     
    • Love Love x 1
  2. Jagdpanzer

    Jagdpanzer Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    2,960
    Gender:
    Male
    Ratings:
    +3,443
  3. ChrisTurk

    ChrisTurk Administrator

    Joined:
    Nov 15, 2016
    Messages:
    56,746
    Ratings:
    +163,330
    Watching Supernatural by chance? The damn Ibotta ad is on every single break.. $10 FREE! $10 FREE!
     
  4. Randomacts

    Randomacts Survey Slinger

    Joined:
    Nov 16, 2016
    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Title: Rate the skill of a surgeon shown on a video clip | PANDA
    Worker: Preview | Accept | Requester
    Requester: C-SATS, Inc [A15ZSKX8TUCGEU] (Contact)
    TO 1: [Pay: 3.14] [Fast: 4.62] [Comm: 4.00] [Fair: 4.19] [Reviews: 87] [ToS: 0]
    TO 2:
    Not Available
    Description: This is a research study where you watch a video clip of a surgical procedure (no patient or surgeon identification is shown) and rate the skill level of the surgeon. (undefined)
    Time: 45 minutes
    HITs Available: 4
    Reward: $0.63
    Qualifications: Total approved HITs GreaterThanOrEqualTo 100; C-SATS Block DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95;
    HIT exported from Mturk Suite v1.20.14
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  5. Fio

    Fio Survey Slinger

    Joined:
    Nov 22, 2016
    Messages:
    2,984
    Ratings:
    +5,413
    Parks & Rec actually but yea same
     
  6. Alina

    Alina Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    5,277
    Ratings:
    +18,501
    $1.16s in da queue
     
    • Love Love x 1
  7. Hummingbirdee

    Hummingbirdee Big Bird

    Joined:
    Nov 15, 2016
    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    That color is the besstttt. I have that exact stand mixer. Now I need that fridge. :emoji_heart_eyes:
     
    • LOL LOL x 1
  8. ChrisTurk

    ChrisTurk Administrator

    Joined:
    Nov 15, 2016
    Messages:
    56,746
    Ratings:
    +163,330
    Jealousy in my heart :emoji_money_mouth::emoji_grin:
     
    • Like Like x 1
  9. turks24

    turks24 Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    6,720
    Gender:
    Male
    Ratings:
    +13,777
    I needed an example and your sunny disposition came to mind
     
    • Like Like x 1
    • LOL LOL x 1
  10. SquigglyButt

    SquigglyButt Survey Slinger

    Joined:
    Dec 20, 2016
    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    • LOL LOL x 1
  11. Alina

    Alina Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    5,277
    Ratings:
    +18,501
    yes why?
     
    • Today I Learned Today I Learned x 1
  12. un_in

    un_in Survey Slinger

    Joined:
    Mar 16, 2017
    Messages:
    2,445
    Ratings:
    +4,330
    I'm going to be snarky and say that turk_it wants to do a survey.
     
    • LOL LOL x 1
  13. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Joined:
    Feb 22, 2017
    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Anyone have a link to said normal number bind laying around? Wasn't sure if it was a script sitting somewhere.
     
    • Like Like x 1
  14. Fio

    Fio Survey Slinger

    Joined:
    Nov 22, 2016
    Messages:
    2,984
    Ratings:
    +5,413
    • Today I Learned Today I Learned x 2
  15. turks24

    turks24 Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    6,720
    Gender:
    Male
    Ratings:
    +13,777
    • Today I Learned Today I Learned x 1
  16. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Joined:
    Feb 22, 2017
    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Thanks guys, missed that one somehow :)
     
  17. SquigglyButt

    SquigglyButt Survey Slinger

    Joined:
    Dec 20, 2016
    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    // ==UserScript==
    // @name Mturk Radio Keybinds
    // @namespace https://gist.github.com/Kadauchi
    // @version 2.1.1
    // @description Keybinds to select radios
    // @author Kadauchi
    // @icon http://i.imgur.com/oGRQwPN.png
    // @include /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
    // @grant GM_getValue
    // @grant GM_setValue
    // ==/UserScript==

    document.body.insertAdjacentHTML(
    `afterbegin`,

    `<div style="background-color: lightgreen;">` +
    `<label style="color: black; margin-left: 10px;">Script: Mturk Radio Keybinds</label>` +
    `<span style="margin-left: 3px;cursor:help" title="Press 1 through 9 or z through . to select the radio you want. \n\nPress Enter to submit the HIT. \n\nCheck auto submit to have the HIT submit after you press your keybind.">&#10068;</span>` +

    `<label style="color: black; float: right; margin-right: 10px;">Auto Submit: ` +
    `<input id="autosubmit" type="checkbox" ${GM_getValue(`autosubmit`) ? `checked` : ``}></input>` +
    `</label>` +

    `<label style="color: black; float: right; margin-right: 10px;">Use [z-.]: ` +
    `<input id="letters" type="checkbox" ${GM_getValue(`letters`) ? `checked` : ``}></input>` +
    `</label>` +

    `<label style="color: black; float: right; margin-right: 10px;">Use [1-9]: ` +
    `<input id="numbers" type="checkbox" ${GM_getValue(`numbers`) ? `checked` : ``}></input>` +
    `</label>` +

    `</div>`
    );

    const numbers = document.getElementById(`numbers`);
    const letters = document.getElementById(`letters`);
    const autosubmit = document.getElementById(`autosubmit`);

    numbers.addEventListener(`change`, function (event) {
    GM_setValue(`numbers`, numbers.checked);
    });

    letters.addEventListener(`change`, function (event) {
    GM_setValue(`letters`, letters.checked);
    });

    autosubmit.addEventListener(`change`, function (event) {
    GM_setValue(`autosubmit`, autosubmit.checked);
    });

    window.addEventListener(`keydown`, function (event) {
    const key = event.key;

    if (numbers.checked && key.match(/[1-9]/)) {
    const radio = document.querySelectorAll(`[type="radio"]`)[key - 1];
    if (radio) radio.click();

    if (autosubmit.checked) document.querySelector(`[type="submit"]`).click();
    }

    if (letters.checked && key.match(/z|x|c|v|b|n|m|,|\./)) {
    console.log(key);
    const convert = { 'z': 0, 'x': 1, 'c': 2, 'v': 3, 'b': 4, 'n': 5, 'm': 6, ',': 7, '.': 8 };
    const radio = document.querySelectorAll(`[type="radio"]`)[convert[key]];
    if (radio) radio.click();

    if (autosubmit.checked) document.querySelector(`[type="submit"]`).click();
    }

    if (key.match(/Enter/)) {
    document.querySelector(`[type="submit"]`).click();
    }
    });

    window.focus();
     
    • Today I Learned Today I Learned x 1
  18. Fio

    Fio Survey Slinger

    Joined:
    Nov 22, 2016
    Messages:
    2,984
    Ratings:
    +5,413
  19. Ballistic406

    Ballistic406 Survey Slinger

    Joined:
    Jan 19, 2017
    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    yeah this didn't happen until they were almost gone last time.
     
  20. WildFlower

    WildFlower Survey Slinger FF Champion II

    Joined:
    Nov 17, 2016
    Messages:
    4,308
    Gender:
    Female
    Ratings:
    +5,009
    I don't think it's a name change. Think it's an addition to the apparently growing Geo Satellite group working off the same slow servers.
     
Thread Status:
Not open for further replies.