08/27 - Shirobako & Sakurasou Saturday!

Status
Not open for further replies.

Kurama96

Member
Joined
Jul 24, 2016
Messages
237
Reaction score
325
Points
263
Age
28
Gender
Male
Are the A9s worth it? I saw some dude post here that he was making $

Edit: Double post I don't know how to delete
 
Last edited:
  • Like
Reactions: <Gucci>

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
Title: Rate the Quality of Chart Sequences | PANDA
Requester: Younghoon Kim [A309QTJCGCJGYA] (Contact)
(TO): [Pay: 2.33] [Fair: 1.00] [Comm: 1.00] [Fast: 1.00]
Description:
In each of the following tasks, you will see a set of charts. Imagine that they will be shown one after the other in a slideshow presentation. Your task is to rate how well different candidate sequences of charts present data clearly and logically.
Time: 2 hours
HITs Available: 1
Reward: $6.50
Qualifications: HIT approval rate (%) is not less than 95; Location is US;

I loved this study. For someone who loves charts and organization and numbers, this was outstanding. Just cook the timer a little bit and you'll be fine, that's what the rejection was based on. 30-35 min or so going pretty slow for me.
 
  • Like
Reactions: Azazael and <Gucci>

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Seems to be, but from what they told me and Squatty:

And again, I remember them telling Squatty that hey had already sent out rejections. I don't know, just feels weird for them to go off the radar after explicitly saying they would approve Thursday night / Friday morning.
I emailed again yesterday and never received a response.
 

Kurama96

Member
Joined
Jul 24, 2016
Messages
237
Reaction score
325
Points
263
Age
28
Gender
Male
Are the A9s worth it? I saw some dude post here that he was making $10/hr with those but I'm a little skeptical as they are only 0.01.
 
  • Like
Reactions: <Gucci>

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
1 & Numpad 1 = Yes
2 & Numpad 2 = No
Enter & Space = Submit
Set autosubmit to true to auto submit after HIT completion.

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();
  }
}
 

MrTrentSD

Alive and Kicking
Contributor
Joined
Feb 6, 2016
Messages
1,916
Reaction score
3,535
Points
588
Location
San Diego
Gender
Male
T
1 & Numpad 1 = Yes
2 & Numpad 2 = No
Enter & Space = Submit
Set autosubmit to true to auto submit after HIT completion.

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();
  }
}
sweet baby Jesus
 
  • Like
Reactions: BrewMeister

rosesword975

Off with their HEADS!!
Contributor
Joined
Mar 17, 2016
Messages
30
Reaction score
61
Points
343
Age
48
Gender
Female
grrrr
 
Last edited:

Kurama96

Member
Joined
Jul 24, 2016
Messages
237
Reaction score
325
Points
263
Age
28
Gender
Male
Wow I did one A9 and they stat glitching out, there
you could use mine instead.

1 is pair one matches, second doesn't
2 is pair two matches, first doesn't
3 is both match
0 is neither match.

Code:
Numpad3::
send {tab}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
send {space}
return

Numpad0::
send {tab}{down}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
send {space}
return

Numpad1::
send {tab}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
send {space}
return

Numpad2::
send {tab}{down}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
send {space}
return

I tried your script and it's not working for me, it keeps trying to submit the hit without bubbling in anything or it selects the wrong bubbles and then submits. Any suggestions on what I did wrong? I just copied and pasted it into autohotkey
 

ShanaMarie

Not all who wander are lost.
Contributor
Joined
Apr 19, 2016
Messages
1,927
Reaction score
2,378
Points
438
Age
55
Location
Camas, WA
Gender
Female
Wow I did one A9 and they stat glitching out, there



I tried your script and it's not working for me, it keeps trying to submit the hit without bubbling in anything or it selects the wrong bubbles and then submits. Any suggestions on what I did wrong? I just copied and pasted it into autohotkey
same for me.
 

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
  • Like
Reactions: phusia

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
Title: Upload 1-minute screencast of a website | PANDA
Requester: UserBob [A1G1PATDFBA7E5] (Contact)
(TO): [Pay: 4.78] [Fair: 5.00] [Comm: 4.97] [Fast: 5.00]
Description:
Record your computer's screen and your voice while you spend 1 minute talking about your first visit to a website. Then upload the recording.
Time: 20 minutes
HITs Available: 1
Reward: $0.40
Qualifications: Reviewer is not less than 1; HIT approval rate (%) is not less than 99; demographic2184 is 1;
 

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Are the A9s worth it? I saw some dude post here that he was making $

Edit: Double post I don't know how to delete
I'll tell you what isn't worth it. These Research Task HITs. Balls!
 
  • Like
Reactions: <Gucci>

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
What's the latest Global wild speculation?
 
Status
Not open for further replies.