09/09 - WYSIWYG Wednesday!

Status
Not open for further replies.

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
25,796
Reaction score
49,512
Points
1,463
Gender
Female
Title: A short survey | Accept
Requester: Eliran Halali [A3GNB4X9Q7WCB1] Contact
TV: [Hrly=$14.12] [Pay=Good] [Approval=1-3 days] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=1.60] [Fast=5.00] [Comm=0.00] [Fair=5.00] [Reviews=14] [ToS=0]
TO2: No Reviews
Reward: 0.75
Duration: 1:00:00
Available: 45
Description: The survey involves a few easy short tasks and questions. As a participant in this study, you will receive $0.75 upon completion.
Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US
 

Ransie

Equality Advocate
Contributor
Joined
Sep 6, 2018
Messages
45
Reaction score
80
Points
293
Location
Italy
Gender
Female
Seems like I should qualify as my age is at 4943 which is greater than 2746. I never qualify for these things.

Same. -_-
 

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
25,796
Reaction score
49,512
Points
1,463
Gender
Female
Title: Answer a survey about your attitudes and beliefs | Accept
Requester: Kristina Hood [A1XEDI2WQ6SUVX] Contact
TV: [Hrly=$8.81] [Pay=Fair] [Approval=~24 hrs] [Comm=Acceptable] [Rej=1] [Blk=0]
TO: [Pay=1.32] [Fast=4.69] [Comm=1.50] [Fair=4.38] [Reviews=49] [ToS=0]
TO2: No Reviews
Reward: 1.50
Duration: 3:00:00
Available: 1
Description: A survey on your attitudes and beliefs about consent, and sexual situations. This study should take no longer than 1 hour to complete.
Qualifications: Location EqualTo US
 

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
25,796
Reaction score
49,512
Points
1,463
Gender
Female
Title: Personality and Social Distancing(~ 1 minutes) | Accept
Requester: Shelby Boggs [ACHWJJUQYHNA8] Contact
TV: [Hrly=$11.69] [Pay=Good] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: [Pay=3.29] [Fast=5.00] [Comm=3.00] [Fair=5.00] [Reviews=9] [ToS=0]
TO2: No Reviews
Reward: 1.00
Duration: 1:00:00
Available: 111
Description: You will answer some questions about your personality as well as some questions about your attitudes about COVID-19 and your social distancing behavior.
Qualifications: Inc: [19-244148] Exists ; Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 85; Exc: [244737-244148] DoesNotExist ; Location In US
 

Turkeltoes

New Member
Joined
Aug 3, 2020
Messages
26
Reaction score
64
Points
213
Age
32
Gender
Male
Random question: Does anyone else have trouble during big batches when the submit button is hidden behind the footer? Many batches don't allow shift+enter to submit either. It's like there is only 5% of it showing and takes me a few seconds to actually find it and submit. Is there any way to fix this?
 
  • Like
Reactions: Ransie

jonzer

New Member
Joined
Jul 22, 2020
Messages
96
Reaction score
189
Points
83
Age
56
Gender
Male
This one is took me 13 seconds....not kidding
Title: Personality and Social Distancing(~ 1 minutes) | PANDA
Requester: Shelby Boggs [ACHWJJUQYHNA8] (Req TV): $13.81/hr/hr
(TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A]
Description:
You will answer some questions about your personality as well as some questions about your attitudes about COVID-19 and your social distancing behavior.
Time: 1 hour(s)
HITs Available: 102
Reward: $1.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [7830996-244149] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 85; Inc: [19-244149] Exists ; Location In US;
 
  • Like
Reactions: Blakkat and jan

jonzer

New Member
Joined
Jul 22, 2020
Messages
96
Reaction score
189
Points
83
Age
56
Gender
Male
Random question: Does anyone else have trouble during big batches when the submit button is hidden behind the footer? Many batches don't allow shift+enter to submit either. It's like there is only 5% of it showing and takes me a few seconds to actually find it and submit. Is there any way to fix this?
Yeah, I get that sometimes....I have a big monitor and I still have to just barely hover my mouse over enough to hit submit...annoying as heck especially when you spent time doing the work and don't notice until after!
 

PandaThief

Well-Known Member
Joined
Jul 9, 2018
Messages
5,035
Reaction score
15,583
Points
938
Age
45
Gender
Male
Random question: Does anyone else have trouble during big batches when the submit button is hidden behind the footer? Many batches don't allow shift+enter to submit either. It's like there is only 5% of it showing and takes me a few seconds to actually find it and submit. Is there any way to fix this?

// ==UserScript==
// Name @Name Temp fix for mturk footer problem
// @version 0.1
// @description hide the footer stuff...hope you don't like to report HITs...
// @author slothbear
// @include https://worker.mturk.com/projects/*
// ==/UserScript==


const workPipelineBottomBar = document.getElementsByClassName('work-pipeline-bottom-bar')[0];
const stickyFooter = document.getElementsByClassName('sticky-footer')[0];


function hideThings() {
workPipelineBottomBar.style.display = "none";
stickyFooter.style.display = "none"
}


(function main() {

if (workPipelineBottomBar) return hideThings();
return false;

})();
 

nana

Active Member
Contributor
Joined
Jun 13, 2016
Messages
652
Reaction score
2,054
Points
568
Gender
Female
Random question: Does anyone else have trouble during big batches when the submit button is hidden behind the footer? Many batches don't allow shift+enter to submit either. It's like there is only 5% of it showing and takes me a few seconds to actually find it and submit. Is there any way to fix this?
// ==UserScript==
// Name @Name mturk footer hide
// @description shaddap
// @version 1.0
// @author Barbwire
// @namespace shaddap
// @icon https://cdn.mturkcrowd.com/data/avatars/l/0/236.jpg
// @include *
// @require http://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==


if (~location.toString().indexOf("https://worker.mturk.com/projects/")){
let footer = document.getElementsByTagName("footer")[0];
let reportbuttons = $(`div.work-pipeline-bottom-bar`);
reportbuttons.hide()

if (typeof footer !== 'undefined'){
//footer.parentNode.removeChild(footer);
footer.style.display = `none`;
}
}
 
Last edited:

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
25,796
Reaction score
49,512
Points
1,463
Gender
Female
Don't do this
I'm STILL trying to get through the bubbles

Title: Answer a survey about your attitudes and beliefs | Accept
Requester: Kristina Hood [A1XEDI2WQ6SUVX] Contact
TV: [Hrly=$8.81] [Pay=Fair] [Approval=~24 hrs] [Comm=Acceptable] [Rej=1] [Blk=0]
TO: [Pay=1.32] [Fast=4.69] [Comm=1.50] [Fair=4.38] [Reviews=49] [ToS=0]
TO2: No Reviews
Reward: 1.50
Duration: 3:00:00
Available: 1
Description: A survey on your attitudes and beliefs about consent, and sexual situations. This study should take no longer than 1 hour to complete.
Qualifications: Location EqualTo US
 

funkyjms

New Member
Joined
Mar 23, 2020
Messages
26
Reaction score
24
Points
13
Age
31
Gender
Male
// ==UserScript==
// Name @Name mturk footer hide
// @description shaddap
// @version 1.0
// @author Barbwire
// @namespace shaddap
// @icon https://cdn.mturkcrowd.com/data/avatars/l/0/236.jpg
// @include *
// @require http://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==


if (~location.toString().indexOf("https://worker.mturk.com/projects/")){
let footer = document.getElementsByTagName("footer")[0];
let reportbuttons = $(`div.work-pipeline-bottom-bar`);
reportbuttons.hide()

if (typeof footer !== 'undefined'){
//footer.parentNode.removeChild(footer);
footer.style.display = `none`;
}
}

"Invalid UserScript. Sry!"
This what I got
 

PandaThief

Well-Known Member
Joined
Jul 9, 2018
Messages
5,035
Reaction score
15,583
Points
938
Age
45
Gender
Male
Anyone had any luck getting in touch with Soundingbox ? Just completed a $8 hit but when i went to submit it says the study has ended ugh
 
  • Sad
Reactions: 4ourfuture

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
25,796
Reaction score
49,512
Points
1,463
Gender
Female
Okay, I returned that survey from hell. I don't know how long I spent on it. I don't care. They don't deserve my data, lol

VERY ANGRY. Need a break!
 
Status
Not open for further replies.