09/22 - Frida Friday

Status
Not open for further replies.

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: Self-control | PANDA
Worker: Preview | Accept | Requester
Requester: Adolescent Development Lab [A2X3TTE2PFKHYS] (Contact)
TO 1: [Pay: 2.44] [Fast: 3.86] [Comm: 2.00] [Fair: 3.29] [Reviews: 22] [ToS: 0]
TO 2:
Not Available
Reward: $4.00
Duration: 3 hours
Available: 1
Description: Please NOTE: This study is only for individuals 26-35 years old (born between August 1982 - August 1991). You will fill out questionnaire related to different measures of personality and behavior. Click on the HIT for more information.
Requirements: Total approved HITs is not less than 50; HIT approval rate (%) is not less than 97; Location is US;
HIT exported from Mturk Suite v1.25.7
like 45-50 minutes...ugh
 

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male
Is it possible to grab the requester ID or Hit ID after it has been submitted? I would appreciate the help.
You can also see that information when you use the contact requester page. In the address bar you'll see requesterid=(their id #) and after that you'll see &hit=( the hit id#). Probably easier to just use MTS but it's an option.
 

micky

disco infiltrator
Contributor
Joined
Jun 28, 2017
Messages
3,006
Reaction score
6,510
Points
838
Gender
Female
How did only 2 A9s just show up... Just 2?

EDIT: I got all excited too. *sigh*
 
Last edited:
Joined
May 25, 2016
Messages
454
Reaction score
893
Points
293
Age
36
Gender
Male
Do you use MTS? In the Mturk Suite Hit menu, go to detailed breakdown, and you'll be able to open the hit source. In the page link, click on it and use your arrow key to go right, and you'll get to the hit ID :)
You can also see that information when you use the contact requester page. In the address bar you'll see requesterid=(their id #) and after that you'll see &hit=( the hit id#). Probably easier to just use MTS but it's an option.

Yes, I use MTS. That is awesome. What a great feature. Thank You for your help. Figured it out with detailed instructions you gave me. Didn't have any issues. Thanks Again.

The contact requester page method is great too for when MTS can't retrieve past days. Forgot to save a requester ID to PANDA them. Thanks for your advice.
 

A.Lem

Member
Joined
Sep 5, 2017
Messages
416
Reaction score
687
Points
343
Age
45
Location
Florida
Gender
Female
John Does are still up if you haven't capped.
What exactly is the cap for these? I've been doing them on and off all day. At times I keep getting they're all assigned and then later I'm able to do them again...does the cap reset after a time or something?
 
  • Like
Reactions: nopoopwarez

A.Lem

Member
Joined
Sep 5, 2017
Messages
416
Reaction score
687
Points
343
Age
45
Location
Florida
Gender
Female

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male
What exactly is the cap for these? I've been doing them on and off all day. At times I keep getting they're all assigned and then later I'm able to do them again...does the cap reset after a time or something?
Ionno. My best guess would be they're adding batches with the same groupID so the cap gets reset. You're probably picking up older ones when you see the message.
 
  • Like
Reactions: <Gucci> and Mish

Mish

Contributor
Joined
Jun 16, 2017
Messages
320
Reaction score
549
Points
218
Location
Oklahoma
Gender
Female
What exactly is the cap for these? I've been doing them on and off all day. At times I keep getting they're all assigned and then later I'm able to do them again...does the cap reset after a time or something?
from what I've seen it's different for everyone. 1 person said they did 75 and another said they had done 300 so not sure how they're doing it
 

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
// ==UserScript==
// Name @Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();

just for future reference, you can apply code tags, esp if you post a longer script

Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
 

A.Lem

Member
Joined
Sep 5, 2017
Messages
416
Reaction score
687
Points
343
Age
45
Location
Florida
Gender
Female
just for future reference, you can apply code tags, esp if you post a longer script

Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
I didn't write this...someone else did way back in the thread...I just had it handy for nopoopwarez who was asking about it :) I take no credit with this since I couldn't write a script to save my life lol
 
  • Like
Reactions: kryss

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
just for future reference, you can apply code tags, esp if you post a longer script

Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
Sorry, I thought I did
 

harriss143

Baked Cuppycake
Contributor
Joined
Nov 21, 2016
Messages
1,065
Reaction score
2,219
Points
588
Age
32
Gender
Female
I didn't write this...someone else did way back in the thread...I just had it handy for nopoopwarez who was asking about it :) I take no credit with this since I couldn't write a script to save my life lol
yea i have no idea what to do with this
 
  • Like
Reactions: <Gucci>
Status
Not open for further replies.