02/20 - Tasty Tot Tuesday

Status
Not open for further replies.

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
So I have the option of Amazon Payments and Amazon Gift Card. How quick does the GC option post?
They both take about the same amount of time. And even if you transfer to Amazon Payments instead of gift card, your Payments balance will still come up as a payment option when you buy stuff from Amazon. I'm not sure what the point of transferring to gift card even is, anymore.
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
I’ve never cashed out GC.
a couple of years ago AMT decided to switch the AP with the GC and did not tell anyone, sooooo many turkers sent money to GC when they did not want to, long story short, we are sure it was on purpose and you could not get it reversed... Tricky Bezos you bastid
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
a couple of years ago AMT decided to switch the AP with the GC and did not tell anyone, sooooo many turkers sent money to GC when they did not want to, long story short, we are sure it was on purpose and you could not get it reversed... Tricky Bezos you bastid
:eek::eek::eek::eek::eek::eek::eek:
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
a couple of years ago AMT decided to switch the AP with the GC and did not tell anyone, sooooo many turkers sent money to GC when they did not want to, long story short, we are sure it was on purpose and you could not get it reversed... Tricky Bezos you bastid
It has happened a couple times that I'm aware of, and it's exactly the reason why this script was created.

Code:
// ==UserScript==
// @name        mmmturkeybacon Select Amazon Payments/Disable Gift Card Withdrawal
// @author      mmmturkeybacon
// @description Selects the Amazon Payments option, unchecks and disables the Amazon Gift Card withdrawal option.
// @namespace   http://userscripts.org/users/523367
// @match       https://www.mturk.com/mturk/transferearnings*
// @match       https://payments.amazon.com/withdraw*
// @match       https://worker.mturk.com/earnings*
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @version     1.05
// @grant       none
// ==/UserScript==

$(document).ready(function ()
{
    $('input[name="selectedExecutorTypeName"][value="AmazonPayments"][type="radio"]').attr('checked', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('disabled', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('checked', null);

    // https://payments.amazon.com/withdraw
    // This form doesn't exist anymore.
    $('input[id="purchaseGC"][value="purchaseGC"][name="withdrawTo"][type="radio"]').attr('disabled', 'true');
});
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
It has happened a couple times that I'm aware of, and it's exactly the reason why this script was created.

Code:
// ==UserScript==
// @name        mmmturkeybacon Select Amazon Payments/Disable Gift Card Withdrawal
// @author      mmmturkeybacon
// @description Selects the Amazon Payments option, unchecks and disables the Amazon Gift Card withdrawal option.
// @namespace   http://userscripts.org/users/523367
// @match       https://www.mturk.com/mturk/transferearnings*
// @match       https://payments.amazon.com/withdraw*
// @match       https://worker.mturk.com/earnings*
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @version     1.05
// @grant       none
// ==/UserScript==

$(document).ready(function ()
{
    $('input[name="selectedExecutorTypeName"][value="AmazonPayments"][type="radio"]').attr('checked', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('disabled', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('checked', null);

    // https://payments.amazon.com/withdraw
    // This form doesn't exist anymore.
    $('input[id="purchaseGC"][value="purchaseGC"][name="withdrawTo"][type="radio"]').attr('disabled', 'true');
});
exactly :)
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
It has happened a couple times that I'm aware of, and it's exactly the reason why this script was created.

Code:
// ==UserScript==
// @name        mmmturkeybacon Select Amazon Payments/Disable Gift Card Withdrawal
// @author      mmmturkeybacon
// @description Selects the Amazon Payments option, unchecks and disables the Amazon Gift Card withdrawal option.
// @namespace   http://userscripts.org/users/523367
// @match       https://www.mturk.com/mturk/transferearnings*
// @match       https://payments.amazon.com/withdraw*
// @match       https://worker.mturk.com/earnings*
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @version     1.05
// @grant       none
// ==/UserScript==

$(document).ready(function ()
{
    $('input[name="selectedExecutorTypeName"][value="AmazonPayments"][type="radio"]').attr('checked', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('disabled', 'true');
    $('input[name="transfer_form[executor_type_name]"][value="GCSharp"][type="radio"]').attr('checked', null);

    // https://payments.amazon.com/withdraw
    // This form doesn't exist anymore.
    $('input[id="purchaseGC"][value="purchaseGC"][name="withdrawTo"][type="radio"]').attr('disabled', 'true');
});
Thank you

& goodnight also :love:
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Study on Legal Opinions(~ 25 minutes) | Accept
Requester: Lisa Logterman [A1PHV1YGUGK9W3] Contact
TV: No Reviews
TO: [Pay: 4.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 1] [ToS: 0]
TO2:
No Reviews
Reward: $2.00
Duration: 1 hour
Available: 1
Description: Read a brief description of a legal case and answer questions about the case and your opinions. Must be over 18 and a US citizen.
Requirements: Total approved HITs GreaterThanOrEqualTo 100; Exc: [75111091-75095] DoesNotExist; TP Panel: -1650459014 N GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 90; Location In US
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Rate videos on whether they are racy. | Accept
Requester: Sergey Schmidt [A4IJUXTMQNS4J] Contact
TV: [Hrly: $20.85] [Pay: 3.86] [Fast: 4.80] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 3.19] [Fast: 4.96] [Comm: 3.00] [Fair: 4.96] [Reviews: 34] [ToS: 0]
TO2: [Hrly: $13.09] [Pen: 0.04 days] [Res: ---] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.10
Duration: 15 minutes
Available: 4
Description: Given a video, decide if it is racy or not.
Requirements: Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
One of your Qualifications has been revoked by the Requester who maintains the Qualification. Please see details about the Qualification below.

Qualification Revoked: [eval-v2] Question answering agreement disqualification
Requester: Julian Michael
Grant Date: February 19, 2018
Revoke Date: February 19, 2018
Revoke Reason: Agreement went back high enough on the question answering task.


You are receiving this email because a requester has granted you the following qualification:

Qualification: [eval-v2] Question answering agreement disqualification
Requester: Julian Michael
Qualification Value: 1

my qual has been revoked and given 6 times in the last 15 min, but I am at 90% on the agreement, plus I am getting mad bonuses lmao
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Text Analysis | Accept
Requester: Abhijeet Sangwan [A36B2UN1GD8NYV] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: $0.04
Duration: 15 minutes
Available: 36
Description: Analyze the text snippet and decide if it meets the criteria.
Requirements: Total approved HITs GreaterThanOrEqualTo 5000; Text Analysis Qualification EqualTo 100; Masters Exists; HIT approval rate (%) GreaterThanOrEqualTo 99
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]

he pulled the qual from me but I can retake the test :confused: k
 
Last edited:

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Take a 1-question survey (US-based) | Accept
Requester: PickFu [AI2HRFAYYSAW7] Contact
TV: [Hrly: $10.22] [Pay: 3.21] [Fast: 5.00] [Comm: 3.33] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 4.23] [Fast: 4.79] [Comm: 4.21] [Fair: 4.73] [Reviews: 290] [ToS: 1]
TO2: [Hrly: $8.45] [Pen: 0.04 days] [Res: ---] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.05
Duration: 5 minutes
Available: 1
Description: Pick the choice that best answers the question.
Requirements: PickFu NDA EqualTo 1; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Take a 1-question survey (US-based) | Accept
Requester: PickFu [AI2HRFAYYSAW7] Contact
TV: [Hrly: $10.22] [Pay: 3.21] [Fast: 5.00] [Comm: 3.33] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 4.23] [Fast: 4.79] [Comm: 4.21] [Fair: 4.73] [Reviews: 290] [ToS: 1]
TO2: [Hrly: $8.45] [Pen: 0.04 days] [Res: ---] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.04
Duration: 5 minutes
Available: 2
Description: Pick the choice that best answers the question.
Requirements: PickFu NDA EqualTo 1; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
Title: Exploring the American Legal System (~ 15 minutes) | Accept
Requester: SurveyComet [A3NC2P2SPK9QQ] Contact
TV: [Hrly: $21.95] [Pay: 3.98] [Fast: 5.00] [Comm: 4.40] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 4.27] [Fast: 4.74] [Comm: 4.29] [Fair: 4.84] [Reviews: 478] [ToS: 1]
TO2: [Hrly: $10.26] [Pen: 0.01 days] [Res: 0% of 1] [Rec: 100% of 2] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$1.50
Duration: 30 minutes
Available: 1
Description: You will read a short trial transcript followed by a number of short answer questions concerning the trial. In order to participate you must be over 18 and registered to vote in the United States.
Requirements: Exc: [66546-65957] DoesNotExist; Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 90; Location In US
[tr][td]
HIT exported from Mturk Suite v2.1.12
[/td][/tr]
[tr][td][/td][/tr]
 
Status
Not open for further replies.