12/18 - Wubba Wednesday!

Regarding holiday travel, will you be...


  • Total voters
    76
  • This poll will close: .
Status
Not open for further replies.

afallstarxfall

Well-Known Member
Spoonfeeder
Social Butterfly
Very Versatile
Joined
Aug 9, 2019
Messages
8,755
Reaction score
4,350
Points
563
Location
California
Gender
Female
Title: Job Search Outsource(~ 15 minutes) | Accept
Requester: Laura A. King [A1LBWICXYG4SXB] Contact
TV: [Hrly=$8.63] [Pay=Fair] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=2.69] [Fast=4.25] [Comm=3.10] [Fair=4.26] [Reviews=147] [ToS=0]
TO2: No Reviews
Reward: 0.50
Duration: 1:00:00
Available: 111
Description: Help us screen potential employees at a business in the United States
Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 80; Location In US
 

4ourfuture

Well-Known Member
Contributor
Joined
Jun 27, 2017
Messages
3,158
Reaction score
7,531
Points
838
Gender
Female
It makes it a lot easier to multitask for sure. There are lots of options for how to optimize things and you'll find what works best for you, and it'll likely change depending on what you're doing. Having extra space for more things to look at, or "I have so much going on, let me spread out a bit!" is really helpful.

I like to work on things on my laptop with Panda Crazy on the left side in its own window because the screen is right there. I'll keep my HIT Finder on the left window of the second monitor so I can easily glance at it. Usually my dashboard and this forum are on the right side of the second monitor but sometimes I'll leave it on the right side of my laptop. As I'm doing stuff, I'll usually just clutter various program windows on the laptop, but it's nice to be able to move something to the second monitor if I want to get it out of the way for a minute.

And sometimes I just watch shows on the second monitor so I don't have to keep moving the window around while working.

It definitely makes going back to one screen feel more cramped.

Split screen is super easy in windows, "Control Panel\All Control Panel Items\Display\Screen Resolution" lets you choose to extend it (rather than duplicate) if it doesn't automatically do it. I'm not sure about other OS's but it's probably in a similar place, and should be easy to find on google if it's not.
This is all extremely helpful, thank you! I appreciate the time you took to help me with suggestions for this. I feel a little more like I know what I'm doing, or going to do. :)
 
Joined
Jun 4, 2019
Messages
139
Reaction score
259
Points
313
This is all extremely helpful, thank you! I appreciate the time you took to help me with suggestions for this. I feel a little more like I know what I'm doing, or going to do. :)
It'll probably just take some messing around to figure out your personal needs. Sometimes I still switch things up a bit!
 
  • Like
Reactions: 4ourfuture

Blakkat

Well-Known Member
Contributor
Joined
May 7, 2018
Messages
20,285
Reaction score
12,525
Points
1,238
Location
Florida
Gender
Female

afallstarxfall

Well-Known Member
Spoonfeeder
Social Butterfly
Very Versatile
Joined
Aug 9, 2019
Messages
8,755
Reaction score
4,350
Points
563
Location
California
Gender
Female
Title: A study of leaders’ reactions(~ 2 minutes) | Accept
Requester: Anders Friis Marstand [AT1H55WLLF3QX] Contact
TV: [Hrly=$14.44] [Pay=Generous] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=3.00] [Fast=3.00] [Comm=0.00] [Fair=5.00] [Reviews=2] [ToS=0]
TO2: No Reviews
Reward: 0.50
Duration: 15:00
Available: 8
Description: A study of leaders’ reactions
Qualifications: Not available from queue exports.
 

PandaThief

Well-Known Member
Joined
Jul 9, 2018
Messages
5,035
Reaction score
15,583
Points
938
Age
45
Gender
Male
Title: [20-30 Minute] Video Quality Ratings (Various Content, and Qualities) | Accept
Requester: Ma Study [A1075SN9WRZR1R] Contact
TV: [Hrly=$13.98] [Pay=Generous] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=3.00] [Fast=0.00] [Comm=0.00] [Fair=0.00] [Reviews=1] [ToS=0]
TO2: No Reviews
Reward: 3.00
Duration: 1:00:00
Available: 0
Description: -
Qualifications: Not available from queue exports.
Hey Ma wassup ? Lemme holla at you right quick , need that $3
 

LucyO

Well-Known Member
Contributor
Sole Survivor
Joined
Jun 18, 2018
Messages
2,552
Reaction score
9,092
Points
938
Gender
Female
Hey Ma wassup ? Lemme holla at you right quick , need that $3
Every time I see that HIT, I can't help but scream out, "MA!, Hey MA!" I can't remember what movie or show it's from, and it isn't the one below, but similar.

 
  • Like
Reactions: PandaThief

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
If you want to do Stony Brook with me...

Code:
// ==UserScript==
// @name         Stony Brook NLP
// @version      1.0
// @description  1,2,3 enter to submit
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

window.focus();
var inst = document.getElementById('instructions');
$('#practice').remove();
var i = 0;

inst.style.display = "none";
var first = document.getElementsByClassName('focused');
let bubbles = document.querySelectorAll('[type="radio"]');

function bindings_next_to_bubbles () {
    bubbles.forEach(bubble => {
        if(bubble.value === "Yes"){
            make_label (1,bubble);
        }
        if(bubble.value === "No"){
            make_label (2,bubble);
        }
        if(bubble.value === "NotSure"){
            make_label (3,bubble);
        }
    });
}

function make_label (x,bubble) {
    let s = document.createElement("span");
    s.className = "focused";
    let t = document.createTextNode("| " + x.toString() + " ");
    s.style.backgroundColor = 'red';
    s.style.color = '#000';
    s.style.fontWeight = '700';
    s.appendChild(t);
    bubble.after(s);
}
bindings_next_to_bubbles ();


first[i].style.backgroundColor ="green";
first[i+1].style.backgroundColor ="green";

function change_focus () {
    if ((bubbles[i+2].value === "NotSure")){
        first[i].style.backgroundColor ="red";
        first[i+1].style.backgroundColor ="red";
        first[i+2].style.backgroundColor ="red";
        i += 3;
        if (i < 70) {
            bubbles[i].focus();
            first[i].style.backgroundColor ="green";
            first[i+1].style.backgroundColor ="green";
            console.log(`i is ${i}`);
            return;
        }
    }
    if (i < 70) {
        first[i].style.backgroundColor ="red";
        first[i+1].style.backgroundColor ="red";
        i += 2;
        bubbles[i].focus();
        first[i].style.backgroundColor ="green";
        first[i+1].style.backgroundColor ="green";
        if ((bubbles[i+2].value === "NotSure")){
            first[i+2].style.backgroundColor ="green";
        }
        console.log(`i is ${i}`);
        return
    }
    if (i === 70){
        $('input[value="Submit"]').focus();
    }
}

window.addEventListener("keydown", function (event) {
    if (i === 70) {
        return;
    }
    if(event.code === "Numpad1" || event.code === "Digit1"){
        bubbles[i].click();
        change_focus ();
    }
    if(event.code === "Numpad2" || event.code === "Digit2"){
        bubbles[i+1].click();
        change_focus ();
    }
    if(event.code === "Numpad3" || event.code === "Digit3"){
        if ((bubbles[i+2].value === "NotSure")){
            bubbles[i+2].click();
            change_focus ();
        }
    }
    if(event.code === "NumpadEnter" || event.code === "Enter"){
        $('input[value="Submit"]').click();
    }
});
 

Blakkat

Well-Known Member
Contributor
Joined
May 7, 2018
Messages
20,285
Reaction score
12,525
Points
1,238
Location
Florida
Gender
Female
Title: Sleep Habits Survey (Not all respondents will qualify) | Accept
Requester: Angela Listy [A1M2H0HAEXONBY] Contact
TV: [Hrly=$9.38] [Pay=Fair] [Approval=1-3 days] [Comm=Good] [Rej=1] [Blk=0]
TO: [Pay=2.86] [Fast=4.19] [Comm=3.24] [Fair=3.92] [Reviews=367] [ToS=7]
TO2: No Reviews
Reward: 0.52
Duration: 1:00:00
Available: 1
Description: Answer a survey about your sleep habits.
Qualifications: Not available from queue exports.
 

MirrorMan

The Madness
Contributor
Joined
Jan 12, 2016
Messages
4,549
Reaction score
14,564
Points
838
Location
The Danger Zone
Gender
Male
Happy Birthday, December 18th Babies!!!

booboo33 @booboo33 K @KerriCabral L @lornamchone MirrorMan @MirrorMan Mr_AvocadoMan @Mr_AvocadoMan N @Nayturk Zuk011 @Zuk011

Log in or register now. to view Spoiler content!

Log in or register now. to view Spoiler content!
Happy Birthday MirrorMan @MirrorMan ! And everyone else who has birthdays today!
Thanks! :)
 

Charlene22

Member
Joined
Jul 5, 2019
Messages
391
Reaction score
812
Points
343
Age
37
Gender
Female
Is there some kind of test or special qual for survey comet? I never qualify and i request all the qualification for every survey but never get them. ?
 

PandaThief

Well-Known Member
Joined
Jul 9, 2018
Messages
5,035
Reaction score
15,583
Points
938
Age
45
Gender
Male
Every time I see that HIT, I can't help but scream out, "MA!, Hey MA!" I can't remember what movie or show it's from, and it isn't the one below, but similar.

Always reminds me of that "Hey Ma" song by Cam'ron and it's also a nyc slang when you're picking up girls lol
 
  • Haha
Reactions: LucyO

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
9,099
Reaction score
20,418
Points
938
Gender
Female
Disappointing day as I was severely throttled on the Alexandrias and Crowdtap still hasn't replaced my missing points that disappeared Saturday and Amazon is still hanging on to $6.49 of my gift card money due to the breach of my account 2 weeks ago, however, User Testing caught me up today on tests that have bottomed out and the two $10 bonuses they promised, but didn't pay, for 2 extra long studies, and I ordered the last of my Xmas presents for me (arriving 12-24-19) and one BD gift for me, so, all in all, not a total Debbie Downer. [longest sentence I've ever written]
 

savvy

goin' down to the yee-haw
Moderator
Joined
Jul 29, 2017
Messages
8,903
Reaction score
27,482
Points
1,113
Age
34
Location
Virginia
Gender
Female
Working on my January calendar, I will only be IN OFFICE 13 days of the month.
 
Last edited:
  • Like
Reactions: JanetW

Blakkat

Well-Known Member
Contributor
Joined
May 7, 2018
Messages
20,285
Reaction score
12,525
Points
1,238
Location
Florida
Gender
Female
Title: Group Stereotypes (~ 25 minutes) | Accept
Requester: Justin Preddie [AEEJF28TZN54J] Contact
TV: [Hrly=$18.18] [Pay=Generous] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=4.25] [Fast=5.00] [Comm=0.00] [Fair=5.00] [Reviews=10] [ToS=0]
TO2: No Reviews
Reward: 1.00
Duration: 40:00
Available: 35
Description: survey
Qualifications: Not available from queue exports.
 

RiberoD07

New Member
Joined
Dec 10, 2019
Messages
9
Reaction score
14
Points
3
Age
26
Gender
Male
Anyone else get rejected by uxidesign with very limited feedback? Also, has anyone been blocked by Copy Text Inc. ? all of a sudden can't do their hits after doing and getting 100 or so approved last week
 
Status
Not open for further replies.