06/14 - Tamago Tuesday!

Do you roll your socks together to keep them from being separated


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

Matilda Jones

Grey Ghost
Contributor
Joined
Jan 24, 2016
Messages
4,608
Reaction score
6,757
Points
788
Gender
Female
Ok, now 4 times I have gotten the same exact HIT -- same query, same result. It's making me nervous. Like this is going to go majority rules or something.
 

balsaer

Omnivore
Joined
Jun 13, 2016
Messages
9
Reaction score
20
Points
203
Alright.... how the FRICK do I get rid of the instructions for good on these tv show sergies?
Code:
$('h3').click();
$('input[name=task_relevance_rating][value="Exact Match"]').focus();
$('form')[0].scrollIntoView();
Is there a script to make it so I can just use my numpad to select a radio button on these sergeys?
Add these to whatever keys you wish to bind:
Code:
$('input[name=task_relevance_rating][value="Exact Match"]').click();
$('input[name=task_relevance_rating][value="Relevant, but NOT Exact Match"]').click(); 
$('input[name=task_relevance_rating][value="Related, but NOT Relevant"]').click();  
$('input[name=task_relevance_rating][value="Neither Relevant, nor Related"]').click();
$('input[name=task_relevance_rating][value="Spam/Inappropriate content"]').click();
 

jayjay

Well-Known Member
Contributor
Joined
Jan 23, 2016
Messages
2,236
Reaction score
4,341
Points
588
Age
31
Gender
Male
I can not pass map 6. I have spent hours on the mapping africa test, which at this point is just...well, pointless and ridiculous. A pointless ridiculous matter of...principle? pride? stupidity?either way I have just got to pass that thing. Dont know if there are even hits anymore...WHAT AM I DOING WRONG??? :onion: There are like a million little 'small agricultural fields'. It says most are ok. I've tried leaving out some with lots of shrubs or whatever, tried to put them in. I'm not meaning to ask for answers just advice? this is ridiculous....

same. i gave up after 30 min
 

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male
Code:
$('h3').click();
$('input[name=task_relevance_rating][value="Exact Match"]').focus();
$('form')[0].scrollIntoView();

Add these to whatever keys you wish to bind:
Code:
$('input[name=task_relevance_rating][value="Exact Match"]').click();
$('input[name=task_relevance_rating][value="Relevant, but NOT Exact Match"]').click();
$('input[name=task_relevance_rating][value="Related, but NOT Relevant"]').click(); 
$('input[name=task_relevance_rating][value="Neither Relevant, nor Related"]').click();
$('input[name=task_relevance_rating][value="Spam/Inappropriate content"]').click();

you new members are getting more and more helpful lol
 

balsaer

Omnivore
Joined
Jun 13, 2016
Messages
9
Reaction score
20
Points
203
you new members are getting more and more helpful lol
Atonement: It took me about 20 of them to realize that unlike the ones where there were actual exact matches, I should be selecting "Exact Match" for stuff {"Prison Movie"} => "Shawshank Redemption", instead of "Relevant, but NOT Exact Match".

I figured the relevant portions of code was enough without pasting the whole framework. These take me ~3 seconds with autofocused radio and then just numpad enter.
 
  • Like
Reactions: thedorchannel
Status
Not open for further replies.