02/11 - Traction Thursday!

Status
Not open for further replies.

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,761
Reaction score
8,269
Points
838
8$ hit from earlier should be approved now for everybody that did it, 1hr AA
 
  • Like
Reactions: C to the J

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
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!');
}
Log in or register now. to view Spoiler content!
What is this rejections you speak? I have never seen one.
 

UserBob

Member
Requester
Joined
Jan 23, 2016
Messages
174
Reaction score
378
Points
313
Gender
Male
Title: Upload 1 minute screencast of a website | PANDA
Requester: UserBob [A1G1PATDFBA7E5] (TO)
TO Ratings:

☢☢☢☢☢ 4.96 Communicativity
☢☢☢☢☢ 4.96 Generosity
☢☢☢☢☢ 5.00 Fairness
☢☢☢☢☢ 5.00 Promptness
Number of Reviews: 27
(Submit a new TO rating for this requester)

Description: Record your computer's screen and your voice while you spend 1 minute(s) talking about your first visit to a website. Then upload the recording.
Time: 15 minutes
Hits Available: 1
Reward: $0.40
Qualifications: Reviewer is not less than 1, HIT approval rate (%) is not less than 99, demographic1001 is 1
 
Status
Not open for further replies.