Tagged Questions
3
votes
3answers
1k views
Mechanical Turk tutorials or how-to guides
does anybody know of any tutorials/resources that discuss integrating Amazon's Mechanical Turk and Rails? (besides those resources that Amazon already provides)
Thanks!
1
vote
1answer
19 views
Building a MTurk-like app — how to use a db when column names change for each task?
I'm building a very simple MTurk-ish app in Rails. The idea is that people will upload csvs containing whatever columns they want (e.g., some id, name of a user, some piece of text, a link, whatever ...
1
vote
2answers
139 views
Reusing Rails' param parsing to turn a one dimensional hash into a multideminonal one based on the key values and array notation
I am currently using rturk which give me back my answers in a one dimensional hash as such...
{"answers[125][rating]"=>"5", "answers[126][rating]"=>"5", "commit"=>"Take Survey", ...
0
votes
1answer
450 views
Mechanical Turk: Post file to externalSubmit interface?
I have setup my own custom form for mechanical turk and am posting to their external interface.
<form enctype="multipart/form-data" action="https://workersandbox.mturk.com/mturk/externalSubmit" ...