06/13 - Moleman Monday!

Status
Not open for further replies.

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,780
Reaction score
8,293
Points
838
Title: Short experiment about how we use moral language | PANDA
Requester: Social Cognitive Science Research Center [AGNA99S29MTHA] (TO)
TO Ratings:
★★★★ 4.17 Communicativity
★★★★ 4.30 Generosity
★★★★★ 5.00 Fairness
★★★★ 4.98 Promptness
Number of Reviews: 82 | TOS Flags: 0
Submit a new TO review
Description: Answer short questions as part of a psychology experiment at Brown University. 6 minutes.
Time: 2 hours
HITs Available: 10
Reward: $0.60
Qualifications: HIT approval rate (%) is not less than 85;Location is US
 

gonz

♪ ♫ ♪ ♫ ♪ ♫ ♪ Befriender of Ducks
Contributor
Joined
Jan 12, 2016
Messages
149
Reaction score
211
Points
368
Age
33
Gender
Male
ANY SCRIPTERS that could give me a hint to make this keep selecting 'not covered', it will do it on the first one, a loop? I'm clueless... Requester: NoblisCV

Code:
// ==UserScript==
// @name nobliscv
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Clady
// @include *s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==

$(document).ready(function() {
$('input[value="not covered"]').click();
});
i ended up using a function, clicking the next button clicks not covered. probs not the most elegant but it works ¯\_(ツ)_/¯ btw did anyone get a save of that HIT? i forgot to before they expired on me.
 
  • Like
Reactions: T. Leela

Krikket

YouTube Connoisseur
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
9,385
Reaction score
11,798
Points
1,313
Gender
Female

Krikket

YouTube Connoisseur
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
9,385
Reaction score
11,798
Points
1,313
Gender
Female
Title: Transcribe a 5 minute audio file | PANDA
Requester: BJF [APAYJAW26L8TW] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★★ 3.00 Generosity
★★★★★ 0.00 Fairness
★★★★★ 0.00 Promptness
Number of Reviews: 2 | TOS Flags: 0
Submit a new TO review
Description: Transcribe an audio file, clear English and audio
Time: 60 minutes
HITs Available: 1
Reward: $3.00
Qualifications: Total approved HITs is not less than 100;HIT approval rate (%) is not less than 95;Location is US;Adult Content Qualification is 1
 
  • Like
Reactions: Roscoe E Goldchain

essjay

Filthy Casual
Contributor
Joined
Jan 12, 2016
Messages
4,996
Reaction score
7,248
Points
988
Gender
Non-binary
I am tired and hungry and I just did most of these surveys in a row cos I forgot I had them in my queue so I'm burnt out. Gonna go have lunch and a nap.

Today's Projected Earnings: $21.61
Log in or register now. to view Spoiler content!
 

Johnnyrs

Active Member
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
546
Reaction score
1,603
Points
668
Age
54
Location
Whittier, California
Gender
Male
ANY SCRIPTERS that could give me a hint to make this keep selecting 'not covered', it will do it on the first one, a loop? I'm clueless... Requester: NoblisCV

Code:
// ==UserScript==
// @name nobliscv
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Clady
// @include *s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==

$(document).ready(function() {
$('input[value="not covered"]').click();
});
Would need to have it check to see if the input is selected or not then click it but I made my script let users push 1 2 3 to select each selection and then go to the next one.
 
Status
Not open for further replies.