10/11 - Take My Chances Tuesday!

Status
Not open for further replies.

A6_Foul_Out

I only use Organic TurkerView reviews
Contributor
HIT Poster
Joined
Aug 17, 2016
Messages
11,754
Reaction score
21,657
Points
1,538
Location
CT's Attic
Gender
Male
Congratulations. You have been granted this Qualification with a value of 95.

NOBLIS 2nd try. Helped the second time that I opened the instructions.
wow. u OP.

Congratulations. You have been granted this Qualification with a value of 90.
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Relaxing?
Nah I'm getting funky with the Noblis.

Log in or register now. to view Spoiler content!
So...I can no longer move my wrist and fingers with these....but not quitting though.
Do you have any scripting tricks or ideas, like at least for the undo key for the constant hand spasms making me box wrong stuff?

I want a horizontal mouse but for a left-handed one they are like 10x more. Please excuse the gratuitous whining.
 
  • Like
Reactions: C to the J

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
Title: Write a sentence two different ways | PANDA
Requester: ASAPP, Inc [AMHWKD44EP36J] (Contact)
(TO): [Pay: 5.00] [Fair: 5.00] [Comm: 0.00] [Fast: 5.00]
Description:
Please write the sample sentence in two different ways. The meaning of each sentence should be the same. The words should be different.
Time: 12 hour(s)
HITs Available: 6
Reward: $0.15
Qualifications: HIT approval rate (%) GreaterThan 50;
 

KellieS23

Anyone else feel like a Rainbow?
Contributor
Joined
Apr 6, 2016
Messages
6,287
Reaction score
10,331
Points
1,063
Location
Kansas
Gender
Female
Title: Social Attitudes Surveys | PANDA
Requester: Rosalind Chow [A2UDEIOU58FAO7] (TO)
TO Ratings:

★★★★ 4.67 Communicativity
★★★★ 4.46 Generosity
★★★★ 4.87 Fairness
★★★★ 4.84 Promptness
Number of Reviews: 38
(Submit a new TO rating for this requester)

Description: This is a 5 minute survey about social interactions and attitudes.
Time: 24 hours
Hits Available: 1
Reward: $0.50
Qualifications: Total approved HITs is not less than 100; HIT approval rate (%) is not less than 95; Location is US
 
  • Like
Reactions: <Gucci>

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,998
Reaction score
163,657
Points
3,238
Age
37
Gender
Male
So...I can no longer move my wrist and fingers with these....but not quitting though.
Do you have any scripting tricks or ideas, like at least for the undo key for the constant hand spasms making me box wrong stuff?

I want a horizontal mouse but for a left-handed one they are like 10x more. Please excuse the gratuitous whining.
I'm almost certain there was already a script for these but I don't have it for some reason.
I remember it made the arrow keys move to the next picture.
 
  • Like
Reactions: <Gucci>

emily

Well-Known Member
Contributor
Joined
Sep 20, 2016
Messages
1,294
Reaction score
2,268
Points
588
Age
35
Location
SoCal
Gender
Female
I swear these Noblis are infuriating. I cannot even get one picture done. My laptop keeps dragging the boxes in weird ways. Is there a trick to this I am not seeing?
 
  • Like
Reactions: <Gucci>

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
I swear these Noblis are infuriating. I cannot even get one picture done. My laptop keeps dragging the boxes in weird ways. Is there a trick to this I am not seeing?
Are you using a mouse? I don't think I could do this with a track pad.
 
  • Like
Reactions: <Gucci>

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
I'm almost certain there was already a script for these but I don't have it for some reason.
I remember it made the arrow keys move to the next picture.
I remember something but thought it was for another hit from them. I guess I could actually try looking? lol thanks
 
  • Like
Reactions: C to the J

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female
Edit: is the survey link not showing up for anyone else?

Title: Consumer Decision Study | PANDA
Requester: Min [A12ZL58R99R5X9] (Contact)
(TO): [Pay: 3.68] [Fair: 5.00] [Comm: 5.00] [Fast: 4.92]
Description:
Answer a survey about consumer decisions
Time: 60 minutes
HITs Available: 60
Reward: $0.80
Qualifications: HIT approval rate (%) is not less than 99; Location is US;
 
Last edited:
  • Like
Reactions: <Gucci>

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
Here is a script for the Noblis. It doesn't help much for the boxing, but you use the keys to advance
Code:
// ==UserScript==
// @name nobliscv faces
// @namespace http://tampermonkey.net/
// @version 0.1
// @description press 1 for next -- once its submittable 1 submits; 3 undoes last mark; a marks 'No Faces'; cursor to crosshair;
// @author JQKILL
// @include *s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==

$(document).ready(function() {
    if ($("#instructions_boundingboxes").css('display') != 'none') { //sanity check -- should only work on specific HIT
        $("body").css('cursor', 'crosshair');
        $("button[id='submitbutton']").css('color', 'white');
        $("button[id='submitbutton']").css('background-color', 'red');
        $("div[id='button_div']").css('position', 'absolute');
        $("div[id='button_div']").css('top', '0');
        document.onkeydown = function (event) {
            if (event.keyCode == 49) { // 1 for 'next' until submit is active, then 'submit'
                if($('#nextbutton').css('display') == 'none'){
                    $("#submitbutton").click();
                }else{
                    $("#nextbutton").click();
                }
            }
            if (event.keyCode == 51) { // '3' for 'Undo'
                $("#undobutton").click();
            }
            if (event.keyCode == 65) { // 'a' for 'No Faces'
                $("#nofacesbutton").click();
            }
        };
    }
});
 

bigsexy420

New Member
Joined
Oct 10, 2016
Messages
66
Reaction score
83
Points
218
Age
39
Gender
Male
I swear these Noblis are infuriating. I cannot even get one picture done. My laptop keeps dragging the boxes in weird ways. Is there a trick to this I am not seeing?
Don't try and drag the box just click the upper left and lower right corner, If you need to modify the box you can click the side you want to move.
 
Status
Not open for further replies.