04/17 - Moolah Monday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Apr 17, 2017.

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

    jamer Survey Slinger

    Messages:
    1,427
    Gender:
    Female
    Ratings:
    +1,805
  2. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    I know your free one (and THANK YOU!) doesn't work at all for pins.
     
  3. Perr

    Perr Well-Known Turker

    Messages:
    945
    Gender:
    Male
    Ratings:
    +2,203
    pins don't need a script, they have built in keybinds
     
    • Like Like x 2
    • Today I Learned Today I Learned x 1
  4. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    Oh, the pot has already been stirreden and broughten!
     
    • LOL LOL x 1
  5. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    Probably not then. Don't they have keybinds though?
     
  6. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    I haven't tried. pins have built in keybindings already more or less... so I don't see the point.

    I've already told her that it was okay for her to bring another girl into the relationship. :dunno:

    it does. Tab + arrow keys
     
    • LOL LOL x 2
    • Like Like x 1
  7. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    okay, but why is everyone talking about tieks? sophia is good at making me feel un-hip.
     
  8. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    You can tab and arrow keys but you have to actually click the 'Next' button.
     
  9. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    right arrow is next
     
    • Like Like x 1
  10. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    Up and down for answer. Left and right to change question. Enter to submit.
     
    • Like Like x 1
  11. Fio

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
    I'd answer you but I'm :slowpoke:
     
  12. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,377
    Gender:
    Female
    Ratings:
    +76,767
    She already told him, he's moving too fast.
     
    • LOL LOL x 5
  13. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    See, I learn something new ever day.

    Thanks!
     
    • Like Like x 1
  14. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    this was really good. took ~5 min and the follow ups look just as good
     
    • Like Like x 1
  15. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    Easy way to tell when a lot of y'all have gotten the "You missed the golden question!" message - by queue fills with Pins...shortly thereafter, I get "you missed the golden question" and Olmec throws me out of the Temple.
     
    • LOL LOL x 3
  16. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    • Nom Nom Nom! Nom Nom Nom! x 9
  17. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    I should add that to the exporter huh.
     
  18. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Another girl you say? Why Hello Sophia.

    [​IMG]
     
    • LOL LOL x 1
    • Love Love x 1
  19. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    ewww, this looks ugly af
     
  20. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    :emoji_thumbsdown:
    Code:
    for (var study of $('.study')) {
      var id = $(study).data('study-id');
      $(study).prepend('<button class="exporter" type="button" data-id="' + id + '">Forum Export</button>');
    }
    
    function export_study (id) {
      var $study = $('#' + id);
    
      var link = $study.find('a[href^="/studies/"]').prop('href');
      var title = $study.find('h3').text();
    
      var researcher = $study.find('li:eq(0)').text().split(':')[1];
      var reward     = $study.find('li:eq(1)').text().split(':')[1];
      var perhour    = $study.find('li:eq(2)').text().split(':')[1];
      var available  = $study.find('li:eq(3)').text().split(':')[1];
      var time       = $study.find('li:eq(4)').text().split(':')[1];
      var completion = $study.find('li:eq(5)').text().split(':')[1];
    
      var exportcode = '[table][tr][td]' +
          '[b][SIZE=5][COLOR=red]PROLIFIC STUDY[/COLOR][/SIZE][/b]\n' +
          '[b]Title:[/b] [URL=' + link + ']' + title + '[/URL]\n' +
          '[b]Hosted by : [/b] ' + researcher + '\n' +
          '[b]Reward : [/b][COLOR=green][b] ' + reward + '[/b][/COLOR]\n' +
          '[b]Avg. Reward Per Hour : [/b] ' + perhour + '\n' +
          '[b]Available Places : [/b] ' + available + '\n' +
          '[b]Maximum Allowed Time : [/b] ' + time + '\n' +
          '[b]Avg. Completion Time : [/b] ' + completion + '\n' +
          '[/td][/tr][/table]';
    
      GM_setClipboard(exportcode);
      alert('Forum export has been copied to your clipboard.');
    }
    
    $('.exporter').click(function () {
      export_study($(this).data('id'));
    });
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.