02/09 - Tales of Thursday!

Status
Not open for further replies.

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
51
Location
Pennsylvania
Gender
Male
Title: Children's Play Survey | PANDA
Requester: Carla Abad [A2G7BQ1V1I1DS9] (Contact)
TO: [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] [Reviews: 0] [ToS: 0]
Description:
We are looking for parents of young children to complete a survey about the toys and activities their children play with and engage in.
Time: 168 hours
HITs Available: 1
Reward: $6.00
Qualifications: None;
HIT posted from Mturk Suite v1.5.0
 

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
51
Location
Pennsylvania
Gender
Male

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,021
Reaction score
145,523
Points
2,088
Gender
Male

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Title: Rate TV Show & Movie Suggestions | PANDA
Requester: Sergey Schmidt [A1IFMRTRLY6CMX] (Contact)
TO: [Pay: 3.68] [Fair: 4.18] [Comm: 1.96] [Fast: 4.35] [Reviews: 282] [ToS: 11]
Description:
Given a TV Show or Movie, rate the given suggested TV Show or Movie.
Time: 5 minutes
HITs Available: 999
Reward: $0.05
Qualifications: Total approved HITs is not less than 5000; HIT approval rate (%) is not less than 99; Location is US;
HIT posted from Mturk Suite v1.5.0
I'm not capped on these. I dunno if I should be happy or cry
 

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
easiest way to accomplish this might be to use a JS script to add a hotkey to the submit button... and then use an ahk script to make your right mouse button input that hotkey. This allows your mouse to be wherever is comfortable for you and still submit without having to move your pointer to wherever the submit button is floating.
I don't know how to do any of that yet since I haven't had the time to learn a lot about it, but I'm going to at some point. I will definitely keep this in mind, though. Thanks for the advice. :)
 
  • Like
Reactions: Kerek

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: Children's Play Survey | PANDA
Requester: Carla Abad [A2G7BQ1V1I1DS9] (Contact)
TO: [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] [Reviews: 0] [ToS: 0]
Description:
We are looking for parents of young children to complete a survey about the toys and activities their children play with and engage in.
Time: 168 hours
HITs Available: 1
Reward: $6.00
Qualifications: None;

HIT posted from Mturk Suite v1.5.0
Hmm, there's a screener. No wonder I caught it. Here's hoping they like 2yr olds.

EDIT: Aaaand screened out.
 

charlie

Well-Known Member
Joined
Nov 3, 2016
Messages
6,676
Reaction score
10,742
Points
938
Age
49
Gender
Male
Code:
// ==UserScript==
// @name        Sergey Hide Instructions
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Hide instructions
// @author       Squatty
// @match        https://www.mturkcontent.com/dynamic/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

window.focus();

$("#instructions").hide(); //hide instructions
$("#sample-task").hide(); //hide examples
holy crap thank you!! working beautifully!
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
New version. Only works on Sergey hits

Code:
// ==UserScript==
// @name         Sergey Submit 2.0
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  Add submit button
// @author       Squatty
// @match        https://www.mturkcontent.com/dynamic/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

window.focus();

if ($("h4:contains(Carefully review the following examples before you begin the task.)").length){
   
document.getElementById(`instructions`).style.display = `none`;
document.getElementById(`sample-task`).style.display = `none`;

document.body.insertAdjacentHTML(
  `beforeend`,
  `<div id="myDiv" class="submitpanel">` +
  `<p><button id="button1">Submit</button></p>` +
  `</div>`
);

document.head.insertAdjacentHTML(
  `beforeend`,
  `<style>` +
  `.submitpanel {margin:5px; background:lightblue; padding:2px 5px;}` +
  `.submitpanel {z-index:10; position:fixed; top:30%;right:50%; background:aliceblue; opacity:0.9; transform:translateX(50%);}` +
  `.submitpanel button {font-size: 12px; margin-right:2px; padding:1px;}` +
  `</style>`
);

document.getElementById(`button1`).addEventListener(`click`, function () {
  document.querySelector(`[type="submit"]`).click();
});
}
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Has anyone been able to do the $6 children study?
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
If anyone is just starting to learn how to script and has questions, feel free to PM me.
I am just starting to scratch the surface of scripting, but I will try my best to help.

There are a lot of helpful people here on the forum who help me all the time.
Blue @Blue Kerek @Kerek Kadauchi @Kadauchi Tjololo @Tjololo
Just to name a few. :)
 

Tjololo

Active Member
Joined
Jan 12, 2016
Messages
629
Reaction score
2,628
Points
493
Age
36
If anyone is just starting to learn how to script and has questions, feel free to PM me.
I am just starting to scratch the surface of scripting, but I will try my best to help.

There are a lot of helpful people here on the forum who help me all the time.
Blue @Blue Kerek @Kerek Kadauchi @Kadauchi Tjololo @Tjololo
Just to name a few. :)
Me? Script? Naw, I don't know anything about it.

 

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: Social Impressions | PANDA
Requester: cd1211 [A1EJ01AYQBS4LA] (Contact)
TO: [Pay: 3.23] [Fair: 3.71] [Comm: 3.49] [Fast: 3.91] [Reviews: 96] [ToS: 2]
Description:
You will be asked to read and provide your impressions of others based on their online profiles. This HIT takes about 5 minutes.
Time: 1 hour
HITs Available: 1
Reward: $0.50
Qualifications: Qualification for "Online Communications" HIT D DoesNotExist ; Qualification for "Online Communications" HIT C DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Qualifiation for "Social Evaluations" HIT DoesNotExist ; Location EqualTo US;
HIT posted from Mturk Suite v1.5.0
 
Status
Not open for further replies.