06/11 - Snoop on Sunday!

Status
Not open for further replies.

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kerek @Kerek a couple of new ones and a line of code that pushed the submit button to the right. I dunno why I C+P all the lines.
Code:
    presets.push(['Athletic', 1,3,1,1,1,1]);
    presets.push(['Boot', 1,2,1,1,2,4]);
    presets.push(['High Heel Boot', 1,1,3,2,3,4]);
    presets.push(['Open Flats', 1,3,3,2,3,4]);
    presets.push(['Flip Flop/Sandals', 1,3,2,3,3,3]);
    presets.push(['Not A Shoe', 3,4,4,4,4,6]);

$('#submitButton').css('margin-left','1000px');
..and I hope people arent just clicking when they see a certain shoe. you still need to modify.
I guarantee you at least 1 person is.
 
  • Like
Reactions: Kerek

raelefae

A Super Metroid
Joined
Jan 21, 2017
Messages
153
Reaction score
240
Points
293
Age
35
Gender
Female
Are you guys doing the Zappos hits? How did you get the qual?
 

Itsmee

Condor
Contributor
Joined
Jan 20, 2016
Messages
2,007
Reaction score
6,395
Points
838
Age
66
Gender
Male
Greetings from Amazon Mechanical Turk,

The following is a summary of activity for your Mechanical Turk account for the week ending Jun 10, 2017.

Your HIT activity for this week:
- Number of HITs submitted: 88

Approvals and payments that occurred this week:
- Number of HITs approved: 98
- Number of HITs rejected: 0
- Bonus reward earned: $9.73
- HIT reward earned: $117.24
- Total Amount earned this week: $126.97
 

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
Kerek @Kerek a couple of new ones and a line of code that pushed the submit button to the right. I dunno why I C+P all the lines.
Code:
    presets.push(['Athletic', 1,3,1,1,1,1]);
    presets.push(['Boot', 1,2,1,1,2,4]);
    presets.push(['High Heel Boot', 1,1,3,2,3,4]);
    presets.push(['Open Flats', 1,3,3,2,3,4]);
    presets.push(['Flip Flop/Sandals', 1,3,2,3,3,3]);
    presets.push(['Not A Shoe', 3,4,4,4,4,6]);

$('#submitButton').css('margin-left','1000px');
..and I hope people arent just clicking when they see a certain shoe. you still need to modify.
I just type numbers + enter. That's as far as my expertise goes. :shrug:
 
Status
Not open for further replies.