02/09 - Thriving Thursday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Feb 9, 2017.

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

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    LOL I need to be in Canada and the US for this one o_O
     
  2. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Alex Jones works for the powers that be...:tinfoil:
     
  3. RicanGuy86

    RicanGuy86 Survey Slinger

    Messages:
    4,452
    Ratings:
    +9,138
    I tried.

    [​IMG]
     
    • LOL LOL x 2
  4. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    ?the one in my screenshot
     
  5. turk_it

    turk_it Survey Slinger

    Messages:
    3,728
    Gender:
    Male
    Ratings:
    +10,147
    [​IMG]
     
    • Love Love x 1
  6. Yax Jasbon

    Yax Jasbon Active Turker

    Messages:
    442
    Ratings:
    +681
    I modified this one, and the best i could do is work them split screen one on left and one on the right with the link that has the auto accept box marked, and it seems to get loading time down by a lot. just click on whatever the coice is on one window, press X do the same on other window and switch back and forth. I combine it with the autoscroll to work-space, and it seems a bit faster. zoom at 90% on a 22 inch.

    Code:
    // ==UserScript==
    // @name nobliscv faces
    // @namespace http://tampermonkey.net/
    // @version 0.1
    // @description press 1 for next -- once its submittable 1 submits; 3 undoes last mark; a marks 'No Faces'; cursor to crosshair;
    // @author JQKILL
    // @include *s3.amazonaws.com/*
    // @require http://code.jquery.com/jquery-2.1.0.min.js
    // @grant GM_log
    // ==/UserScript==
    
    $(document).ready(function() {
        if ($("p:contains('You may use the 'n' keyboard key to advance through the images.')").length > 0) { //sanity check -- should only work on specific HIT
    //        $("body").css('cursor', 'crosshair');
            window.focus();
            $("button[id='submitbutton']").css('color', 'white');
            $("button[id='submitbutton']").css('background-color', 'red');
            $("div[id='button_div']").css('position', 'absolute');
            $("div[id='button_div']").css('top', '0');
            $("input[id='nomistakesbutton']").click();
                  document.onkeydown = function (event) {
                if (event.keyCode == 88) { // 1 for 'next' until submit is active, then 'submit'
                    if($('#nextbutton').css('display') == 'none'){
                        $("#submitbutton").click();
                    }else{
                        $("#nextbutton").click();
                    }
                }
                if (event.keyCode == 102) {
                  $("input[id='badboxbutton']").click();
                }
                   if (event.keyCode == 103) {
                  $("input[id='badboxbutton']").click();
                }     
                if (event.keyCode == 101) { // '3' for 'Undo'
                    $("#undobutton").click();
                }
                if (event.keyCode == 98) { // 'a' for 'No Faces'
                    $("#nofacesbutton").click();
                }
                if (event.keyCode == 96) {
                    window.focus();
                    $("#crowdbutton").click();
                }
            };
        }
    }); 
     
  7. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    closed my laptop without closing the forum....never again 5 min of so many notifications I couldn't click on my screen
     
    • LOL LOL x 2
  8. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    Title: Autism Spectrum Disorder - Decision Making Survey(~ 30 minutes) | PANDA
    Requester: Researcher [A34NCHYI15HXIB] (Contact)
    TO: [Comm: 5.00] [Pay: 5.00] [Fair: 5.00] [Fast: 5.00] [Reviews: 4] [ToS: 0]
    Description:
    This survey is for people diagnosed with Autism Spectrum Disorder (ASD) or Aspergers. We are conducting this research to better understand those with ASD, so we ask that you ONLY participate in this version if you qualify. This survey will take approximately thirty minutes and requires serious participants. You will be approved in two hours after our team has verified your responses.
    Time: Unable to pull duration
    HITs Available: 1
    Reward: $4.00
    Qualifications: Exc: [33583-32994] has not been granted; Total approved HITs is not less than 500; HIT approval rate (%) is not less than 95; Location is one of: US

    This HIT was posted through TurkerHub xPort Script v2.1 • Learn More • Install Here
    Maybe someone quals for this
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  9. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,126
    Gender:
    Female
    Ratings:
    +75,030
    And we weren't even on a roll :p
     
    • Like Like x 1
  10. TurkedOut

    TurkedOut Survey Slinger

    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    Title: Demo screening/ Main task pays $0.40(~ 3 minutes) | PANDA
    Requester: Psychology and Decision Science [A1Z5EXO96451I7] (Contact)
    TO: [Pay: 4.08] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00] [Reviews: 13] [ToS: 0]
    Description:
    Get paid to answer 5 demo questions. Main task $0.40 as bonus if qualified.
    Time: 30 minutes
    HITs Available: 1
    Reward: $0.05
    Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [-112554109-33064] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 84; Location In US;
    HIT posted from Mturk Suite v1.5.0
     
    • Nom Nom Nom! Nom Nom Nom! x 6
  11. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,126
    Gender:
    Female
    Ratings:
    +75,030
    Does a broken noblis pic mean a return? Even if we got through to the last one?
     
  12. RicanGuy86

    RicanGuy86 Survey Slinger

    Messages:
    4,452
    Ratings:
    +9,138
    This is a scary situation.

    Edit: I'd eat a $0.10 reject.
     
  13. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    just emailed noblis and got the qual for that batch that's p now rook less than 3 min
     
  14. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,126
    Gender:
    Female
    Ratings:
    +75,030
    I returned it. Sorry to whomever gets it, works it and ends up staring at a broken image on the submit page. :bolt:
     
    • LOL LOL x 1
  15. TurkedOut

    TurkedOut Survey Slinger

    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    What nob qual are you all messaging for?
     
  16. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,126
    Gender:
    Female
    Ratings:
    +75,030
    The hits that are up right now, all 485 of them. :p
     
  17. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    Subject Image Review Qualification is the one I just got
     
  18. TurkedOut

    TurkedOut Survey Slinger

    Messages:
    8,241
    Gender:
    Male
    Ratings:
    +14,450
    Just messaged them and asked for it?
     
  19. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    yup include your worker id
     
  20. rater9

    rater9 Survey Slinger

    Messages:
    2,541
    Gender:
    Female
    Ratings:
    +3,920
    ???
    In the process of setting up this new machine I have lost one statistic on my dashboard that I truly miss. The amount of Bonuses for the day. Does anyone remember which script it was that had that information? Thanks!!!
     
Thread Status:
Not open for further replies.