- Joined
- Feb 28, 2017
- Messages
- 17,492
- Reaction score
- 32,878
- Points
- 1,388
- Location
- California
- Gender
- Female
Over my daily goal but not by much. I hope you all have better luck!
Title: Prediction Study(~ 6 minutes) | Accept Requester: minahjung [A1TL9B3EBMYH0R] Contact TV: [Hrly=$4.97] [Pay=Underpaid] [Approval=1-2 weeks] [Comm=Unrated] [Rej=0] [Blk=0] TO: [Pay=2.14] [Fast=3.33] [Comm=1.00] [Fair=5.00] [Reviews=10] [ToS=1] TO2: No Reviews Reward: 0.50 Duration: 20:00 Available: 14 Description: In this survey, you will predict how much people pay under pay what you want pricing Qualifications: Not available from queue exports. |
|
heh. I'm at $12.45. I have a few of the big money hits on panda but I really don't expect I'll snag them today or tomorrow or the next day or the day after that or the day after that ..Over my daily goal but not by much. I hope you all have better luck!
Title: Answer a survey about climate change | Accept Requester: jug [A3LSL85JBXN0XF] Contact TV: [Hrly=$12.93] [Pay=Good] [Approval=Unrated] [Comm=Unrated] [Rej=0] [Blk=0] TO: No Reviews TO2: No Reviews Reward: 0.70 Duration: 1:00:00 Available: 1 Description: short survey (8-10 minutes) Qualifications: Not available from queue exports. |
Title: survey about political opinions (maybe with opportunity for bonus)(~ 5 minutes) | Accept Requester: Kellogg Kteily Lab [A8VNY3KPRHHRC] Contact TV: [Hrly=$14.19] [Pay=Good] [Approval=~24 hrs] [Comm=Excellent] [Rej=0] [Blk=0] TO: [Pay=3.36] [Fast=4.94] [Comm=4.82] [Fair=4.97] [Reviews=114] [ToS=2] TO2: No Reviews Reward: 0.70 Duration: 30:00 Available: 112 Description: survey about political opinions (maybe with opportunity for bonus) Qualifications: Exc: [1270273308-265944] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 500; CR Research Group #2 DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 98; CR Research Group #1 GreaterThanOrEqualTo 100; Location In US |
Title: (Bonus Version) Fool the model - Natural Language Sentiment Analysis | Accept Requester: StanfordPragLab [AVUEQ4Z5TKO0R] Contact TV: [Hrly=$23.39] [Pay=Generous] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0] TO: [Pay=4.04] [Fast=4.29] [Comm=3.58] [Fair=4.17] [Reviews=35] [ToS=0] TO2: No Reviews Reward: 0.20 Duration: 30:00 Available: 11 Description: Your job is to find examples that fool AI models. Bonus will be given to each truly fooling example. Qualifications: sa-1-qualification-failed DoesNotExist ; Location NotEqualTo US-CA; Total approved HITs GreaterThanOrEqualTo 1000; DynaSent-MTurk-Softban-Pool DoesNotExist ; Location In AU, CA, GB, NZ, US; HIT approval rate (%) GreaterThanOrEqualTo 98; Location In US |
Title: Recording 15 spoken phrases | Accept Requester: Syntiant MTurk [A3FCO3IQX8QIMR] Contact TV: [Hrly=$7.53] [Pay=Low] [Approval=1-3 days] [Comm=Unrated] [Rej=0] [Blk=0] TO: [Pay=2.33] [Fast=0.00] [Comm=0.00] [Fair=0.00] [Reviews=4] [ToS=0] TO2: No Reviews Reward: 1.00 Duration: 2:00:00 Available: 1 Description: Recording 15 short spoken phrases. Please record in a quiet space, turn phones and smart devices off and ensure your microphone input level is around 80%. Chrome browser is preferred. Qualifications: Not available from queue exports. |
Title: Whose Fault Is It?(~ 40 minutes) | PANDA Requester: Matthew Mizel [AY4LTEH6FXR8A] (Req TV): $23.36/hr/hr (TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] Description: The RAND Corporation is conducting a study of how people make jury decisions in civil cases. Time: 2 hour(s) HITs Available: 3 Reward: $8.00 Qualifications: TP Panel: 1989414341 N GreaterThanOrEqualTo 100; Exc: [765878448-265952] DoesNotExist ; SurveyGroup [4368] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; CR Research Group #1 GreaterThanOrEqualTo 100; Location In US; |
Title: Auditory Perception Study, Up to $9.15 BONUS possible in 40-60 minutes | PANDA Requester: McDermott Experiments [A19YWY6E1CP566] (Req TV): $13.81/hr/hr (TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] Description: Make judgments about simple melodies Time: 4 hour(s) HITs Available: 1 Reward: $0.25 Qualifications: Total approved HITs GreaterThan 100; HIT approval rate (%) GreaterThan 95; Location EqualTo US; |
// ==UserScript==
// @name A9 Product .02
// @version 1.04
// @description preclicks, buttons, enter to submit
// @author SarahAshlee90
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
var sanity = document.querySelectorAll('h4')[0];
if (sanity.innerHTML === "Image 1") {
window.focus();
const radios_and_checkboxes = document.querySelectorAll('[type="radio"]');
function preclick(elements_to_click, ...numbers) {
const radios_and_checkboxes_to_preclick = [];
Array.prototype.slice.call(arguments).forEach(el => radios_and_checkboxes_to_preclick.push(el));
for (var i = 2; i < radios_and_checkboxes.length; i++) {
delete radios_and_checkboxes[i].removeAttribute("disabled");
}
radios_and_checkboxes_to_preclick.forEach(element => radios_and_checkboxes[element].click());
console.log(`There are a total of ${radios_and_checkboxes.length} checkboxes/radio's on this page. The requested preclicks are numbers ${radios_and_checkboxes_to_preclick}`);
}
setTimeout(function () {
preclick(0, 2, 4, 6, 8);
}, 1000)
window.addEventListener("keydown", function (event) {
if (event.code === "NumpadEnter") {
$('[id="submit"]').click();
}
});
function button1_click() {
for (var i = 0; i < radios_and_checkboxes.length; i++) {
radios_and_checkboxes[i].checked = false;
}
setTimeout(function () {
radios_and_checkboxes[1].click();
setTimeout(function () {
$('[id="submit"]').click();
}, 250)
}, 250);
}
function button2_click() {
radios_and_checkboxes[3].click();
}
function button3_click() {
radios_and_checkboxes[8].checked = false;
const q5_but = document.querySelectorAll('[type="button"]')[10];
q5_but.value = "The hit has disabled Question 5";
q5_but.style.backgroundColor = "lightgrey";
q5_but.setAttribute("disabled", "true");
setTimeout(function () {
radios_and_checkboxes[5].click();
}, 250);
}
function button4_click() {
radios_and_checkboxes[8].checked = false;
const q5_but = document.querySelectorAll('[type="button"]')[10];
q5_but.value = "The hit has disabled Question 5";
q5_but.style.backgroundColor = "lightgrey";
q5_but.setAttribute("disabled", "true");
setTimeout(function () {
radios_and_checkboxes[7].click();
}, 250);
}
function button5_click() {
radios_and_checkboxes[9].click();
setTimeout(function () {
$('[id="submit"]').click();
}, 250);
}
function createButton(context, func, color, text) {
var button = document.createElement("input");
button.style.backgroundColor = color
button.type = "button";
button.value = text;
button.onclick = func;
context.appendChild(button);
}
const q_1 = document.getElementById("notsure").parentNode;
const q_2 = radios_and_checkboxes[3].parentNode;
const q_3 = radios_and_checkboxes[5].parentNode;
const q_4 = radios_and_checkboxes[7].parentNode;
const q_5 = radios_and_checkboxes[9].parentNode;
const control = document.querySelectorAll('[id="main"]')[0];
createButton(q_1, button1_click, "red", "Clear all answers then click No/Not Sure then click Submit");
createButton(q_2, button2_click, "Chartreuse", "Different Angle");
createButton(q_3, button3_click, "Chartreuse", "Clear Question 5 then click No");
createButton(q_4, button4_click, "Chartreuse", "Clear Question 5 then click No");
createButton(q_5, button5_click, "red", "Click No and Submit");
}
Got half way through the McDermott, hit the tab key one too many times and returned the HIT. Sometimes you have to just laugh at yourself and then keep moving on.
![]()
Write about a time when... Title: Consumer Survey (4-6 min) | Accept Requester: Maggie Y. Chu [A36N6EKT4JY3PQ] Contact TV: [Hrly=$27.25] [Pay=Generous] [Approval=Unrated] [Comm=Unrated] [Rej=0] [Blk=0] TO: No Reviews TO2: No Reviews Reward: 0.50 Duration: 1:00:00 Available: 1 Description: Give us your opinions in a consumer study Qualifications: Not available from queue exports. |
Very helpful. Thanks.I wasn't able to do the resizing but this should clean up the issues with the buttons.Code:// ==UserScript== // @name A9 Product .02 // @version 1.04 // @description preclicks, buttons, enter to submit // @author SarahAshlee90 // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant none // @require https://code.jquery.com/jquery-3.1.1.min.js // ==/UserScript== var sanity = document.querySelectorAll('h4')[0]; if (sanity.innerHTML === "Image 1") { window.focus(); const radios_and_checkboxes = document.querySelectorAll('[type="radio"]'); function preclick(elements_to_click, ...numbers) { const radios_and_checkboxes_to_preclick = []; Array.prototype.slice.call(arguments).forEach(el => radios_and_checkboxes_to_preclick.push(el)); for (var i = 2; i < radios_and_checkboxes.length; i++) { delete radios_and_checkboxes[i].removeAttribute("disabled"); } radios_and_checkboxes_to_preclick.forEach(element => radios_and_checkboxes[element].click()); console.log(`There are a total of ${radios_and_checkboxes.length} checkboxes/radio's on this page. The requested preclicks are numbers ${radios_and_checkboxes_to_preclick}`); } setTimeout(function () { preclick(0, 2, 4, 6, 8); }, 1000) window.addEventListener("keydown", function (event) { if (event.code === "NumpadEnter") { $('[id="submit"]').click(); } }); function button1_click() { for (var i = 0; i < radios_and_checkboxes.length; i++) { radios_and_checkboxes[i].checked = false; } setTimeout(function () { radios_and_checkboxes[1].click(); setTimeout(function () { $('[id="submit"]').click(); }, 250) }, 250); } function button2_click() { radios_and_checkboxes[3].click(); } function button3_click() { radios_and_checkboxes[8].checked = false; const q5_but = document.querySelectorAll('[type="button"]')[10]; q5_but.value = "The hit has disabled Question 5"; q5_but.style.backgroundColor = "lightgrey"; q5_but.setAttribute("disabled", "true"); setTimeout(function () { radios_and_checkboxes[5].click(); }, 250); } function button4_click() { radios_and_checkboxes[8].checked = false; const q5_but = document.querySelectorAll('[type="button"]')[10]; q5_but.value = "The hit has disabled Question 5"; q5_but.style.backgroundColor = "lightgrey"; q5_but.setAttribute("disabled", "true"); setTimeout(function () { radios_and_checkboxes[7].click(); }, 250); } function button5_click() { radios_and_checkboxes[9].click(); setTimeout(function () { $('[id="submit"]').click(); }, 250); } function createButton(context, func, color, text) { var button = document.createElement("input"); button.style.backgroundColor = color button.type = "button"; button.value = text; button.onclick = func; context.appendChild(button); } const q_1 = document.getElementById("notsure").parentNode; const q_2 = radios_and_checkboxes[3].parentNode; const q_3 = radios_and_checkboxes[5].parentNode; const q_4 = radios_and_checkboxes[7].parentNode; const q_5 = radios_and_checkboxes[9].parentNode; const control = document.querySelectorAll('[id="main"]')[0]; createButton(q_1, button1_click, "red", "Clear all answers then click No/Not Sure then click Submit"); createButton(q_2, button2_click, "Chartreuse", "Different Angle"); createButton(q_3, button3_click, "Chartreuse", "Clear Question 5 then click No"); createButton(q_4, button4_click, "Chartreuse", "Clear Question 5 then click No"); createButton(q_5, button5_click, "red", "Click No and Submit"); }
@Clint
Title: Survey about health topic(~ 1 minutes) | Accept Requester: Carnegie Mellon CRPC Lab [A2QZUGLU9M0YNP] Contact TV: [Hrly=$12.88] [Pay=Good] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0] TO: [Pay=4.16] [Fast=3.85] [Comm=3.80] [Fair=4.84] [Reviews=43] [ToS=0] TO2: No Reviews Reward: 0.10 Duration: 2:00:00 Available: 34 Description: This 1 minute survey asks about your opinions on a current health topic. You will be paid .10 cents for your participation. Qualifications: Exc: [-867877013-265943] DoesNotExist ; CR Research Group #2 DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 70; CR Research Group #1 GreaterThanOrEqualTo 100; Location In US |
Title: A Consumer Survey (about 6 mins) (~ 6 minutes) | Accept Requester: amazon_lei [A2QD3I7RT6F95] Contact TV: [Hrly=$9.73] [Pay=Fair] [Approval=1-3 days] [Comm=Unrated] [Rej=0] [Blk=0] TO: [Pay=2.32] [Fast=3.96] [Comm=2.14] [Fair=4.25] [Reviews=97] [ToS=4] TO2: No Reviews Reward: 0.40 Duration: 30:00 Available: 12 Description: This is survey will take you around 6 minutes. Please concentrate and do not take break during the survey. thanks. Qualifications: Total approved HITs GreaterThanOrEqualTo 50; Exc: [167603-167014] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US |
Title: Survey on Organizational Culture(~ 15 minutes) | Accept Requester: Victoria M Grady [A1RUVPGC91025L] Contact TV: No Reviews TO: No Reviews TO2: No Reviews Reward: 2.00 Duration: 1:00:00 Available: 6 Description: This research leverages the work we have developed focused on the intersection of management, organizational development, psychology—developmental and social, and neuroscience to understand organizational culture by first understanding the organization’s collective human capital. Qualifications: TP Panel: 1989414341 N GreaterThanOrEqualTo 100; Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 60; Exc: [266293-265704] DoesNotExist ; CR Research Group #1 GreaterThanOrEqualTo 100; Location In US |