04/14 - Tag Team Thursday!

Status
Not open for further replies.

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Do you not still need the !== null for the first match in that?
I'm pretty sure you don't. It runs the ORs before the ANDs doesnt it? I could be wrong, but no issues from the things I have been able to test so far.
 
  • Like
Reactions: Kerek

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,772
Reaction score
8,284
Points
838
Title: Simple 1-2 minute survey, on Desktop only | PANDA
Requester: Michael V D'Andrea [A3ARB6RZRXFN97] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★★ 5.00 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 5 | TOS Flags: 0
Submit a new TO review
Description: -
Time: 60 minutes
HITs Available: 55
Reward: $0.30
Qualifications: Total approved HITs is not less than 1;HIT approval rate (%) is not less than 90;Location is US
 

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
51
Location
Pennsylvania
Gender
Male
  • Like
Reactions: LightningLord

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
Just made enough money on mturk to afford another prime pantry box. But I'm stuck at 47% full and can't find anything else I need to add to it.

Urg. I don't want to ship it half full.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kerek @Kerek, Well that was a waste of time.... It just dawned on me why that is like that... If the url is "https://www.mturk.com/mturk/submit" then there is no where to get the panda from....

There is something else though, there is no header when you accept your first hit, so the watcher button can't get attached anywhere, so this is the fix for that.
Lines 651-665 become this..
Code:
if (pageType.HIT) {
        if ($(".message.success h6").length)
            location = $(".message.success h6");
        else if ($("#javascriptDependentFunctionality").length)
            location = $("#javascriptDependentFunctionality");
        else if ($("body > form:nth-child(7) > table:nth-child(9) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1)").length)
            location = $("body > form:nth-child(7) > table:nth-child(9) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1)");
        else if (!$("span#alertboxHeader:visible").length)
            location = $("img[src='/media/submit_hit_disabled.gif']").eq(0).parent().parent();
        else
            location = $('span#alertboxHeader');
    } else if (pageType.REQUESTER || pageType.SEARCH) {
        if ($(".title_orange_text_bold").length)
            location = $(".title_orange_text_bold");
        else
            location = $(".error_title");
    }
Are you updated with the most recent TM? You seem to be the only one having this issue and this was the issue that was fixed earlier this week.
 

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: Online Discussion [20-30min]($1; up to $2 MORE by bonus) | PANDA
Requester: Brian McInnis [A1QK52CVR5B81G] (TO)
TO Ratings:

☭☭☭☭☭ 0.00 Communicativity
☭☭☭☭ 4.67 Generosity
☭☭☭☭☭ 5.00 Fairness
☭☭☭☭☭ 5.00 Promptness
Number of Reviews: 7
(Submit a new TO rating for this requester)

Description: [USE GOOGLE CHROME BROWSER] We are testing a new platform to support online community discussion and would appreciate your feedback about the user interface. The expected time to complete this task is 20-30 minutes, the policy discussion is related to the Amazon Mechanical Turk Participation Agreement.
Time: 40 minutes
Hits Available: 1
Reward: $1.00
Qualifications: None
hmmm...not sure if I wanna do this...
 
Status
Not open for further replies.