09/17 - Mantequilla Monday!

Status
Not open for further replies.

Cliff DesPeaux

New Member
Requester
Joined
Jul 28, 2017
Messages
71
Reaction score
303
Points
303
Gender
Male

FireMonkey

Active Member
Joined
Sep 12, 2016
Messages
935
Reaction score
1,443
Points
343
Location
A vast cultural wasteland.
Gender
Female
Title: A Study of Teacher's Responses to Specific Words | Accept
Requester: Kristin [AUKEC7L21YVN0] Contact
TO: [Pay=4.00] [Fast=5.00] [Comm=0.00] [Fair=5.00] [Reviews=2] [ToS=0]
TO2: No Reviews
Reward: 0.50
Duration: 3600
Available: 1
Description: Teachers only provide emotional responses to words
Qualifications: HIT approval rate (%) GreaterThan 80; Total approved HITs GreaterThan 50
[tr][td]
HIT exported from Mturk Suite v2.3.12
[/td][/tr]
[tr][td]
z[/td][/tr]
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
Code:
// ==UserScript==
// @name        ProductRnR If you looked at and liked the image above, which of the images below would you be more interested to see?
// @author      GTR
// @description Marks first radio button
// @include     https://www.mturkcontent.com/dynamic/hit*
// @version     1.0
// @require     https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="ImageSimilarity_Left"]').click();
don't know how much help this will be, but here it is
 
  • Like
Reactions: FireMonkey

Dragonfly

Active Member
Joined
Jul 24, 2018
Messages
629
Reaction score
863
Points
343
Gender
Female
Title: Political Discourse in the 21st Century | Accept
Requester: Jeremy Frimer [A2J7I7OSUHHYJX] Contact
TV: [Hrly=$12.58] [Pay=3.73] [Fast=4.67] [Comm=3.00] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=3.08] [Fast=4.03] [Comm=2.57] [Fair=4.13] [Reviews=57] [ToS=1]
TO2: [Hrly=6.28] [Pen=1.50 days] [Res=null] [Rec=79%] [Rej=0] [ToS=0] [Brk=0]
Reward: 0.25
Duration: 10800
Available: 1
Description: Read a political statement and offer your opinion about what was said, and answer some questions about yourself and others.
Qualifications: Total approved HITs GreaterThanOrEqualTo 50; HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.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
Code:
// ==UserScript==
// @name          A9 Data Validation
// @version       1.0
// @description   Visually Similar Fashion Inspiration
// @author        GTR
// @include      *www.mturkcontent.com/dynamic*
// @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="both_similar"]').click();
for the A9's if you just have to do them :whistle:
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
Code:
// ==UserScript==
// @name          A9 Data Validation
// @version       1.0
// @description   Visually Similar Fashion Inspiration
// @author        GTR
// @include      *www.mturkcontent.com/dynamic*
// @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="both_similar"]').click();
for the A9's if you just have to do them :whistle:
Code:
// ==UserScript==
// @name        mmmturkeybacon Unclick Radio Button
// @author      mmmturkeybacon
// @description Allows you to unclick (i.e. clear, deselected, uncheck) a radio button by clicking on the radio button or the radio buttons label. This script is a helpful companion to mmmturkeybacon Embiggen Radio Buttons and Checkboxes.
// @namespace   http://userscripts.org/users/523367
// @match       http://*/*
// @match       https://*/*
// @exclude     https://*.surveymonkey.com/*
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @version     1.00
// @grant       GM_log
// ==/UserScript==

//NOTE: surveymonkey radio buttons already allow themselves to be unclicked (cleared).

$(window).load(function()
{
    var is_already_checked = null;
    /* When a label that surrounds a radio button is clicked, it triggers a radio button click,
     * which triggers another label click, so it needs to be debounced. */
    var is_in_bounce_interval = false;


    $(document).on('mousedown', 'input[type="radio"]', function(event)
    {
        is_already_checked = $(this).is(':checked')
    });

    $(document).on('click', 'input[type="radio"]', function(event)
    {
        is_in_bounce_interval = true;
        setTimeout(function(){is_in_bounce_interval = false;}, 0);
        if ($(this).is(':checked') && is_already_checked)
        {
            $(this).attr('checked', null);
        }
    });


    $(document).on('click', 'label', function(event)
    {
        var $this = $(this);
        var id = $this.attr('for');

        if (id)
        {
            var $radio = $('input[id="'+id+'"][type="radio"]');
        }
        else
        {
            var $radio = $this.find('input[type="radio"]');
        }

        is_already_checked = $radio.is(':checked');
        if (is_already_checked && !is_in_bounce_interval)
        {
            event.preventDefault();
            $radio.attr('checked', null);
        }
    });
});
oh and use the unclick script as needed
 

AliasOTurker

Member
Joined
Aug 24, 2017
Messages
116
Reaction score
288
Points
263
Gender
Male
Does anyone have a Panda for Cliff's HIT? My requester search doesn't seem to be working.
 

EnterNameHere

Active Member
Contributor
Joined
Jul 30, 2016
Messages
762
Reaction score
2,731
Points
568
Does anyone have a Panda for Cliff's HIT? My requester search doesn't seem to be working.
Title: Qualification test: User-Supplied Photo Moderation | Accept
Requester: Mechanical Turk Media [A1XNO05QPOU735] Contact
TV: No Reviews
TO: [Pay=3.00] [Fast=3.50] [Comm=2.60] [Fair=3.67] [Reviews=21] [ToS=0]
Reward: 0.32
Duration: 1800
Available: 1
Description: You are invited to take a qualification test for photo moderation
Qualifications: Total approved HITs GreaterThanOrEqualTo 500; HIT approval rate (%) GreaterThanOrEqualTo 98
[tr][td]
HIT exported from Mturk Suite v2.3.11
[/td][/tr]
[tr][td]
x[/td][/tr]
 
  • Like
Reactions: AliasOTurker
Status
Not open for further replies.