02/09 - Tales of Thursday!

Status
Not open for further replies.

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Let me know if something is screwed up.

Code:
;
SERGEY .05 hits

;To Submit, you can use enter

;First click to the left of the box with TV show info.

;For the "Suggestion" hits click numpad0 (or tab) once
;to get to the right focus area.

;For the "Keyword" questions click this:
numpad6::
Numpad6::
send, {click}
loop 2
{
    send, {tab} sleep, 200
}
send, {tab} 
return

;First answer
Numpad1::
send, {space}
sleep, 200
send, {tab} 
return

;Second answer etc.,
Numpad2::
send, {down}
sleep, 200
send, {tab} 
return

Numpad3::
loop 2
{
    send, {down} sleep, 200
}
send, {tab} 
return

Numpad4::
loop 3
{
    send, {down} sleep, 200
}
send, {tab} 
return

numpad5::
loop 4
{
    Send, {down} sleep, 200
}
send, {tab} 
return

;Enter to submit (brings back up to a bubble first)
NumpadEnter::
send, +{tab}{enter}
return

;To refresh, (in case of 'pre's etc.)
Numpad7::f5

Numpad0::Tab


;I'm using this with Squatty's Floating submit/instruction hider script. (Thanks!)
;To if you want to still use instruction hider but hide the floating button,
;put // infront of every line after 15 (or delete them).
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female

Starslip

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 19, 2016
Messages
13,351
Reaction score
35,529
Points
1,588
Age
124
Gender
Male
Title: VacationRentalAPI Qual Test: Find the address for these rental listings | PANDA
Requester: VacationrentalAPI [A2QKOWG2NKRJ2K] (Contact)
TO: [Pay: 2.67] [Fair: 4.20] [Comm: 3.50] [Fast: 3.40] [Reviews: 9] [ToS: 0]
Description:
Given a short-term home rental listing, find the address
Time: 2 days
HITs Available: 1
Reward: $0.00
Qualifications: Advanced Research Master has not been granted;

HIT exported from Mturk Suite v1.5.0
Have they graded/assigned any quals yet?
 

blackpupjean

Well-Known Member
Joined
Aug 21, 2016
Messages
2,807
Reaction score
4,748
Points
513
Location
wisconsin
Gender
Female
I only need 3 more dollars and some change to reach $20. Some one give me something, nothing even up on masters.
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Let me know if something is screwed up.

Code:
;
SERGEY .05 hits

;To Submit, you can use enter

;First click to the left of the box with TV show info.

;For the "Suggestion" hits click numpad0 (or tab) once
;to get to the right focus area.

;For the "Keyword" questions click this:
numpad6::
Numpad6::
send, {click}
loop 2
{
    send, {tab} sleep, 200
}
send, {tab}
return

;First answer
Numpad1::
send, {space}
sleep, 200
send, {tab}
return

;Second answer etc.,
Numpad2::
send, {down}
sleep, 200
send, {tab}
return

Numpad3::
loop 2
{
    send, {down} sleep, 200
}
send, {tab}
return

Numpad4::
loop 3
{
    send, {down} sleep, 200
}
send, {tab}
return

numpad5::
loop 4
{
    Send, {down} sleep, 200
}
send, {tab}
return

;Enter to submit (brings back up to a bubble first)
NumpadEnter::
send, +{tab}{enter}
return

;To refresh, (in case of 'pre's etc.)
Numpad7::f5

Numpad0::Tab


;I'm using this with Squatty's Floating submit/instruction hider script. (Thanks!)
;To if you want to still use instruction hider but hide the floating button,
;put // infront of every line after 15 (or delete them).
oh. put that first semi colon in right in front of 'Sergey'. oops
 
Status
Not open for further replies.