Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Graphical Wizard Overhaul and Bug Fixes

Compare
Choose a tag to compare
@leeper leeper released this 07 Jan 18:11
· 147 commits to master since this release

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 (when batch = TRUE) that contacted workers multiple times.
  • Some updated examples for CreateHIT and CreateQualificationType 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.