05/16 - Tomorrow Tuesday!

Status
Not open for further replies.

Kliq

Well-Known Member
Joined
Mar 14, 2016
Messages
2,064
Reaction score
6,914
Points
763
Gender
Male
Title: Evaluate our product offering, a productivity tool for gig workers. | PANDA
Requester: Varis Niwatsakul [A33DZH866RL49R] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★★ 5.00 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 1 | TOS Flags: 0
Submit a new TO review
Description: Give us your opinion about our products
Time: 60 minutes
HITs Available: 1
Reward: $2.00
Qualifications: Masters has been granted
5 minutes, brief writing, easy.
 
Last edited:
  • Like
Reactions: PhantomCatt

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
I did, but had to retry like, five times.
They are not for me, use this if youd like
Code:
// ==UserScript==
// @name             Datascience Mturk (cc: B2B/ENG-DS/TECHSW)
// @namespace   Sarahashlee90
// @description 1 3 enter hotkeys
// @author      Sarahashlee90
// @include     https://www.mturk.com/*
// @version     1
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// @hitname      Help us categorize this sample of online reviews !
// ==/UserScript==


p=0;
window.onkeydown = function (event) {
        if(event.which == 97){                                                                 
           
            $('input[value="Selection_MQ--"]').eq(p).click();
            p++;
            $('input[value="Selection_LTE-"]').eq(p).focus();
           
        }
        if(event.which == 98){                                                                     
            $('input[value="Selection_MA--"]').eq(p).click();
            p++;
            $('input[value="Selection_LTE-"]').eq(p).focus();
           
        }
        if(event.which == 99){                                                                   
            $('input[value="Selection_LTE-"]').eq(p).click();
            p++;
            $('input[value="Selection_LTE-"]').eq(p).focus();
           
        }
       
};
 

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
52
Location
Pennsylvania
Gender
Male
Good enough unless something else shows up....
Today's Projected Earnings: $106.43 + Bonuses: $9.04 = $115.47 (Exported from Mturk Suite v1.21.10)

Log in or register now. to view Spoiler content!
 
Status
Not open for further replies.