12/08 - Freezing Friday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Dec 8, 2017.

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

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Title: Serve as a mock juror in a negligence suit(~ 30 minutes) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Jonathan Grenier [A1L4GJNGOPT33K] (Contact)
    TO 1: [Pay: 3.23] [Fast: 4.48] [Comm: 4.09] [Fair: 4.37] [Reviews: 87] [ToS: 0]
    TO 2:
    [Rate: $10.00/hr] [Pen: 1.00 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $2.00
    Duration: 1 hour 15 minutes
    Available: 1
    Description: Evaluate whether or not a company's board of directors was negligent
    Requirements: Total approved HITs is not less than 100; Exc: [-390258460-66953] has not been granted; HIT approval rate (%) is not less than 90; Location is one of: US;
    HIT exported from Mturk Suite v1.25.8
     
    • Nom Nom Nom! Nom Nom Nom! x 7
  2. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Any takers. Let's see those noms light up.

    Title: Anonymous survey on Non-US based men diagnosed with gonorrhea | PANDA
    Worker: Preview | Accept | Requester
    Requester: GSK SLL [A1SMRLLA58B3EP] (Contact)
    TO 1: [Pay: 4.45] [Fast: 4.55] [Comm: 1.75] [Fair: 4.00] [Reviews: 11] [ToS: 0]
    TO 2:
    [Rate: --/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Description:
    Survey for proposed clinical studies for gonorrhea. Do not attempt unless you are (1) male and (2) you are NOT US citizen who has been diagnosed with gonorrhea
    Time: 1 hour 30 minutes
    HITs Available: 1
    Reward: $1.50
    Qualifications: HIT approval rate (%) GreaterThan 95;
     
    • LOL LOL x 8
    • Nom Nom Nom! Nom Nom Nom! x 3
  3. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Clearly, you are forgetting me and the horrendous scripts I make for myself that always seem to have a 90% of chance of opening a fuck ton of extra tabs or windows.

    I called a friend in a panic this week and he looked at what I had done and yelled, "HOW DID YOU EVEN DO THAT AGAIN!?"

    Pour one out for all my It friends you guys, I always have really dumb questions for them.

    [​IMG]
     
  4. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    My programmer was here?

    No wonder I have been behaving erratically.
     
  5. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Fully agree with that about food ...just in my short life I can see huge differences. The drinking part I had down and I am somewhat fearful that I may have shortened my life when i quit drinking 14 months ago. That shit preserved me I think...I may start losing pieces any day now.
     
    • Like Like x 1
    • LOL LOL x 1
  6. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    • Nom Nom Nom! Nom Nom Nom! x 5
    • Love Love x 1
  7. ceedj

    ceedj Survey Slinger

    Messages:
    2,867
    Gender:
    Male
    Ratings:
    +6,405
    So, anyone up for some guinea pigging?

    One of the problems with the switch to Worker is that JR is having a hard time getting the add-on for Panda Crazy to work on the new site if it's out of hits. We can cut and paste, but it's just extra time taken that isn't helping us get the HIT first. And this is not a knock on JR at all, who has done some great work on this script. But I thought, self, (well, what would you say?) what if we wanted to mix our peanut butter and chocolate? Or, more seriously, what if we found a way to take the groupID that Overwatch is able to find, and add a couple of buttons to it, and have it work like this:

    [​IMG]

    Yeah, that'd be pretty kick ass, if a great-looking semi-awesome guibassist decided to do that.

    Ok, fine. :p

    In Overwatch, look for this line of code:

    Code:
      $("#rightWindow").prepend(display_HTML);
    }
    
    It's line 405 on the most current version. In bewteen the semi-colon ( ; ) and right brace ( } ), hit Return to create a new line, and paste the following:

    Code:
    //Panda Crazy add-on starts here:
        function PC_Panda(){localStorage.setItem("JR_message_pandacrazy", JSON.stringify({"time":(new Date().getTime()),"command":"addJob","data":{"groupId":hitObject.GID} }));}
        function PC_Once(){localStorage.setItem("JR_message_pandacrazy", JSON.stringify({"time":(new Date().getTime()),"command":"addOnceJob","data":{"groupId":hitObject.GID} }));}
        $(`div[value='${hitObject.GID}']`).append($("<button class ='text_css offSet'>").html("Once").click(PC_Once));
        $(`div[value='${hitObject.GID}']`).append($("<button class ='text_css offSet'>").html("Panda").click(PC_Panda));
        $(`div[value='${hitObject.GID}']`).append($("<span class ='text_css offSet'>").html("[PC] Add: "));
    
    Save the script and reload OW and BLAMM! You now have PC buttons on Overwatch.

    Now, this assumes you have the latest Panda Crazy (0.5.2) and latest Overwatch (1.01.08). It also assumes you are using both on Worker, though this is more important for OW I think. You shouldn't need the PC Helper Script, as all I do is just send the groupID and Once or Panda to PC. Since this is obviously beta, and I've only tried it with ScoutIts thus far, but it seems to be getting the right GID's and putting it where it's supposed to go, and I'll help if I can, and will lay back on the pointing and laughing. :lol: I also didn't do any CSS on the buttons because I have some changes to the size of the rest of OW for my own use. So please test, tag me with a report, and if enough people find it useful, I'll add it to the Script form and post a link to the OW thread.
     
    • Today I Learned Today I Learned x 13
    • Love Love x 3
    • Nom Nom Nom! Nom Nom Nom! x 2
    • 5/5 Pay 5/5 Pay x 1
    Last edited: Dec 8, 2017
  8. jaxom

    jaxom Active Turker

    Messages:
    678
    Gender:
    Male
    Ratings:
    +671
    I have a story that's both sad and funny. There was a news story where I live where a local barbeque joint had to close for two days. The reason was because some dumbass decided to break into the storage shed and steal all the dude's wood. So the shop had to close for a couple of days while the dude tried to get more wood.
     
  9. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Just realized something... 2 forums is really fucking me up...been awake an hour now and made $0.00 but more importantly I didn't make fkn coffee yet.
     
    • LOL LOL x 5
  10. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    I found my tea on the bathroom counter.

    I don't know why.

    I made it at 7am.
     
    • LOL LOL x 4
  11. MikeTheChef

    MikeTheChef Survey Slinger

    Messages:
    2,409
    Gender:
    Male
    Ratings:
    +2,925
    seems very slow hopefully it picks up a little
     
  12. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    least you made it tho
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  13. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
    I'm so tired...

    Alegion 177 23.70

    [​IMG]
     
    • 5/5 Pay 5/5 Pay x 1
    • Love Love x 1
  14. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    • Love Love x 1
  15. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Relevant
     
  16. Juniper

    Juniper Active Turker

    Messages:
    428
    Ratings:
    +1,603
    • Nom Nom Nom! Nom Nom Nom! x 5
  17. Yuk

    Yuk Zing King

    Messages:
    2,585
    Ratings:
    +5,060
    source?
     
  18. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    1.12s
     
    • Today I Learned Today I Learned x 1
  19. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    uno uno uno dos
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  20. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    [​IMG]
     
    • LOL LOL x 2
Thread Status:
Not open for further replies.