04/13 - Thorough Thursday!

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

Thread Status:
Not open for further replies.
  1. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    The Pins page on the Wiki has some good stuff in there, also has a link to the thread that contains guidelines from some of their HITs. https://turkerhub.com/threads/pinterest.43/

    And I have the soundtrack going for the game I want to be playing so it's pretty much the same thing. :emoji_smirk_cat:
     
    • LOL LOL x 1
  2. LurkerLUL

    LurkerLUL Well-Known Turker

    Messages:
    1,081
    Gender:
    Male
    Ratings:
    +1,300
    Nothing happens. In your youtube video where you go through all the settings, when you click save the save screen changes back to the screen with all the requisitions on it. But when I click save nothing happens. I have to refresh the page to get back to the main screen and unfortunately the settings have not saved. Everything else works fine though.
     
    • Like Like x 1
  3. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Nice, pretty surprised to see mine was so high as well.
    1979 HITs $870.25
     
    • Like Like x 1
  4. ifadoll

    ifadoll Active Turker

    Messages:
    352
    Gender:
    Female
    Ratings:
    +362
    Caught another Dermot, but I think the word are the same?
     
  5. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    I'm pretty sure that he uses exclude quals so I wouldn't worry about it... but dunno I don't actually do them.
     
    • Like Like x 1
  6. Yuk

    Yuk Zing King

    Messages:
    2,585
    Ratings:
    +5,059
    Some are the same between them, but you can do it. If you couldn't he wouldn't allow you to via an exc qual as Randomacts mentioned above
     
    • Like Like x 2
  7. SAJ

    SAJ Survey Slinger

    Messages:
    27,495
    Gender:
    Male
    Ratings:
    +51,479
    You are good to go if you can accept it and it opens to the task...they repeat some words in all the hits.
     
  8. ifadoll

    ifadoll Active Turker

    Messages:
    352
    Gender:
    Female
    Ratings:
    +362

    Thanks so much guys!
     
    • Like Like x 3
  9. Ethraiel

    Ethraiel Well-Known Turker

    Messages:
    660
    Gender:
    Male
    Ratings:
    +1,480
    OK so i have an idea, it should work.
    replace lines 679-700
    Code:
    //makes settings toggle and then we use this to save stuff too
    $("#settings").click(function(e) {
       if ($("#hiddenSettings").height() === 0) {
           //setSettings();
           setOrGet("set");
           $(this).text("Save");
           $("#hiddenSettings").addClass("visible");
       } else if ($("#hiddenSettings").height() === 705) {
           $(this).addClass(glow[1]);
           setOrGet("get"); //get DOM values and save them to our settings object
           if (settingsDB.persistent.value === false) { //if persistent is false we clear the persistent data
               localStorage.OWpersistentData = "";
           } else {
               localStorage.OWpersistentData = $("#rightWindow").html(); //else we save what HTML there may be over in rightWindow
           }
           localStorage.OverwatchSet = JSON.stringify(settingsDB); //we save out localstorage settings
           setTimeout(function() { //then we tell the button to quit it with that green stuff
               $("#settings").removeClass(glow[1]).text("Settings");
           }, (600));
           $("#hiddenSettings").removeClass("visible");
       }
    });
    


    with this
    Code:
    //makes settings toggle and then we use this to save stuff too
    $("#settings").click(function(e) {
        //console.log($("#hiddenSettings").hasClass('visible'))
        if ( $("#hiddenSettings").hasClass('visible') == false) {
            //setSettings();
            setOrGet("set");
            $(this).text("Save");
            $("#hiddenSettings").addClass("visible");
        } else if ( $("#hiddenSettings").hasClass('visible')) {
            $(this).addClass(glow[1]);
            setOrGet("get"); //get DOM values and save them to our settings object
            if (settingsDB.persistent.value === false) { //if persistent is false we clear the persistent data
                localStorage.OWpersistentData = "";
            } else {
                localStorage.OWpersistentData = $("#rightWindow").html(); //else we save what HTML there may be over in rightWindow
            }
            localStorage.OverwatchSet = JSON.stringify(settingsDB); //we save out localstorage settings
            setTimeout(function() { //then we tell the button to quit it with that green stuff
                $("#settings").removeClass(glow[1]).text("Settings");
            }, (600));
            $("#hiddenSettings").removeClass("visible");
        }
    });
    
     
    • Today I Learned Today I Learned x 1
  10. LurkerLUL

    LurkerLUL Well-Known Turker

    Messages:
    1,081
    Gender:
    Male
    Ratings:
    +1,300
    That worked! Thank you. Strange that I'm the only one with that issue.
     
    • Love Love x 1
  11. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    That's like leaving money on the (glass) table!
     
    • LOL LOL x 1
  12. Ethraiel

    Ethraiel Well-Known Turker

    Messages:
    660
    Gender:
    Male
    Ratings:
    +1,480
    You're likely not the only one, i've known it has potential to mess things up for a while now just forgot to add it to the last update i guess. I was using the height of the element to close the settings, but if your screen size isn't like mine it wont work :p the fix makes it close off the css class so screen size wont matter at all. Thanks for letting me know, i've added it to the update im working on :)
     
    • Love Love x 1
  13. LurkerLUL

    LurkerLUL Well-Known Turker

    Messages:
    1,081
    Gender:
    Male
    Ratings:
    +1,300
    I was looking at the difference between the orig and edit and noticed that bit. Might have to do with me using a custom text size in windows.
     
    • Like Like x 1
  14. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,622
    Gender:
    Male
    Ratings:
    +124,073
    While you are here.. I was thinking that something that would be neat as an option would be for overwatch to say what the value of the hit that it found was. This would be useful while I am away from the computer and want to know a tiny bit more about what went up to save myself some runs to the computer for batches that aren't worth dropping everything for lol.

    For normal use though I like it how it is with just saying the requester name alone though.
     
    • Like Like x 2
  15. Ethraiel

    Ethraiel Well-Known Turker

    Messages:
    660
    Gender:
    Male
    Ratings:
    +1,480
    That's probably the culprit, anything that would have messed with the html would have thrown off that conditional, so it's really just bad coding on my part there, live and learn though :)
    Im away from the comp pretty often too, i like this idea a lot! i'll look into it, TTS can be a pain in the arse but it would be nice.
     
  16. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    A penny away from $35!
     
    • 5/5 Pay 5/5 Pay x 1
  17. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755

    She e'd me back right away, but it is evident she feels there is nothing she should do about it- so, I just ate the time- happens once in awhile- I should have emailed way earlier than I did instead of sitting there playing a game that wasn't working right for so long- meh,
     
    • Like Like x 1
  18. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755
    Did anyone else get an email from NorrisSocialNeuroLab asking you to reply to the email with your age?I looked but can't find a hit I did for A requester by that name.

    Hello,

    You are receiving this email because you completed one of my tasks on MTurk. I neglected to ask for your age, so if you could respond to this email with your age I would really appreciate it. Thank you so much for your time!
     
    Last edited: Apr 14, 2017
  19. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    34,814
    Gender:
    Female
    Ratings:
    +73,307
    I didn't, but I've had a requester send out emails in the same fashion, asking for some demo that they forgot to include.
     
    • Today I Learned Today I Learned x 1
  20. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    Title: Psychological survey (short, 4-5 min) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Jane [A3N3CXJHI1W74B] (Contact)
    TO 1: [Pay: 2.40] [Fast: 4.50] [Comm: 1.00] [Fair: 4.50] [Reviews: 24] [ToS: 0]
    TO 2:
    Not Available
    Description: A short psychological survey which asks for your experiences and preference, it takes about 4-5 min
    Time: 5 hours
    HITs Available: 1
    Reward: $0.40
    Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US;
    HIT exported from Mturk Suite v1.21.6
     
    • Nom Nom Nom! Nom Nom Nom! x 2
Thread Status:
Not open for further replies.