02/11 - Traction Thursday!

Status
Not open for further replies.

Kuddish

Me fail English! That's unpossible
Contributor
Joined
Jan 24, 2016
Messages
3,800
Reaction score
7,804
Points
988
Age
42
Location
The D!
Gender
Male
Title: Short quick survey about your perceptions and social attitudes. About 10 minutes and $2.00. (~ 10 minutes) | PANDA
Requester: Survey Studies for Pay [A3LCIQF1AIQ7J1] (TO)
TO Ratings:

☭☭☭☭☭ 3.30 Communicativity
☭☭☭☭☭ 3.97 Generosity
☭☭☭☭ 4.91 Fairness
☭☭☭☭ 4.81 Promptness
Number of Reviews: 93
(Submit a new TO rating for this requester)

Description: In this survey, you will answer questions about your perceptions and your social attitudes. This survey includes a qualification question.
Time: 30 minutes
Hits Available: 1
Reward: $2.00
Qualifications: Total approved HITs is not less than 1000; Exc: [450988106-6454] has not been granted; HIT approval rate (%) is not less than 95; Location is one of: US
 

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
In case you have trouble keeping track of all your rejections, this script will give you an alert when you get a new one when you visit the dashboard:

Code:
// ==UserScript==
// @name  Turking Queen
// @version  1.0
// @include  https://www.mturk.com/mturk/dashboard*
// @require  http://code.jquery.com/jquery-latest.min.js
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==

var lastRejections = GM_getValue('rejectionCount') ? GM_getValue('rejectionCount') : 0;
var curRejections = $('td.metrics-table-first-value:contains("Rejected")').next().text();
if (curRejections != lastRejections && $('td.metrics-table-first-value:contains("Rejected")').length > 0)
{
  GM_setValue('rejectionCount',curRejections);
  alert('New rejections!');
}
:eek:
 
  • Like
Reactions: Kerek

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,830
Reaction score
163,425
Points
3,238
Age
37
Gender
Male
In case you have trouble keeping track of all your rejections, this script will give you an alert when you get a new one when you visit the dashboard:

Code:
// ==UserScript==
// @name  Turking Queen
// @version  1.0
// @include  https://www.mturk.com/mturk/dashboard*
// @require  http://code.jquery.com/jquery-latest.min.js
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==

var lastRejections = GM_getValue('rejectionCount') ? GM_getValue('rejectionCount') : 0;
var curRejections = $('td.metrics-table-first-value:contains("Rejected")').next().text();
if (curRejections != lastRejections && $('td.metrics-table-first-value:contains("Rejected")').length > 0)
{
  GM_setValue('rejectionCount',curRejections);
  alert('New rejections!');
}
I nominate this for PotM
 

TQueen

Southern Sweetness
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
15,881
Reaction score
41,252
Points
1,788
Location
The Compound
Gender
Female
In case you have trouble keeping track of all your rejections, this script will give you an alert when you get a new one when you visit the dashboard:

Code:
// ==UserScript==
// @name  Turking Queen
// @version  1.0
// @include  https://www.mturk.com/mturk/dashboard*
// @require  http://code.jquery.com/jquery-latest.min.js
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==

var lastRejections = GM_getValue('rejectionCount') ? GM_getValue('rejectionCount') : 0;
var curRejections = $('td.metrics-table-first-value:contains("Rejected")').next().text();
if (curRejections != lastRejections && $('td.metrics-table-first-value:contains("Rejected")').length > 0)
{
  GM_setValue('rejectionCount',curRejections);
  alert('New rejections!');
}
Log in or register now. to view Spoiler content!


I nominate this for PotM
 

turkleton

Muddarator
Joined
Jan 12, 2016
Messages
17,317
Reaction score
30,592
Points
1,814
Gender
Male
Vine is awful. It just ruined the word savage for me. Also, I guess you can now copy and paste emojis now.
 
  • Like
Reactions: jml

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
Title: Find the email address for this Youtube channel | PANDA
Requester: Jeremiha [ABON4OK4IHIBQ] (TO)
TO Ratings: No TO (Submit a new TO rating for this requester)
Description: Find the email address for the person that owns this Youtube channel.
Time: 15 minutes
Hits Available: 117
Reward: $0.06
Qualifications: Total approved HITs is not less than 1000, HIT approval rate (%) is not less than 98

Contacted the requester and was told to enter "No email available" if the email can not be located. 8h AA.
 

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
64,955
Reaction score
145,469
Points
2,088
Gender
Male
I mean, can you consider those comedy... because they're not funny, at all.
What were those tens of thousands of terrible HITs about judging comedy where people got rejected and blocked or whatever for not rating enough things as funny?
 
  • Like
Reactions: kryss and jml
Status
Not open for further replies.