02/19 - Signing Sunday!

Status
Not open for further replies.

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Title: The Wisdom of Crowds Challenge | PANDA
Requester: Stanford Social Systems Lab [A26Z3IU9PUIHK] (Contact)
TO: [Pay: 3.50] [Fair: 5.00] [Comm: 2.33] [Fast: 4.00] [Reviews: 8] [ToS: 0]
Description:
Can you beat the crowd? Jump into this challenge to find out!
Time: 20 minutes
HITs Available: 4
Reward: $0.40
Qualifications: Location is US;
HIT posted from Mturk Suite v1.11.7
These are great, if you aren't capped like me :(
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Was anyone able to make a working script? Does anyone have questions?
 
  • Like
Reactions: TylerS

Roscoe E Goldchain

Hood Haiku Specialist
Contributor
HIT Poster
Joined
Jan 25, 2016
Messages
11,770
Reaction score
28,998
Points
1,438
Location
VA
Gender
Male
Title: Participate in a cognitive science study on learning and reasoning | PANDA
Requester: Cocosci Lab at UC Berkeley [AHG3DFQ65ESGY] (Contact)
TO: [Pay: 4.25] [Fair: 4.89] [Comm: 4.50] [Fast: 4.86] [Reviews: 339] [ToS: 0]
Description:
You will read a few short passages and will be asked to make estimations and inferences based on what you've read. This study should take approximately 20 minutes.
Time: 1 hour
HITs Available: 2
Reward: $2.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 50; HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US;
HIT posted from Mturk Suite v1.11.7
 

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Was anyone able to make a working script? Does anyone have questions?
Hey, yeah it didn't work for me. Did I mess up a part?

Code:
// ==UserScript==
// @name         Clinic
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Select Not Aggressive
// @author       Squatty
// @match        https://s3.amazonaws.com/mturk_bulk/hits/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

{
('input:radio[value="Not Aggressive"]').prop('checked', true);
   
}
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Hey, yeah it didn't work for me. Did I mess up a part?

Code:
// ==UserScript==
// @name         Clinic
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Select Not Aggressive
// @author       Squatty
// @match        https://s3.amazonaws.com/mturk_bulk/hits/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

{
('input:radio[value="Not Aggressive"]').prop('checked', true);
 
}
I had to change the code,
use this instead

$('input[value="Not Aggressive"]').click();


Also, you don't need those brackets
 
Last edited:
  • Like
Reactions: TylerS

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Squatty @Squatty

I remember @grant does something important in the metadata so something has to be in there, I cant remember why though.

taking kadauchi's line for the @match makes life a lot easier for future scripts.
 
  • Like
Reactions: Squatty

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Squatty @Squatty

I remember @grant does something important in the metadata so something has to be in there, I cant remember why though.

taking kadauchi's line for the @match makes life a lot easier for future scripts.
What is his @match line?
 

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
I don't want to give away anything, but these Clinics definitely have a pattern to them.
 
  • Like
Reactions: TylerS and Squatty
Status
Not open for further replies.