hey not a hint or anything but if you happen to come up with a script to direct it to 'yes', they could be.Cool, passed bark on the first try. Lets see if they are any good.
hey not a hint or anything but if you happen to come up with a script to direct it to 'yes', they could be.Cool, passed bark on the first try. Lets see if they are any good.
Title: Answer a survey to help us research online classes Requester: Yanka [AAHEKJ3RTD6E] (TO) TO Ratings: ★★★★★ 1.00 Communicativity ★★★★★ 4.26 Generosity ★★★★★ 5.00 Fairness ★★★★★ 4.87 Promptness Number of Reviews: 34 | TOS Flags: 0 Submit a new TO review Description: Tell us about your experience and interest level in specific online classes Time: 30 minutes HITs Available: 1 Reward: $0.20 Qualifications: Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 95;Location is US |
Title: Driving Pet Peeves Survey Review - Must be an 18+ driver and have a significant other | PANDA Requester: Angela Listy [A1M2H0HAEXONBY] (Contact) (TO): [Pay: 4.27] [Fair: 4.27] [Comm: 4.18] [Fast: 4.96] Description: Please answer this survey on your Significant Other Driving Pet Peeves - Must be an 18+ driver and have a significant other Time: 2 hour(s) HITs Available: 1 Reward: $1.00 Qualifications: Export from new site, Quals are a work in progess |
I realize this isn't helpful, and hope you figure it out, but I just submitted one with both selected before I realized it actually allowed me to select both. weird.Question?
I don't have a numpad, so I am trying to change the keys on this script to be the 1-6 instead.
When I am doing these yes/no ones, It selects both yes and no. What did I mess up?
Code:var autosubmit = true; window.focus(); window.onkeydown = function (event) { if ((event.keyCode === 49)) { // 1 Cyberbullying $( "input[value='cyberbullying']" ).click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 50)) { // 2 Depression/Cutting/Suicidal thoughts $("input[value='depression']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 51)) { // 3 Drug/Alcohol content $("input[value='drugs']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 52)) { // 4 Sexual content $("input[value='sex']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 53)) { // 5 Violence/Threats of Violence $("input[value='violence']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 54)) { // 6 None $("input[value='none']").click(); if (autosubmit) { $("#submitButton").click(); } } // for Cyberbullying Yes/No HIT if ((event.keyCode === 49)) { // 2 No $("input[value='none']").click(); if (autosubmit) { $("#submitButton").click(); } } };
Title: 3-minute eligibility survey for several studies(~ 3 minutes) | PANDA Requester: nu spcl [A2XRNL2U7OGDHN] (TO) TO Ratings: ★★★★★ 3.86 Communicativity ★★★★★ 2.96 Generosity ★★★★★ 4.48 Fairness ★★★★★ 4.34 Promptness Number of Reviews: 65 | TOS Flags: 0 Submit a new TO review Description: survey Time: 10 minutes HITs Available: 55 Reward: $0.15 Qualifications: Exc: [918139615-18467] has not been granted;HIT approval rate (%) is not less than 90;Location is one of: US |
Title: Share your thoughts about food trucks | PANDA Requester: Yeon Ho Shin [A1PVXFWGCS8WON] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 3.00 Generosity ★★★★★ 5.00 Fairness ★★★★★ 5.00 Promptness Number of Reviews: 2 | TOS Flags: 0 Submit a new TO review Description: Give us your opinion about food trucks Time: 2 hours HITs Available: 1 Reward: $0.50 Qualifications: Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 95;Location is US |
Title: Share your thoughts about food trucks | PANDA Requester: Yeon Ho Shin [A1PVXFWGCS8WON] (TO) TO Ratings: 0.00 Communicativity 3.00 Generosity 5.00 Fairness 5.00 Promptness Number of Reviews: 2 (Submit a new TO rating for this requester) Description: Give us your opinion about food trucks Time: 2 hours Hits Available: 1 Reward: $0.50 Qualifications: Total approved HITs is not less than 1000; HIT approval rate (%) is not less than 95; Location is US |
Writing.
Title: Share your thoughts about food trucks | PANDA
Requester: Yeon Ho Shin [A1PVXFWGCS8WON] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★★ 3.00 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 2 | TOS Flags: 0
Submit a new TO review
Description: Give us your opinion about food trucks
Time: 2 hours
HITs Available: 1
Reward: $0.50
Qualifications: Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 95;Location is US
You have keycode 49 clicking for cyber bulling at the top, and then at the bottom, you have it cliking none.Question?
I don't have a numpad, so I am trying to change the keys on this script to be the 1-6 instead.
When I am doing these yes/no ones, It selects both yes and no. What did I mess up?
Code:var autosubmit = true; window.focus(); window.onkeydown = function (event) { if ((event.keyCode === 49)) { // 1 Cyberbullying $( "input[value='cyberbullying']" ).click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 50)) { // 2 Depression/Cutting/Suicidal thoughts $("input[value='depression']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 51)) { // 3 Drug/Alcohol content $("input[value='drugs']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 52)) { // 4 Sexual content $("input[value='sex']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 53)) { // 5 Violence/Threats of Violence $("input[value='violence']").click(); if (autosubmit) { $("#submitButton").click(); } } if ((event.keyCode === 54)) { // 6 None $("input[value='none']").click(); if (autosubmit) { $("#submitButton").click(); } } // for Cyberbullying Yes/No HIT if ((event.keyCode === 49)) { // 2 No $("input[value='none']").click(); if (autosubmit) { $("#submitButton").click(); } } };
// ==UserScript==
// @name _bark_engineering
// @namespace http://kadauchi.com/
// @version 1.0.0
// @description blank
// @author Kadauchi
// @icon http://kadauchi.com/avatar4.jpg
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.0.min.js
// @hitname This HIT may contain adult content. Worker discretion is advised.) Social Media Message Categorization
// @hitsave https://s3.amazonaws.com/mturk_bulk/hits/214547865/3tS4_FnDI_CEWcDEE40Tjg.html?assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3BVS8WK9Q0HPS9PQZG0XA62JKPPBI9
// ==/UserScript==
_bark_engineering();
function _bark_engineering () {
$(document).keydown(function (e) {
switch (e.which) {
case 49: // 1
$(':checkbox').eq(0).click();
$(':submit').click();
break;
case 50: // 2
$(':checkbox').eq(1).click();
$(':submit').click();
break;
default: return;
}
});
}
You want to mix crack with the meth, that will get you right.Meth didn't work, still sleepy. Going to try cocaine next.
Title: Tell us your opinion! | PANDA Requester: Lobos [A142B3X61LNEHG] (Contact) (TO): [Pay: 4.50] [Fair: 4.50] [Comm: 5.00] [Fast: 4.50] Description: This study examines how people interpret a short description written by a leader. You will read a short excerpt, and answer questions about the content. Time: 60 minutes HITs Available: 1 Reward: $0.45 Qualifications: Total approved HITs is not less than 100; HIT approval rate (%) is not less than 98; Location is US; |
work out of your queueSo getting kicked out of barks everytime i do one...throttling? really wanting to make these worth it, not up to anything that takes actual effort atm
Title: Resilience and Well-being | PANDA Requester: Dr John Maltby [A5SX4479JV1MB] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 4.00 Generosity ★★★★★ 5.00 Fairness ★★★★★ 5.00 Promptness Number of Reviews: 3 | TOS Flags: 0 Submit a new TO review Description: 60 item questionnaire: The current study explores the relationship between the way people approach life in terms of stressful events. Time: 60 minutes HITs Available: 1 Reward: $0.55 Qualifications: Location is US |