README.markdown in rturk-2.0.0 vs README.markdown in rturk-2.0.1
- old
+ new
@@ -68,18 +68,19 @@
### Logging
Want to see what's going on - enable logging.
-RTurk::Logger.level = Logger::DEBUG
+ RTurk::log.level = Logger::DEBUG
## Nitty Gritty
Here's a quick peak at what happens on the Mechanical Turk side.
A worker takes a look at your hit. The page will contain an iframe with your question URL loaded inside of it.
Amazon will append the AssignmentID parameter to the URL for your own information. In preview mode this will look like
+
http://myapp.com/turkers/add_tags?item_id=1234&AssignmentId=ASSIGNMENT_ID_NOT_AVAILABLE
If the Turker accepts the HIT, the page will reload and the iframe URL will resemble
http://myapp.com/turkers/add_tags?item_id=1234&AssignmentId=1234567890123456789ABC
\ No newline at end of file