02/09 - Thriving Thursday!

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

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

    Kayrad Survey Slinger

    Messages:
    1,017
    Gender:
    Male
    Ratings:
    +1,619
    $3 away from my goal of $36

    will be the first time hitting goal all week !

    anger fueled turking .... hahaha
     
    • Like Like x 5
  2. Kintsugi

    Kintsugi Active Turker

    Messages:
    151
    Gender:
    Male
    Ratings:
    +429
    [​IMG]
     
    • Like Like x 1
  3. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    :hug:
    at least you're feeling better! Hopefully it'll be over where you are soon and you can let them go out and play in it.
     
  4. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    what are the bee HITs everyone mentions? can i get a requester ID?
     
  5. Fio

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
    • Nom Nom Nom! Nom Nom Nom! x 18
    • Like Like x 1
  6. B1LLYBLANCO

    B1LLYBLANCO Well-Known Turker

    Messages:
    487
    Ratings:
    +819
    Good god man, this guy/gal is more a butcher than a surgeon. One of the worst C-sats ive ever seen.
     
    • LOL LOL x 2
  7. alomba87

    alomba87 Survey Slinger

    Messages:
    1,800
    Gender:
    Male
    Ratings:
    +3,429
    Gotta start shoveling the driveway before it gets dark. Happy turking in the meantime.
     
  8. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    $63.51 in 3 hours. which i had turked for the whole day..
     
    • Like Like x 3
  9. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
  10. B1LLYBLANCO

    B1LLYBLANCO Well-Known Turker

    Messages:
    487
    Ratings:
    +819
    What a strange typo lol.
     
  11. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    Title: Rate TV Show & Movie Suggestions | PANDA
    Requester: Sergey Schmidt [A1IFMRTRLY6CMX] (Contact)
    TO: [Comm: 1.96] [Pay: 3.68] [Fair: 4.18] [Fast: 4.35] [Reviews: 282] [ToS: 11]
    Description:
    Given a TV Show or Movie, rate the given suggested TV Show or Movie.
    Time: 5 minutes
    HITs Available: 999
    Reward: $0.05
    Qualifications: Total approved HITs is not less than 5000; HIT approval rate (%) is not less than 99; Location is US;
    new batch
     
    • Nom Nom Nom! Nom Nom Nom! x 9
    • Like Like x 1
    • Love Love x 1
  12. Sealpup666

    Sealpup666 Active Turker

    Messages:
    234
    Gender:
    Male
    Ratings:
    +293
    Apologies if this has been discussed today, but is anyone else having a problem submitting?

    Edit: Nevermind, got it.
     
  13. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,772
    Gender:
    Female
    Ratings:
    +31,449
    • Nom Nom Nom! Nom Nom Nom! x 3
  14. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    Hit enter with a radio button focused.
     
    • Like Like x 1
  15. Doom Kitten

    Doom Kitten Active Turker

    Messages:
    578
    Gender:
    Female
    Ratings:
    +2,266
    • Nom Nom Nom! Nom Nom Nom! x 1
  16. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    have the mouse hover over a bubble and hit enter. that's what it says to do
     
    • Like Like x 1
  17. Sealpup666

    Sealpup666 Active Turker

    Messages:
    234
    Gender:
    Male
    Ratings:
    +293
    Thanks had just got that after I posted it. Appreciated

    Ana: I was focused on the text box at the end where it also said to click and hit enter. Got it now. Thanks y'all!
     
  18. WishATurkerWould

    WishATurkerWould Survey Slinger

    Messages:
    2,151
    Ratings:
    +8,800
    Title: Survey about Family Life | PANDA
    Requester: Kevin Carriere [A3L3WK442DEU5P] (Contact)
    TO: [Pay: 4.73] [Fair: 4.33] [Comm: 3.60] [Fast: 4.60] [Reviews: 22] [ToS: 0]
    Description:
    Respond to questions about how you understand family life.
    Time: 2 hours
    HITs Available: 1
    Reward: $1.50
    Qualifications: Total approved HITs GreaterThanOrEqualTo 5000; HIT approval rate (%) GreaterThanOrEqualTo 99;

    HIT posted from Mturk Suite v1.5.0
    edit: 3:30
     
    • Nom Nom Nom! Nom Nom Nom! x 6
    Last edited: Feb 9, 2017
  19. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    You can also use this, it should fix the majority of Sergey's HITs (always has for me)

    Code:
    // ==UserScript==
    // @name         B - Sergey Schmidt Submit
    // @description  Fix buttons, clean instructions, use other scripts for individual HITs for efficient workflow. Make hide instructions from Kadauchi work for Sergey's formatting.
    // @author       ChrisTurk
    // @require      https://code.jquery.com/jquery-3.1.0.min.js
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // ==/UserScript==
    
    $(document).ready(function(){
        if ($( 'body:contains(Instructions [-])' ).length) { SergeyPls(); }
    });
    
    function SergeyPls() {
        // Fix submit button, enable it just in case
        $( '#submitButton' ).css('display','block');
        $( '#submitButton' ).prop("disabled", false);
    
        // Creates button and hides instructions.
        $( '#instructions' ).before('<button id="toggle" type="button"><span>Show Instructions</span></button>');
        $( '#instructions' ).hide();
        $( '#sample-task' ).hide();
        $( '#please-note' ).hide();
    
        // Toggles instructions and changes toggle text.
        $( '#toggle' ).click(function() {
            $( '#instructions' ).toggle();
            $( '#sample-task' ).toggle();
            $( '#please-note' ).toggle();
            $( '#toggle' ).text() == 'Show Instructions' ? str = 'Hide Instructions' : str = 'Show Instructions';
            $( '#toggle span' ).html(str);
        }); //toggle function end
    
    }
    
     
    • Today I Learned Today I Learned x 5
  20. Doom Kitten

    Doom Kitten Active Turker

    Messages:
    578
    Gender:
    Female
    Ratings:
    +2,266
    :emoji_snail:
     
    • Nom Nom Nom! Nom Nom Nom! x 4
Thread Status:
Not open for further replies.