09/29 - It's Always Sunny on Thursday

Have you voted for Crowd Pleaser?


  • Total voters
    68
  • Poll closed .
Status
Not open for further replies.

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
this may not apply exactly, but I always hated that quote, because doing the same thing and accepting different results is what I call practicing. training. maybe you need practice at accepting hits? :sick: EDIT: sorry this wasn't the right emoji.
I love that



only for relevancy
 

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: Usability Test for Extended Game | PANDA
Requester: Heather [A2A53C2WMV8L9R] (Contact)
(TO): [Pay: 4.40] [Fair: 4.49] [Comm: 4.13] [Fast: 4.28]
Description:
The intent of this study is to collect and analyze data to evaluate an extended game assessment prototype.
Time: 3 hours
HITs Available: 1
Reward: $15.00
Qualifications: Location is US; Extended Games has not been granted;
 
  • Like
Reactions: BrewMeister

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: Watch shapes and answer questions | PANDA
Requester: Land Lab [A2OP8KM8UQXH6V] (Contact)
(TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A]
Description:
This study will ask you to watch shapes as they appear on the screen while pressing buttons. You will get $1 for successful completion!
Time: 60 minutes
HITs Available: 1
Reward: $1.00
Qualifications: Total approved HITs is greater than 100; HIT approval rate (%) is greater than 90; Location is US;
 

emily

Well-Known Member
Contributor
Joined
Sep 20, 2016
Messages
1,294
Reaction score
2,268
Points
588
Age
35
Location
SoCal
Gender
Female
yes. but that's all i know so far. but im looking...lol i have an ahk one i think but thought someone had a beter one.
What does the ahk one do?
 

sryan66611

Well-Known Member
Contributor
Joined
Feb 13, 2016
Messages
3,412
Reaction score
5,893
Points
838
Age
37
Gender
Male
Is there a script for todays A9s?
yes

Code:
// ==UserScript==
// @name         _a9_color
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ
// ==/UserScript==

var autosubmit = false;
var i = 0;

$('td[width="200px"]').hide();

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1 & Numpad 1
     _next(0);
     break;
    case 50: case 98: // 2 & Numpad 2
     _next(1);
     break;
    case 13: case 32:// Enter & Space
     $(':submit').click();
  }
});

function _next (j) {
  $(':radio').eq(j + i).click();
  i += 2;
  if (autosubmit && i > 2) {
    $(':submit').click();
  }
}
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
What does the ahk one do?
I couldn't figure out which was my a9 color one, it might have been before I realized I should keep them around instead of change them when another a9 type comes up. so yay for this one which i couldn't find either:
yes

Code:
// ==UserScript==
// @name         _a9_color
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ
// ==/UserScript==

var autosubmit = false;
var i = 0;

$('td[width="200px"]').hide();

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1 & Numpad 1
     _next(0);
     break;
    case 50: case 98: // 2 & Numpad 2
     _next(1);
     break;
    case 13: case 32:// Enter & Space
     $(':submit').click();
  }
});

function _next (j) {
  $(':radio').eq(j + i).click();
  i += 2;
  if (autosubmit && i > 2) {
    $(':submit').click();
  }
}
Thank you!!
 

Squatty

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

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
53,010
Reaction score
163,676
Points
3,238
Age
37
Gender
Male

emily

Well-Known Member
Contributor
Joined
Sep 20, 2016
Messages
1,294
Reaction score
2,268
Points
588
Age
35
Location
SoCal
Gender
Female
yes

Code:
// ==UserScript==
// @name         _a9_color
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ
// ==/UserScript==

var autosubmit = false;
var i = 0;

$('td[width="200px"]').hide();

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1 & Numpad 1
     _next(0);
     break;
    case 50: case 98: // 2 & Numpad 2
     _next(1);
     break;
    case 13: case 32:// Enter & Space
     $(':submit').click();
  }
});

function _next (j) {
  $(':radio').eq(j + i).click();
  i += 2;
  if (autosubmit && i > 2) {
    $(':submit').click();
  }
}
thank you!!
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
Title: Answer several short questions and a short demographic section. | PANDA
Requester: Yale Cognition & Development Lab [A1B2ILT2409W4R] (Contact)
(TO): [Pay: 3.18] [Fair: 4.46] [Comm: 3.26] [Fast: 4.48]
Description:
Answer quick survey questions about liquids. If you took a related survey recently, you may not be able to take this version - there is a filter at the beginning!
Time: 60 minutes
HITs Available: 1
Reward: $1.00
Qualifications: HIT approval rate (%) is not less than 95; Location is US;
 
Status
Not open for further replies.