12/31 - So This is the Final Day of the Year Saturday!

Status
Not open for further replies.

turkleton

Muddarator
Joined
Jan 12, 2016
Messages
17,317
Reaction score
30,592
Points
1,814
Gender
Male
These both result in the same thing.

Old icky code
Code:
var qualif = 'None;';
var quals = hit.hit_requirements;

if (quals.length) {
  qualif = '';
  for (var j = 0; j < quals.length; j ++) {
   var q_comp = quals[j].comparator + ' ';
   var q_name = quals[j].qualification_type.name + ' ';

   var q_valu = quals[j].qualification_values;
   var q_values = '';
   for (var k = 0; k < quals.length; k ++) {
     if (quals[j].qualification_values[k]) {
       q_values += quals[j].qualification_values[k];
       q_values += k === quals.length ? ', ' : '';
     }
   }
   qualif += (q_name + q_comp + q_values).trim() + '; ';
  }
}
New fancy code
Code:
var quals =
   hit.hit_requirements.length ?
   hit.hit_requirements.map(obj => `${obj.qualification_type.name} ${obj.comparator} ${obj.qualification_values.map(val => val).join(`, `)};`).join(` `):
`None;`;

Yeah, of course, I knew that. I swear.
 
  • Like
Reactions: Kerek

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
Happy New Year!! (here anyway)...and still nothing.
maybe the 2400 population has something to do with it. :D
Happy New Year! :) Yeah, there's a million here, so it probably makes a difference. :wink:
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Title: Fill in the missing/incorrect data | PANDA
Requester: ryan [A268K5YAMO5UAX] (Contact)
TO: [Pay: 1.58] [Fair: 2.50] [Comm: 2.10] [Fast: 3.10] [Reviews: 12] [ToS: 0]
Description:
Fill in the missing values as best you can. If you're unsure, skip. Turk should be able to complete one record per 15 seconds.
Time: 600
HITs Available: 29822
Reward: $0.04
Qualifications: None;
HIT posted from Mturk Suite
worker.mturk.com HF-MTS export
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
well no kiss but I just got a happy new year kick! i guess I didn't need to wake up the 6 yr old.
 
  • Like
Reactions: Deleted member 526
D

Deleted member 526

Guest
halp! image segmentation hits - I drew around a deer. but I can't get it to stop drawing lines. double click doesn't finish it. neither single click. how do I stop drawing?

also I dare you to try these after a beer. just kidding don't really.

???????!!!!!!!!!!!!!!!!!!!!!
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
halp! image segmentation hits - I drew around a deer. but I can't get it to stop drawing lines. double click doesn't finish it. neither single click. how do I stop drawing?

also I dare you to try these after a beer. just kidding don't really.
right click. haha
 
  • Like
Reactions: Deleted member 526

Jerami

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 24, 2016
Messages
14,405
Reaction score
25,210
Points
2,238
that worked thanks!

*bounding box champion*
Also, if that is the result of you "drawing a box around a deer," you may want to turn off the computer and come back in the morning with a fresh set of eyes.:p
Just a tip from your Uncle Jer.:)
 
  • Like
Reactions: Deleted member 526

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Title: Identify exhibitor and visitor numbers for tradeshows | PANDA
Requester: Mio Partnership [AY5Q1Q0A83NJG] (Contact)
TO: [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] [Reviews: 1] [ToS: 0]
Description:
Identify key metrics for a given global tradeshow
Time: 300
HITs Available: 883
Reward: $0.40
Qualifications: Masters Exists ;
HIT posted from Mturk Suite
worker.mturk export testing Masters Exsits red.
 

Jerami

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 24, 2016
Messages
14,405
Reaction score
25,210
Points
2,238
Anyone have dibs? I think I called it last month but, not sure if that counts. Just want to make sure somebody is taking care of it. If not, let me know. I have one waiting to post. Ready to pull the trigger, if necessary.:D
 
Status
Not open for further replies.