07/31 - Monotonous Monday

Discussion in 'Daily mTurk HITs Threads' started by Kadauchi, Jul 31, 2017.

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

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
  2. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    yeah
     
  3. Outer1

    Outer1 Survey Slinger

    Messages:
    5,075
    Gender:
    Male
    Ratings:
    +7,992
    Welcome to the hub.

    [​IMG]

    Unfortunately I'm not sure which one you are needing. My is a hobbled together pos i got from snippets on here. Not sure there is an officially released one.
     
  4. Outer1

    Outer1 Survey Slinger

    Messages:
    5,075
    Gender:
    Male
    Ratings:
    +7,992
    How else would he get his eggs lol
     
  5. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,367
    Ratings:
    +8,589
    Alright, that was the issue. Open the console, should be getting an error referencing line 129 in mturksuite.js
     
  6. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    [​IMG]
     
  7. Klitch

    Klitch Well-Known Turker

    Messages:
    1,056
    Gender:
    Male
    Ratings:
    +2,135
    • Nom Nom Nom! Nom Nom Nom! x 7
  8. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    • Nom Nom Nom! Nom Nom Nom! x 8
  9. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    I cant export with HF, is there something reset that someone mentioned earlier? I dont even remember how I set it up
     
  10. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    34,781
    Gender:
    Female
    Ratings:
    +73,160
    Welcome to forum. :) I don't have any jlo script, just use Kada's radio keybinds to complete mine.
     
  11. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    • Nom Nom Nom! Nom Nom Nom! x 2
  12. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    • Nom Nom Nom! Nom Nom Nom! x 2
  13. Outer1

    Outer1 Survey Slinger

    Messages:
    5,075
    Gender:
    Male
    Ratings:
    +7,992
    Damn... now I want some breakfast food.

    [​IMG]
     
  14. Missesdash

    Missesdash Survey Slinger Former MTG MotM

    Messages:
    2,973
    Gender:
    Female
    Ratings:
    +12,314
    Title: Decisions About Money | PANDA
    Worker: Preview | Accept | Requester
    Requester: SmithOscar [AKL99MZHRN058] (Contact)
    TO 1: [Pay: 4.42] [Fast: 4.82] [Comm: 5.00] [Fair: 4.97] [Reviews: 67] [ToS: 0]
    TO 2:
    [Rate: $2.12/hr] [Pen: 0.08 days] [Res: 0% of 1] [Rec: 0% of 1] [Rej: 0] [ToS: 1] [Brk: 0]
    Description:
    Decisions About Money
    Time: 45 minutes
    HITs Available: 200
    Reward: $1.00
    Qualifications: Already taken DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 10000; HIT approval rate (%) GreaterThanOrEqualTo 99; Location EqualTo US;
     
    • Nom Nom Nom! Nom Nom Nom! x 8
  15. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
    Title: Decisions About Money | PANDA
    Worker: Preview | Accept | Requester
    Requester: SmithOscar [AKL99MZHRN058] (Contact)
    TO 1: [Pay: 4.42] [Fast: 4.82] [Comm: 5.00] [Fair: 4.97] [Reviews: 67] [ToS: 0]
    TO 2:
    [Rate: $2.12/hr] [Pen: 0.08 days] [Res: 0% of 1] [Rec: 0% of 1] [Rej: 0] [ToS: 1] [Brk: 0]
    Description:
    Decisions About Money
    Time: 45 minutes
    HITs Available: 200
    Reward: $1.00
    Qualifications: Already taken has not been granted; Total approved HITs is not less than 10000; HIT approval rate (%) is not less than 99; Location is US;
     
    • Nom Nom Nom! Nom Nom Nom! x 12
  16. angel

    angel Survey Slinger

    Messages:
    15,286
    Gender:
    Female
    Ratings:
    +28,535
    [​IMG]
    err I mean Bernie's
     
    • LOL LOL x 3
    • Love Love x 1
  17. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,679
    Ratings:
    +162,927
    Welcome to TH, idk if there's a more complete version on GF or something, but I had posted this a while ago that makes the +/- (plus/minus) keys up/down vote the stock & moves to the next one:

    Code:
    // ==UserScript==
    // @name         B - Joe Lo
    // @version      1.0
    // @description  + for up, - for down (keypad or regular should work)
    // @author       ChrisTurk
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-3.1.0.min.js
    // ==/UserScript==
    
    if ($( 'body:contains(stocks will go up or down)' ).length) { _sanity(); }
    
    function _sanity() {
       var anum = 0;
       $( 'fieldset' ).css('display', 'none');
       $( 'fieldset' ).eq(anum).css('display', 'block');
       $(document).keydown(function(e){
           switch(e.which){
    
               case 109:
               case 189: //down
                   $( 'input[value=0]:visible' ).click();
                   $( 'fieldset' ).eq(anum).css('display', 'none');
                   anum++;
                   $( 'fieldset' ).eq(anum).css('display', 'block');
               break;
    
               case 107:
               case 187: //up
                   $( 'input[value=1]:visible' ).click();
                   $( 'fieldset' ).eq(anum).css('display', 'none');
                   anum++;
                   $( 'fieldset' ).eq(anum).css('display', 'block');
                   break;
    
    
               default: return;
           }
       });
    }
    
     
    • Today I Learned Today I Learned x 9
  18. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
    Title: Answer a survey about your opinions and behaviors online | PANDA
    Worker: Preview | Accept | Requester
    Requester: Karl - Research [A15CC65CB4I7P] (Contact)
    TO 1: [Pay: 5.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 2] [ToS: 0]
    TO 2:
    [Rate: $2.82/hr] [Pen: 3.00 days] [Res: -- of 0] [Rec: 0% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    You will read a news article and we will ask about your reactions to it.
    Time: 60 minutes
    HITs Available: 1
    Reward: $0.70
    Qualifications: HIT approval rate (%) is greater than 90; Location is US;
     
    • Nom Nom Nom! Nom Nom Nom! x 13
  19. alomba87

    alomba87 Survey Slinger

    Messages:
    1,800
    Gender:
    Male
    Ratings:
    +3,429
    Morning all!
     
    • Like Like x 4
  20. Outer1

    Outer1 Survey Slinger

    Messages:
    5,075
    Gender:
    Male
    Ratings:
    +7,992
    I always wanted to flick Davros in his big blue eye lol
     
    • LOL LOL x 3
    • Love Love x 1
Thread Status:
Not open for further replies.