1. The forum & main site will stay up indefinitely after MTurk shuts down in case anyone needs anything. I assume a handful of things will break after MTurk vaporizes & I'll fix it as fast as I can to keep the two main parts of the site online.
    Dismiss Notice

07/19 - Moola Monday!

Discussion in 'Daily mTurk HITs Threads' started by Tripsa, Jul 19, 2021.

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

    turker Survey Slinger

    Messages:
    15,338
    Ratings:
    +24,395
    do you think this will cause a problem with mturk? doing this instead of clicking the submit button with the mouse.
     
  2. dnashifter

    dnashifter Active Turker

    Messages:
    1,899
    Gender:
    Male
    Ratings:
    +46
    Julie [A28IDT4YPWOJ8V] Social Learning Study(~ 25 minutes) - $6.25 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $10.46 / hour
    00:35:52 / completion time[/div]
    [/div]
    Approved!
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Very Low (HIT Last Seen: an hour ago)
    Qualifications: Exc: [-530275329-307164] DoesNotExist ; HIT approval rate (%) >= 95; CR Research Group #1 >= 100; Location In US;

    [div] style="margin-top: 5px;" |
    To read Julie's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151056" data-reviewerId="32561" |[/div]
     
  3. Jane Doe

    Jane Doe Survey Slinger

    Messages:
    2,865
    Ratings:
    +3,513
    Cannabis Knowledge Survey [AUVWW15JL9DE4] ~1 min Research Survey - $0.10 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Low[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $8.78 / hour
    00:00:41 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    Screener[/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: a second ago)
    Qualifications: Total approved HITs > 500; HIT approval rate (%) > 90; AlreadytakenScreener DoesNotExist ; Location EqualTo US;

    [div] style="margin-top: 5px;" |
    To read Cannabis Knowledge Survey's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151062" data-reviewerId="258" |[/div]
     
  4. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    A requester can always do something crazy in code if they add custom javascript to the HIT, but otherwise no. To be safer, I'd only use shit+enter as a second resort. Just clicky submit, and if that doesn't work, then try shift+enter. Try to use the form as intended by the requester and use shift+enter as a backup.

    There's also this script, which should do the same thing.
    Code:
    // ==UserScript==
    // @name       It's Broke
    // @version    0.1
    // @description Force submit broken hits.
    // @author     Cristo
    // @include       *
    // @copyright  2012+, You
    // @namespace https://greasyfork.org/users/710
    // ==/UserScript==
    
    
    //Turn on the script, go to the broken hit and hit the ~ key. Solve the math problem and it might submit.
    
    
    
    
    if (window.location != window.parent.location) {
        document.addEventListener( "keydown", kas, false);
        function kas(i) {
            if (i.keyCode == 192) { // ~ Key
                var form = document.getElementsByTagName("form")[0];
                var randomnumber1 = Math.floor(Math.random() * (15 - 1 + 1)) + 1;
                var randomnumber2 = Math.floor(Math.random() * (13 - 3 + 1)) + 3;
                var added = prompt(randomnumber1+"+"+randomnumber2+"="); 
                if (added==(randomnumber1+randomnumber2)) {
                    console.log(form.id);
                    document.getElementById(form.id).submit();
                } else {
                    alert("Incorrect");
                }
            }
        }
    }
     
    • Love Love x 1
  5. Kathleen!

    Kathleen! Survey Slinger

    Messages:
    7,554
    Gender:
    Female
    Ratings:
    +1,307
    Title: Perception Survey Study (~ 5 minutes) | PANDA
    Requester: Aziza [A3IX334NB2E5J0]
    TurkerView: [ $12.43 / hour ]
    Description: Give your opinion about products.
    Duration: 26 Min
    Available: 32
    Reward: $0.50
    Qualifications:
    • Exc: [428192089-307807] DoesNotExist
    • Location In US
    [3NCF7G1XJINHIRESM81J1I2SHXPNAS]
     
  6. mdeem

    mdeem Survey Slinger TurkerView Masters

    Messages:
    8,108
    Ratings:
    +7,368
    Aziza [A3IX334NB2E5J0] Perception Survey Study (~ 5 minutes) - $0.50 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Underpaid[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $6.19 / hour
    00:04:51 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: a second ago)
    Qualifications: Exc: [428192089-307807] DoesNotExist ; Location In US;

    [div] style="margin-top: 5px;" |
    To read Aziza's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151065" data-reviewerId="27264" |[/div]
     
  7. charlesHM

    charlesHM New Turker

    Messages:
    17
    Gender:
    Male
    Ratings:
    +12
    Aziza [A3IX334NB2E5J0] Perception Survey Study (~ 5 minutes) - $0.50 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Fair[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $10.11 / hour
    00:02:58 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: 27 seconds ago)
    Qualifications: Exc: [428192089-307807] DoesNotExist ; Location In US;

    [div] style="margin-top: 5px;" |
    To read Aziza's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151066" data-reviewerId="39439" |[/div]
     
  8. mdeem

    mdeem Survey Slinger TurkerView Masters

    Messages:
    8,108
    Ratings:
    +7,368
    I've used shift+enter a lot on MLData batches and similar batch hits because its always specified as a shortcut. Never thought to try it otherwise, but never had any issues with it
     
  9. turker

    turker Survey Slinger

    Messages:
    15,338
    Ratings:
    +24,395
    Thanks! copied your whole post to notepad!
     
    • Love Love x 1
  10. malysa

    malysa Survey Slinger TurkerView Masters

    Messages:
    11,894
    Gender:
    Female
    Ratings:
    +8,142
    Kellogg Kteily Lab [A8VNY3KPRHHRC] survey about political opinions(~ 7 minutes) - $1.00 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $15.25 / hour
    00:03:56 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: a second ago)
    Qualifications: Exc: [306159044-307805] DoesNotExist ; Total approved HITs >= 500; CR Research Group #2 DoesNotExist ; HIT approval rate (%) >= 98; CR Research Group #1 >= 100; Location In US;

    [div] style="margin-top: 5px;" |
    To read Kellogg Kteily Lab's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151067" data-reviewerId="24219" |[/div]
     
  11. quicksnipe64

    quicksnipe64 Turker

    Messages:
    169
    Gender:
    Male
    Ratings:
    +64
    Chris Janiszewski [AJIQY7WWJY7NB] Study about your perceptions of images(~ 6 minutes) - $0.70 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Good[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $11.15 / hour
    00:03:46 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: one minute ago)
    Qualifications: Exc: [308392-307803] DoesNotExist ; HIT approval rate (%) >= 98; CR Research Group #1 >= 100; Location In US;

    [div] style="margin-top: 5px;" |
    To read Chris Janiszewski's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151069" data-reviewerId="37112" |[/div]
     
  12. NTCOUNCIL

    NTCOUNCIL Active Turker

    Messages:
    1,884
    Gender:
    Male
    Ratings:
    +63
    Kellogg Kteily Lab [A8VNY3KPRHHRC] survey about political opinions(~ 7 minutes) - $1.00 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $19.15 / hour
    00:03:08 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: 3 seconds ago)
    Qualifications: Exc: [306159044-307805] DoesNotExist ; Total approved HITs >= 500; CR Research Group #2 DoesNotExist ; HIT approval rate (%) >= 98; CR Research Group #1 >= 100; Location In US;

    [div] style="margin-top: 5px;" |
    To read Kellogg Kteily Lab's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151070" data-reviewerId="5310" |[/div]
     
  13. NTCOUNCIL

    NTCOUNCIL Active Turker

    Messages:
    1,884
    Gender:
    Male
    Ratings:
    +63
    Ewa Golebiowska [AMT0VYUR8N65I] A study of your reactions to 10 pairs of political candidates - $1.50 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $8.91 / hour
    00:10:06 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: a second ago)
    Qualifications: Total approved HITs > 100; HIT approval rate (%) > 93; Location EqualTo US;

    [div] style="margin-top: 5px;" |
    To read Ewa Golebiowska's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151071" data-reviewerId="5310" |[/div]
     
  14. Crawlerz

    Crawlerz Well-Known Turker

    Messages:
    1,716
    Gender:
    Male
    Ratings:
    +2,322
  15. mdeem

    mdeem Survey Slinger TurkerView Masters

    Messages:
    8,108
    Ratings:
    +7,368
    Chris Janiszewski [AJIQY7WWJY7NB] Study about your perceptions of images(~ 6 minutes) - $0.70 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Fair[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $13.26 / hour
    00:03:10 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Okay (HIT Last Seen: 5 minutes ago)
    Qualifications: Exc: [308392-307803] DoesNotExist ; HIT approval rate (%) >= 98; CR Research Group #1 >= 100; Location In US;

    [div] style="margin-top: 5px;" |
    To read Chris Janiszewski's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151078" data-reviewerId="27264" |[/div]
     
  16. mdeem

    mdeem Survey Slinger TurkerView Masters

    Messages:
    8,108
    Ratings:
    +7,368
    AudioKite [A1ZEEGMU3YMZ6] Listen to a indie-alternative song and answer a survey about it. - $0.27 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Underpaid[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $5.40 / hour
    00:03:00 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: 13 seconds ago)
    Qualifications: Likes Indie / Rock / Alternative >= 1; Location In CA, US; HIT approval rate (%) >= 95;

    [div] style="margin-top: 5px;" |
    To read AudioKite's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151079" data-reviewerId="27264" |[/div]
     
  17. LordSteele

    LordSteele Survey Slinger

    Messages:
    8,625
    Gender:
    Male
    Ratings:
    +8,453
    Aziza [A3IX334NB2E5J0] Perception Survey Study (~ 5 minutes) - $0.50 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $11.54 / hour
    00:02:36 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Okay (HIT Last Seen: 2 minutes ago)
    Qualifications: Exc: [428192089-307807] DoesNotExist ; Location In US;

    [div] style="margin-top: 5px;" |
    To read Aziza's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151084" data-reviewerId="1039" |[/div]
     
  18. LordSteele

    LordSteele Survey Slinger

    Messages:
    8,625
    Gender:
    Male
    Ratings:
    +8,453
    PickFu [AI2HRFAYYSAW7] Rank 4 options, 1 written response - $0.22 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $31.68 / hour
    00:00:25 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Okay (HIT Last Seen: 7 minutes ago)
    Qualifications: PickFu NDA EqualTo 1; TWL >= 10; Location EqualTo US;

    [div] style="margin-top: 5px;" |
    To read PickFu's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151085" data-reviewerId="1039" |[/div]
     
  19. LordSteele

    LordSteele Survey Slinger

    Messages:
    8,625
    Gender:
    Male
    Ratings:
    +8,453
    Rapp Lab [A2AECLU1B0C7PU] Reading Science Texts(~ 30 minutes) - $4.63 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $19.49 / hour
    00:14:15 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    [/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Great (HIT Last Seen: 26 seconds ago)
    Qualifications: TP Panel: 1989414341 N >= 100; Exc: [872491999-307795] DoesNotExist ; Total approved HITs >= 500; HIT approval rate (%) >= 95; Location In US;

    [div] style="margin-top: 5px;" |
    To read Rapp Lab's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151086" data-reviewerId="1039" |[/div]
     
  20. mdeem

    mdeem Survey Slinger TurkerView Masters

    Messages:
    8,108
    Ratings:
    +7,368
    decisive [AZ1BANQBW461E] Answer a survey about your opinions about a drone - $3.00 | PANDA
    [div] style="border: 1px solid transparent; padding: 10px 0; display: flex; align-items: center; border-color: #ecf0f1; box-shadow: 0 1px 1px rgba(0,0,0,0.05); text-align: center;" |
    [div] style="float: left; width: 25%;" |
    Generous[/div]
    [div] style="float: left; width: 41%;" |[div] style="float: left; width: 50%;" |
    Unrated
    [/div]
    [div] style="float: left; width: 50%;" |
    Unrated
    [/div][/div]
    [div] style="float: left; width: 33%;" | $31.58 / hour
    00:05:42 / completion time[/div]
    [/div]
    [div] style="width: 100%; display: flex; flex-items: center; margin-top: 5px;" |[div] style="width: 50%; display: inline-block; margin: 0 5px 0 0;" | Pros:
    painless[/div]
    [div] style="width: 50%; display: inline-block; margin: 0 0 0 5px;" | Cons:
    [/div]
    [/div]


    Catchability: Okay (HIT Last Seen: 5 minutes ago)
    Qualifications: Total approved HITs > 1000; HIT approval rate (%) > 95; Location EqualTo US;

    [div] style="margin-top: 5px;" |
    To read decisive's full profile check out TurkerView!
    [/div]
    [div] style="display: none;" data-type="tv-review" data-revId="1151121" data-reviewerId="27264" |[/div]
     
Thread Status:
Not open for further replies.