This repository has been archived by the owner on May 24, 2019. It is now read-only.
Graphical Wizard Overhaul and Bug Fixes
This release primarily updates the graphical wizard (MTurkR.Wizard
) for interacting with the MTurk API using a point-and-click interface. The interface has been significantly overhauled to improve its visual appearance by both updating layouts manually and converting to "themed tk" widgets (supported by tcl/tk v8.5). The overhaul also includes support for additional MTurkR features, documentation on the MTurkR wiki, and better handling of HITTypeId, HITId, and QualificationTypeId values.
The release also includes a few other changes:
- A fix for a major bug in
ContactWorkers
(whenbatch = TRUE
) that contacted workers multiple times. - Some updated examples for
CreateHIT
andCreateQualificationType
and the inclusion of template files for better understanding the HTMLQuestion, QuestionForm, and AnswerKey data structures used by MTurk. - Addition of examples of HITType Notifications, added support for SQS Notifications, and an expanded tutorial in the MTurkR wiki.