04/17 - Moolah Monday!

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

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

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
    It does that sometimes. The rules for golden Pins and getting locked out are not very concrete.

    I got over 10 on one of the previous ad pin batches, but only got 2 on this one

    [​IMG]
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  2. MindtoPaper

    MindtoPaper Well-Known Turker

    Messages:
    1,284
    Gender:
    Male
    Ratings:
    +7,441
    Title: How do you form first impressions? (survey)(~ 10 minutes) | PANDA
    Worker: Preview | Accept | Requester
    Requester: Jesse Reynolds [A1SWF00MVF2CQZ] (Contact)
    TO 1: [Pay: 4.40] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 10] [ToS: 0]
    TO 2:
    Not Available
    Description: Make judgments about people based on short descriptions (~10 minutes)
    Time: 60 minutes
    HITs Available: 1
    Reward: $1.50
    Qualifications: Total approved HITs is not less than 1000; Exc: [40786-40197] has not been granted; HIT approval rate (%) is not less than 90; Location is one of: US;
     
    • Nom Nom Nom! Nom Nom Nom! x 5
  3. ifadoll

    ifadoll Active Turker

    Messages:
    352
    Gender:
    Female
    Ratings:
    +362
    I would have made so much money today if it weren't for motherhood.

    [​IMG]
     
    • LOL LOL x 4
  4. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    15 minutes later... "you are halfway done"

    [​IMG]
     
    • LOL LOL x 4
    • Like Like x 1
  5. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    If I'm being conservative, MTS has gotten ~3.5hrs/day, so ~367hrs this year. At min wage that would be $2660.75, at a reasonable $15/hr would equate to $5505.

    Its not the point though, I enjoy coding and don't expect anything in return for stuff I publicly release.

    Also, its like this, I can learn to the water pump on my vehicle, or I can pay someone who already knows wtf they are doing.
     
    • Like Like x 3
  6. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    https://greasyfork.org/en/scripts/24729-prolific-export/ (v1.1.0) has been updated. For your exports to have the conversions for USD, you have to have https://greasyfork.org/en/scripts/29038-prolific-exchange-rates/ (v1.0.1) installed.

    Prolific export may not auto update since I changed the namespace.

    PROLIFIC STUDY
    Title:
    Attitudes about Current Issues (13)
    Hosted by : Christine Horne
    Reward : £ 1.00 | $1.26
    Avg. Reward Per Hour :
    £9.84/hr | $12.36/hr
    Available Places : 187/700
    Maximum Allowed Time : 12mins
    Avg. Completion Time : 6mins
    PROLIFIC STUDY
    Title:
    Run a research application
    Hosted by : Luigi Tuttobene
    Reward : £ 0.45 | $0.57
    Avg. Reward Per Hour :
    £5.39/hr | $6.77/hr
    Available Places : 215/1000
    Maximum Allowed Time : 60mins
    Avg. Completion Time : 5mins
     
  7. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,598
    Also, much better looking code and no jq.

    :emoji_thumbsup:
    Code:
    function exportStudy (id) {
      const study = document.getElementById(id);
      const attrs = study.getElementsByTagName(`li`);
    
      const link = study.querySelector(`a[href^="/studies/"]`).href;
      const title = study.getElementsByTagName(`h3`)[0].textContent;
      const researcher = attrs[0].textContent.split(':')[1];
      const reward = attrs[1].textContent.split(':')[1].split(`$`)[0];
      const perhour = attrs[2].textContent.split(':')[1];
      const available = attrs[3].textContent.split(':')[1];
      const time = attrs[4].textContent.split(':')[1];
      const completion = attrs[5].textContent.split(':')[1];
      const exchangeRate = localStorage.getItem(`exchangeRate`);
    
      const exportcode =
           `[table][tr][td]` +
           `[b][size=5][color=red]PROLIFIC STUDY[/color][/size][/b]\n` +
           `[b]Title:[/b] [url=${link}]${title}[/url]\n` +
           `[b]Hosted by : [/b] ${researcher}\n` +
           `[b]Reward : [/b][color=green][b] ${reward}[/color] ${exchangeRate ? `| [color=green]$${(+exchangeRate * +reward.replace(/[^0-9.]/g, ``)).toFixed(2)}[/color]` : ``}[/b]\n` +
           `[b]Avg. Reward Per Hour : [/b] ${perhour} ${exchangeRate ? `| $${(+exchangeRate * +perhour.replace(/[^0-9.]/g, ``)).toFixed(2)}/hr` : ``}\n` +
           `[b]Available Places : [/b] ${available}\n` +
           `[b]Maximum Allowed Time : [/b] ${time}\n` +
           `[b]Avg. Completion Time : [/b] ${completion}\n` +
           `[/td][/tr][/table]`
      ;
    
      GM_setClipboard(exportcode);
      alert(`Forum export has been copied to your clipboard.`);
    }
    
    for (let elem of document.getElementsByClassName(`study`)) {
      elem.insertAdjacentHTML(
       `beforebegin`,
       `<button class="exporter" type="button" data-id="${elem.id}">Forum Export</button>`
      );
    }
    
    document.addEventListener(`click`, function (event) {
      const elem = event.target;
    
      if (elem.matches(`.exporter`)) {
       exportStudy(elem.dataset.id);
      }
    });
     
    • Like Like x 1
  8. Alina

    Alina Survey Slinger

    Messages:
    5,277
    Ratings:
    +18,501
    • Like Like x 1
  9. Eisenpower

    Eisenpower Survey Slinger

    Messages:
    4,873
    Gender:
    Male
    Ratings:
    +11,914
    Captcha came in right after the first one : /
     
  10. SamAnt

    SamAnt Survey Slinger TurkerView Masters

    Messages:
    4,109
    Ratings:
    +12,981
    Title: Answer a survey about your opinions | PANDA
    Requester: junghwa [A3R0QIC9UEBKUJ] (TO)
    TO Ratings:
    ★★★★ 4.67 Communicativity
    ★★★★★ 3.70 Generosity
    ★★★★ 4.80 Fairness
    ★★★★ 4.60 Promptness
    Number of Reviews: 11 | TOS Flags: 0
    Submit a new TO review
    Description: Give us your opinion about microlending (microcredit)
    Time: 60 minutes
    HITs Available: 1
    Reward: $0.70
    Qualifications: Total approved HITs is greater than 10000;HIT approval rate (%) is greater than 98;Location is US
     
    • Nom Nom Nom! Nom Nom Nom! x 3
  11. fiatrix

    fiatrix Survey Slinger

    Messages:
    2,389
    Gender:
    Female
    Ratings:
    +4,803
    • Like Like x 1
    • LOL LOL x 1
  12. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    • Love Love x 1
  13. ifadoll

    ifadoll Active Turker

    Messages:
    352
    Gender:
    Female
    Ratings:
    +362
    made it halfway to goal, anyways. 2/3s to minimum if things really hit the fan at bedtime and I just want to veg and play video games instead. I suppose it's about time for dinner though, so I'll be back to drown in pennies.
     
  14. MindtoPaper

    MindtoPaper Well-Known Turker

    Messages:
    1,284
    Gender:
    Male
    Ratings:
    +7,441
    Took a little over 5 minutes for me YMMV
     
  15. un_in

    un_in Survey Slinger

    Messages:
    2,445
    Ratings:
    +4,330
    Once again, pandas sleeping on the job.

    [​IMG]
     
    • Like Like x 2
    • LOL LOL x 1
  16. SamAnt

    SamAnt Survey Slinger TurkerView Masters

    Messages:
    4,109
    Ratings:
    +12,981
    Title: Examining Evaluation Modes(~ 15 minutes) | PANDA
    Requester: Cognition and Natural Behavior Laboratory [AHN61MLI1DS8R] (TO)
    TO Ratings:
    ★★★★★ 5.00 Communicativity
    ★★★★ 4.83 Generosity
    ★★★★ 4.97 Fairness
    ★★★★ 4.86 Promptness
    Number of Reviews: 81 | TOS Flags: 0
    Submit a new TO review
    Description: This survey involves providing judgments about the effort associated with different types of action
    Time: 25 minutes
    HITs Available: 1
    Reward: $1.00
    Qualifications: Exc: [-114865918-40224] has not been granted;Total approved HITs is not less than 100;HIT approval rate (%) is not less than 90;Location is one of: US
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  17. MindtoPaper

    MindtoPaper Well-Known Turker

    Messages:
    1,284
    Gender:
    Male
    Ratings:
    +7,441
    • Nom Nom Nom! Nom Nom Nom! x 3
  18. Jesicu

    Jesicu Survey Slinger

    Messages:
    5,202
    Gender:
    Female
    Ratings:
    +15,505
    Title: Take a 90 second cognitive task using an iPhone | PANDA
    Requester: Allen [A3Q801G95EYAZ] (Contact)
    TO: This requester currently has no TO reviews. [url=Leave one!
    Description: To complete this project you will download an app from the iTunes store. After downloading the app, you will take a 90 second test three times. This test requires you to speak into your phone and the app will record your voice..
    Time: Unable to pull duration
    HITs Available: 1
    Reward: $3.00
    Qualifications: Location is US
    This HIT was posted through TurkerHub xPort Script v2.1 • Learn MoreInstall Here
     
    • Nom Nom Nom! Nom Nom Nom! x 4
  19. Doom Kitten

    Doom Kitten Active Turker

    Messages:
    610
    Gender:
    Female
    Ratings:
    +2,286
    Title: Take a 90 second cognitive task using an iPhone | PANDA
    Requester: Allen [A3Q801G95EYAZ] (TO)
    TO Ratings:
    TO Unavailable
    Submit a new TO review
    Description: To complete this project you will download an app from the iTunes store. After downloading the app, you will take a 90 second test three times. This test requires you to speak into your phone and the app will record your voice..
    Time: 60 minutes
    HITs Available: 1
    Reward: $3.00
    Qualifications: Location is US
     
    • Nom Nom Nom! Nom Nom Nom! x 1
  20. Jesicu

    Jesicu Survey Slinger

    Messages:
    5,202
    Gender:
    Female
    Ratings:
    +15,505
    Title: chat with a Superhero bot | PANDA
    Requester: Seth [AVS5XNNUL0RZQ] (Contact)
    TO: [Comm: 3.00] [Pay: 3.79] [Fair: 5.00] [Fast: 5.00] [Reviews: 35] [ToS: 1]
    Description:
    have a meaningful chat of at least 20 turns(turn=back and forth) with my bot that simulates Rocket (the racoon) from Guardians of the Galaxy
    Time: Unable to pull duration
    HITs Available: 1
    Reward: $2.50
    Qualifications: NonDisclosure is greater than 0; Location is US

    This HIT was posted through TurkerHub xPort Script v2.1 • Learn MoreInstall Here
    Same Rocket Racoon one as before, just a pay drop.
     
    • Nom Nom Nom! Nom Nom Nom! x 5
    Last edited: Apr 17, 2017
Thread Status:
Not open for further replies.