Where Dem HITs At? 06/06 Toe-Tapping Torrid Theatrical. Thumping Tuesday

Discussion in 'Great HITs' started by Tjbot, Jun 6, 2017.

Thread Status:
Not open for further replies.
  1. I don't see what you're talking about.
     
  2. myopia

    myopia User

    I'd have joined many years earlier if it wasn't for Brelig &c. I've known about mturk for ages, decided to check it out once. Had a look to see what was there without signing up. Lacking a better plan, sorted the huge list by most available. Receipts as far as the eye could see.

    Didn't try again for years.
     
  3. myopia

    myopia User

    Won't show up on the dashboard unless you had earnings last year (or a previous year)... gives an annual breakdown.

    (I vaguely remember reading that the really early years might not be included? Could be wrong.)
     
  4. Marcus

    Marcus User

    Yeah, if you have a new account you wont have it.

    http://imgur.com/Yeo78BH
     
    Last edited by a moderator: Jun 6, 2017
  5. myopia

    myopia User

    Half-assed script to add a current YTD entry to that "Total Earnings By Year" table. I'm still winging it when it comes to scripts, so this is probably awful, but it seems to work for me anyhow:

    Code:
    // ==UserScript==
    // @name         Annual Earnings
    // @namespace    [url]http://tampermonkey.net/[/url]
    // @version      0.1
    // @description  Show YTD earnings
    // @author       myopia
    // @match        [url]https://www.mturk.com/mturk/dashboard[/url]
    // @require      [url]https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js[/url]
    // @grant        none
    // ==/UserScript==
    
    var pennies = $("#total_earnings_amount").find("span").text().replace(/,|\.|\$/g, '');
    var years = $("#table_yearly_earnings").find("span");
    for (var i=0; i<years.length; i++) {
        pennies -= Number(years.eq(i).text().replace(/,|\.|\$/g, '')); }
    var header = $("tr:contains('Year')");
    var insert = '<tr class="odd"> <td class="metrics-table-first-value">YTD</td> <td id="yearly_earnings_amount"><span class="reward">\$' + (pennies/100).toLocaleString() + '</span></td></tr>';
    header.eq(3).after(insert);
     
    Last edited by a moderator: Jun 6, 2017
  6. raulbog

    raulbog User


    Can also check your email for messages from mturk or check past tax returns for Schedule C.
     
  7. parro

    parro User

    You can't trace it back that far. I know I started about 10 years ago, dropped it after a year, then started again a year ago. But the $88 from long ago is in my total.
     
    Last edited by a moderator: Jun 6, 2017
  8. parro

    parro User

    Anyone do these new Rek hits? The reward is listed as $.0
    https://www.mturk.com/mturk/preview?groupId=390EOHYPK45NPOQJIDVNFI5N8EV3XD
    Video Chunk Verification High Priority


    [TD="class: capsulelink_bold, width: 100%"][/TD]

    [TD="width: 250"] [/TD]

    [​IMG]



    [TD="width: 100%, bgcolor: #CCDDE9"][/TD]


    [TD="width: 1, bgcolor: #336699"][/TD]
    [TD="width: 18, bgcolor: #F0F6F9"][/TD]
    [TD="width: 100%, bgcolor: #F0F6F9"]


    [TD="class: capsule_field_title, width: 80"] Requester: [/TD]
    [TD="class: capsule_field_text, width: 100%"] Amazon Requester Inc. - Rekognition Team[/TD]


    [/TD]

     
  9. raulbog

    raulbog User

    Quote Originally Posted by Shadow Rose :
    Is there a way to see when you first made your mturk account?

    Just wondering what year i made it in.






    From an era before recorded history.
     
  10. parro

    parro User

    In my Amazon account, I found a record of a gift card from 2007, and I'm pretty sure it came from MT. I wasn't doing surveys yet then, and my gift cards are few and far between.
     
    Last edited by a moderator: Jun 6, 2017
  11. Flora

    Flora Admin Staff Member

Thread Status:
Not open for further replies.

Share This Page