01/07 - Smooth Saturday!

Status
Not open for further replies.

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
Title: Responding to information(~ 5 minutes) | PANDA
Requester: Simone Tang [AQ74Q2Z0O5CPI] (Contact)
TO: [Pay: 4.53] [Fair: 4.89] [Comm: 4.76] [Fast: 4.79] [Reviews: 92] [ToS: 0]
Description:
$.50 for 4-5 minutes
Time: 20 minutes
HITs Available: 1
Reward: $0.50
Qualifications: Exc: [964062-30001] DoesNotExist ; Location In US;
HIT posted from Mturk Suite v1.1.15
 

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
Code:
// ==UserScript==
// @name         Amazon Requester Inc.- RA - Indicate your willingness to purchase one item at Amazon instead of another
// @namespace    http://your.homepage/
// @version      0.1
// @description  enter something useful
// @author       turker
// @grant        none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
// @include      *
// ==/UserScript==
if ( $("body:contains('Item Image 1')").length ) {
//document.getElementsByClassName("panel panel-primary")[0].innerHTML = "";
document.getElementById("questionnaire").getElementsByTagName("table")[0].getElementsByTagName("input")[0].focus();
var counter = 0;
document.getElementsByTagName("body")[0].onkeydown = function(event) {
for (i=0;i<5;i++) {
if (event.keyCode == i + 49) {
document.getElementById("questionnaire").getElementsByTagName("table")[counter].getElementsByTagName("input")[i].click();
counter = counter + 1;
if (counter == 11) {
//document.getElementById("submitButton").click();
}
else {
document.getElementById("questionnaire").getElementsByTagName("table")[counter].scrollIntoView();
}
}
}
};
}
Digital Nomad @Digital Nomad catnapped @catnapped keys 1 through 5 click the answers. also afaik these people are still rejecting so there's that. there are 2 useful commented out lines. 1 is hide instructions. the other is submit.
Thank you for posting this btw, but I'm having trouble getting it to work for me? I can withstand a crazy amount of rejections with the padding I've built, but I agree it is frustrating that they keep rejecting. It doesn't seem to matter if I go fast, or take my time... I know I'm doing them all correctly and don't understand any of the rejections. I will be posting a TO when I have time this weekend... and praying they change because I really need the money and they're an easy filler. Hopefully I wont have to give up on them...
 
  • Like
Reactions: Deleted member 526

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,574
Points
1,838
Location
Jersey Girl
Gender
Female
Title: Impression of Module and Article on Various Topics_2(~ 20 minutes) | PANDA
Requester: Eva Pietri [AS7U7S8Z3LSQC] (Contact)
TO: [Pay: 2.95] [Fair: 4.82] [Comm: 3.90] [Fast: 4.69] [Reviews: 40] [ToS: 0]
Description:
Complete a short module and read a short article. Complete measures that assess your impressions and may relate to your impressions
Time: 1 hour 30 minutes
HITs Available: 12
Reward: $1.00
Qualifications: Exc: [-430666090-30100] has not been granted; TP Panel: -1655170301 N is not less than 100; Location is one of: US;
HIT posted from Mturk Suite v1.1.15
 
D

Deleted member 526

Guest
Thank you for posting this btw, but I'm having trouble getting it to work for me? I can withstand a crazy amount of rejections with the padding I've built, but I agree it is frustrating that they keep rejecting. It doesn't seem to matter if I go fast, or take my time... I know I'm doing them all correctly and don't understand any of the rejections. I will be posting a TO when I have time this weekend... and praying they change because I really need the money and they're an easy filler. Hopefully I wont have to give up on them...
after the page loads then when you click the 1 key 1 time does the first question change to the first radio button as the answer? also this script might only work in chrome not firefox.
 
Last edited by a moderator:

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
Title: Searching for a partner - MALE PARTICIPANTS (age 18-30, heterosexual & single) ONLY!(~ 20 minutes) | PANDA
Requester: Tila Pronk [A1CSS6ZZY7HU1L] (Contact)
TO: [Pay: 3.20] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00] [Reviews: 5] [ToS: 0]
Description:
In this survey, you will be rating pictures of potential romantic partners. This study is ONLY available for male participants between 18 and 30 years old, who are heterosexual & single!
Time: 1 hour 30 minutes
HITs Available: 1
Reward: $2.00
Qualifications: Exc: [24284760-28748] DoesNotExist ; Location In US;
HIT posted from Mturk Suite v1.1.15
 

Jerami

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 24, 2016
Messages
14,405
Reaction score
25,210
Points
2,238
Title: Searching for a partner - FEMALE PARTICIPANTS (age 18-30, heterosexual & single) ONLY!(~ 20 minutes) | PANDA
Requester: Tila Pronk [A1CSS6ZZY7HU1L] (Contact)
TO: [Pay: 3.20] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00] [Reviews: 5] [ToS: 0]
Description:
In this survey, you will be rating pictures of potential romantic partners. This study is ONLY available for female participants between 18 and 30 years old, who are heterosexual & single!
Time: 1 hour 30 minutes
HITs Available: 1
Reward: $2.00
Qualifications: Exc: [25768573-28746] has not been granted; Location is one of: US;
HIT exported from Mturk Suite v1.1.15
 

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
after the page loads then when you click the 1 key 1 time does the first question change to the first radio button as the answer? also this script might only work in chrome not firefox.

edit: can another person with masters confirm if the script is working or broken?
I am using Chrome... I think I figured it out. It doesn't seem to work with my numpad? (this is what I've always heard it called, not sure what it's technically called) on my keyboard. I have to use the numbers across the top.
 
  • Like
Reactions: Deleted member 526
D

Deleted member 526

Guest
I am using Chrome... I think I figured it out. It doesn't seem to work with my numpad? (this is what I've always heard it called, not sure what it's technically called) on my keyboard. I have to use the numbers across the top.
yes that script doesn't work with a numberpad. it only works with the regular number keys.
 
  • Like
Reactions: PhantomCatt

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,574
Points
1,838
Location
Jersey Girl
Gender
Female
Title: Short (6 min) survey: $0.60 plus variable bonus up to $1.00 (or more) - FAST approval!(~ 6 minutes) | PANDA
Requester: COOPINEQ [A1R0HNIZD76RWP] (Contact)
TO: [Pay: 3.48] [Fair: 4.83] [Comm: 4.56] [Fast: 4.70] [Reviews: 94] [ToS: 0]
Description:
Read instructions, make decisions, answer survey questions and fill out demographics.
Time: 30 minutes
HITs Available: 23
Reward: $0.60
Qualifications: Exc: [1340208140-30104] has not been granted; Total approved HITs is not less than 1000; HIT approval rate (%) is not less than 95; Location is one of: US;
HIT posted from Mturk Suite v1.1.15
 

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
Title: Short (6 min) survey: $0.60 plus variable bonus up to $1.00 (or more) - FAST approval!(~ 6 minutes) | PANDA
Requester: COOPINEQ [A1R0HNIZD76RWP] (Contact)
TO: [Pay: 3.48] [Fair: 4.83] [Comm: 4.56] [Fast: 4.70] [Reviews: 94] [ToS: 0]
Description:
Read instructions, make decisions, answer survey questions and fill out demographics.
Time: 30 minutes
HITs Available: 23
Reward: $0.60
Qualifications: Exc: [1340208140-30104] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US;
HIT posted from Mturk Suite v1.1.15
 
  • Like
Reactions: scootypuff_sr

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
yes that script doesn't work with a numberpad. it only works with the regular number keys.
I'm really enjoying it. Makes it easier to do these while managing kiddos climbing in and out of my lap! Lol Thank you so much :)
 

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
yes that script doesn't work with a numberpad. it only works with the regular number keys.
I'm really enjoying it. Makes it easier to do these while managing kiddos climbing in and out of my lap! Lol Thank you so much :)
 
  • Like
Reactions: Deleted member 526
D

Deleted member 526

Guest
I'm really enjoying it. Makes it easier to do these while managing kiddos climbing in and out of my lap! Lol Thank you so much :)
you're welcome I'm glad I could help! it's simple to make it work with a numpad but I have to do some irl things now so I don't have time.
 
Status
Not open for further replies.