03/25 - Manic Monday

Status
Not open for further replies.

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
Did anyone do Video Interview Testing? Do you actually need to be on video? I can't tell from instructions.
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,511
Reaction score
104,417
Points
2,088
Location
Las Vegas
Gender
Female
Title: 10 minutes for $1 plus chance for bonus pay(~ 10 minutes) | Accept
Requester: The Wharton School [ABIUW8FBC3EE7] Contact
TV: [Hrly=$[color=Steelblue]16.26[/color]] [Pay=[color=Mediumslateblue]Good[/color]] [Approval=[color=Mediumslateblue]1-3 days[/color]] [Comm=[color=Steelblue]Excellent[/color]] [Rej=[color=Steelblue]0[/color]] [Blk=[color=Steelblue]0[/color]]
TO: No Reviews
TO2: No Reviews
Reward: 1.00
Duration: 1:00:00
Available: 1
Description: Study on how people make estimates. Estimate other people’s beliefs, preferences, and behaviors.
Qualifications: Exc: [-2007838399-136016] DoesNotExist ; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 99; Location In US
[tr][td]
HIT exported from Mturk Suite v2.6.8
[/td][/tr]
[tr][td][/td][/tr]
 
  • Like
Reactions: Veltora Otew

VenomDPro

New Member
Joined
Mar 13, 2019
Messages
4
Reaction score
10
Points
3
Age
38
Gender
Male
P9r you are always posting, your ease of typing could be refined, look at what mltdatalabel does. Thank you
 
  • Like
Reactions: jan and aveline

sofaslug

my cat's he-bitch
Joined
Jan 12, 2016
Messages
4,012
Reaction score
12,885
Points
763
Age
47
Location
Michigan
Gender
Male
Title: Insurance Industry Study | Accept
Requester: Mike M [A215HDOTI59ZH1] Contact
TV: [Hrly=$8.94] [Pay=Fair] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0]
TO: No Reviews
TO2: No Reviews
Reward: 1.25
Duration: 2:00:00
Available: 1
Description: A survey of customer opinions and experiences related to the insurance industry (about 20 to 30 minutes)
Qualifications: HIT approval rate (%) GreaterThanOrEqualTo 90; Total approved HITs GreaterThan 50; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.6.8
[/td][/tr]
[tr][td]
6 minutes[/td][/tr]
 

Questicle

Member
Joined
Feb 23, 2019
Messages
127
Reaction score
287
Points
313
Age
45
Location
Michigan
Gender
Male
Anyone have a script to auto-open james martin craigslist ads? Need to work on getting my #s up.
 

TSolo315

SnapNCrackle
Administrator
Joined
Jan 12, 2016
Messages
5,000
Reaction score
16,976
Points
2,538
Gender
Male
Oh, wow. I just accidentally exported a hit to Turkerview's forum. That's nifty.
Yeah I've done that a few times as well.

Hands down, the most annoying question in any survey; "What do you think this study is about?"
"Please recall a time in your life where you did not feel in control. Take a moment to picture the event, and then write about it below in as much detail as possible. Write at least 800 characters."
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,511
Reaction score
104,417
Points
2,088
Location
Las Vegas
Gender
Female
Anyone have a script to auto-open james martin craigslist ads? Need to work on getting my #s up.
Code:
// ==UserScript==
// @name         James Martin - Collect ☎ Number From Web Page
// @namespace    https://www.mturkcrowd.com/members/aveline.7/
// @version      1.0
// @description  Probably does nothing.
// @author       aveline
// @icon         https://i.imgur.com/jsju8Wy.png
// @include      *
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// @grant        GM_getValue
// @grant        GM_setValue
// ==/UserScript==

let popup;

// Submit button
function submit() {
    if (popup) popup.close();
    document.getElementsByTagName('input')[2].click();
}

function windowIsOnMturk() {
    return window.location.href.includes('mturk');
}

if (windowIsOnMturk()) {
    const page = document.getElementById("mturk_form");
    page.tabIndex = '0';
    page.focus();

    const linko = document.getElementsByTagName('a')[1];
    var topBox = document.getElementsByTagName('input')[1];

    var link = document.createElement('a');
    link.target = '_blank';
    link.href = linko;

    window.addEventListener("message", listener, false);

    var w = 630, h = 440; // default sizes
    if (window.screen) {
        w = window.screen.availWidth * 50 / 100;h = window.screen.availHeight * 100 / 100;
    }
    popup = window.open(link,'','scrollbars=yes,left='+w+',width='+w+',height='+h);
    window.addEventListener("beforeunload", function() {
    popup.close();
});
}

function listener(l){
    var info = l.data;
    if (info.A == 'top') {
       topBox.value = info.B;
       } else if (l.data == 'submit') {
       submit();
       } else {console.log(info);
    }
}

function kas(i) {
    var place;
    var answ;

// Copies selection into HIT window.
    if (i.keyCode == 49 && window.getSelection().toString() != ""){// 1
        place = 'top';
        answ = window.getSelection().toString();
        window.opener.postMessage({A: place, B: answ},'*');
    }

// Submits HIT.
    if (i.keyCode == 50) {//2
        i.preventDefault();
        window.opener.postMessage('submit', '*');
    }
}

if (!windowIsOnMturk()) {
    console.log('errrr');
    document.addEventListener('keydown', kas, true);
}
1 to copy number, 2 to submit. Should work, I think.
 
Last edited:

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
1) Kai invited the family to dinner but he realized he was not wearing any clothes.
What does Kai need to do before this?


1: be friendly
2: act like nothing is wrong
3: become a nudist
 
  • Like
Reactions: savvy

Katia2019

Active Member
Joined
Nov 19, 2018
Messages
949
Reaction score
2,850
Points
493
Age
35
Gender
Female
Anyone who did the Hannah qual on Saturday get the Qual yet? I was only able to catch 1 and can't do the ones with the qual yet.
 
  • Like
Reactions: GTR

Minx2121

Well-Known Member
Joined
Jul 9, 2018
Messages
2,778
Reaction score
5,816
Points
763
Age
34
Gender
Female

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
Anyone who did the Hannah qual on Saturday get the Qual yet? I was only able to catch 1 and can't do the ones with the qual yet.
apparently, she gave out a bunch of quals because the batches are getting done 3x faster now
 
Status
Not open for further replies.