01/06 - Freezing Friday!

Status
Not open for further replies.

Nicci73

New Member
Joined
Dec 18, 2016
Messages
35
Reaction score
67
Points
18
Location
Maryland
Gender
Female
Title: Label images based on their relevance for the query. | PANDA
Requester: ProductRnR [A2BAP2QO7MMQI9] (Contact)
TO: [Pay: 2.69] [Fair: 3.33] [Comm: 2.20] [Fast: 2.93] [Reviews: 402] [ToS: 2]
Description:
Label images based on their relevance for the query.
Time: 20 minutes
HITs Available: 999
Reward: $0.08
Qualifications: Quality score 4.2 - AutoGranted on Request is greater than 50; HIT abandonment rate (%) is less than 20; HIT approval rate (%) is greater than 95; Global Quality Score is greater than 5; Quality score 4.1 - AutoGranted on Request is less than 30;
HIT posted from Mturk Suite
999
 

P L A Y E R 9 1

Don't Mind The Salt!
Contributor
Joined
Jan 12, 2016
Messages
3,588
Reaction score
12,747
Points
838
Location
Los Angeles
Title: Rate how curious a person is in the video clip | PANDA
Requester: SCIPR_MTurk [A25F9CE2JGSYYN] (Contact)
TO: [Pay: 3.67] [Fair: 3.67] [Comm: N/A] [Fast: 4.00] [Reviews: 4] [ToS: 0]
Description:
Rate how curious a person is in the video clip
Time: 1 hour
HITs Available: 66
Reward: $1.16
Qualifications: Total approved HITs GreaterThan 1000; HIT approval rate (%) GreaterThan 97; Location EqualTo US;

HIT posted from Mturk Suite v1.1.14
just came back from the grocery store. Please return all of these hits you may have in your queue!
 

heeheehahaha

In and Out
Contributor
Joined
Jan 13, 2016
Messages
4,367
Reaction score
3,235
Points
738
Gender
Female
Not bad then? I only accepted one because I'm not entirely focused at the moment. Some people reported rejections and being accused of selecting answers at random.
today is my first day doing them, I had saw them on someone else projected like a week or two ago and I monitored them. Whoever that was did a bunch, and I havent heard anything about rejects besides the one TO, its a gamble but Im going for it!
 
  • Like
Reactions: Yatagarasu

Vanyanka

Thoroughbred of Sin
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 11, 2016
Messages
34,905
Reaction score
81,247
Points
2,338
Location
The Jungle
Gender
Female

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
Title: Help us fill out organization information by searching on the Internet (10 minute task) | PANDA
Requester: Elie Bursztein [A2UZFQTEYPSCS4] (Contact)
TO: [Pay: 3.88] [Fair: 3.67] [Comm: 4.27] [Fast: 3.88] [Reviews: 26] [ToS: 0]
Description:
-
Time: 60 minutes
HITs Available: 99
Reward: $0.51
Qualifications: Total approved HITs is not less than 1; HIT approval rate (%) is not less than 90;

HIT posted from Mturk Suite v1.1.14
Totally thought that requester name was Ellen Burstyn.
 
  • Like
Reactions: jan

TQueen

Southern Sweetness
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
15,881
Reaction score
41,252
Points
1,788
Location
The Compound
Gender
Female
  • Like
Reactions: Nicci73

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
@turker

Code:
// ==UserScript==
// @name         Hotel Photos
// @namespace    https://github.com/Kadauchi/
// @version      1.0.0
// @description  Helps with Hotel Photos
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      https://s3.amazonaws.com/mturk_bulk/*
// @grant        GM_log
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/245802341/_xoA59feByMOGyJnAVu_2Q.html
// ==/UserScript==

let q = 1, i = 0;
const inputs = [
  `_DoesImageContainExterior_`,
  `_DoesContainMoreThanOneBuilding_`,
  `_DoesImageContainOver75_`,
  `_IsBuildingRestaurantOrStore_`,
  `_IsBuildingPrimarySubject_`,
];

document.addEventListener(`keydown`, function (pressed) {
  switch (pressed.key) {
    case `1`: KEYPRESS(1); break;
    case `2`: KEYPRESS(2); break;
    case `Enter`: document.getElementsByName(`submit`)[0].click();
  }
});

function KEYPRESS (KEY) {
  const yn = KEY === 1 ? `yes` : `no`;

  document.getElementById(`ID0${q}${inputs[i]}${yn}`).click();

  if (document.getElementById(`ID0${q}_Done`).offsetParent !== null) {
    q ++;
    i = 0;
  }
  else {
    i ++;
  }

  if (q === 6) {/*document.getElementsByName(`submit`)[0].click();*/ return;}
  document.getElementById(`ID0${q}_DoesImageContainExterior_yes`).focus();
  document.getElementById(`ID0${q}_DoesImageContainExterior_yes`).scrollIntoView();
}

document.getElementById(`ID01_DoesImageContainExterior_yes`).focus();
document.getElementById(`ID01_DoesImageContainExterior_yes`).scrollIntoView();
 

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: Stress Reaction Survey & Study - Part One, 15 minutes | PANDA
Requester: Erik Santoro [A1XRZQMN26X5F8] (Contact)
TO: [Pay: 4.06] [Fair: 4.60] [Comm: 4.38] [Fast: 4.89] [Reviews: 18] [ToS: 1]
Description:
The purpose of this study is to explore how people react to stress. Part One is a 15 minute survey.
Time: 1 hour
HITs Available: 6
Reward: $3.00
Qualifications: Qual1.5.2017 DoesNotExist ; Q_1.6.2017 DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US;

HIT posted from Mturk Suite v1.1.14
Do this. Do all of this. $10 follow up that takes 20 min.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
And @turker not to be insulting or anything, but you need to go back and touch up on your javascript. The way you set that array was horrendous.
 

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
26,014
Reaction score
49,897
Points
1,463
Gender
Female
Neighbor downstairs from me complained that the noise from rolling my chair and sitting in it is loud & wakes up their kid between 10PM-3AM. Got a $25 find and a threat to not renew our lease this coming May...W.T.F? Researching how to respond to this. Thinking of filing a harassment complaint, but no clue with who or if I even could.
what does your lease say?
I'm so surprised that they didn't just tell you (I guess if they wanted to be formal about it, then a warning).
They just jump to a fine? It sounds so mean (both your neighbor and the landlord).
If you lived above me and were making noise, I think I'd just talk to you about it and tell you what the problem was. I wouldn't call the landlord. I'd try to see if there wasn't a way we could work it out.
I might even bake you cookies :)
 
  • Like
Reactions: scootypuff_sr

Vanyanka

Thoroughbred of Sin
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 11, 2016
Messages
34,905
Reaction score
81,247
Points
2,338
Location
The Jungle
Gender
Female
Title: Decision Studies(~ 10 minutes) | PANDA
Requester: Eccles School of Business Studies [A1E8FS7O72ISB9] (Contact)
TO: [Pay: 4.47] [Fair: 5.00] [Comm: 5.00] [Fast: 4.80] [Reviews: 19] [ToS: 0]
Description:
THREE PART survey on decision making (TOTAL duration 15 minutes, TOTAL pay $1.30)
Time: 1 hour 30 minutes
HITs Available: 1
Reward: $0.30
Qualifications: Exc: [30285-29696] has not been granted; Total approved HITs is not greater than 500; HIT approval rate (%) is not less than 70; Location is one of: US;
HIT posted from Mturk Suite v1.1.14
 

bravoaa

Macho Pichu
Joined
Dec 16, 2016
Messages
48
Reaction score
44
Points
18
Age
36
Location
Boston
Random snippet of my day.

During my trip to Aldi, I impulsively bought three plants to join the little green fam at home. They were $1.99ea and were just too cute. They were calling out to me. "Take me home!"
Ahhh, I have such a problem with bringing home plants. I've made my partner promise to tell me when he thinks I'm developing a problem. (He is very forgiving so it probably won't be until there's no empty space.)
 
  • Like
Reactions: Onyxbird
Status
Not open for further replies.