GUI: Interactive MTurkR Mode

Description Usage Arguments Details Value Author(s) Examples

Description

An interactive, menu-based wizard to perform MTurkR functions. Designed for beginners and those with aversion to the programming required elsewhere in the package.

Usage

1
wizard(style = "tcltk", sandbox = getOption('MTurkR.sandbox'))

Arguments

style

The default tcltk, opens a full-featured GUI for MTurkR. simple opens a simpler, text-based wizard (provided by wizard.simple) for performing some functions; simpleGUI opens the same simpler wizard, with graphical rather than text-based menus.

sandbox

Optionally execute all requests in the MTurk sandbox rather than the live server. Default (in wizard) is FALSE; the default in wizard.simple is NULL (with the wizard prompting for a value on load.

Details

An interactive, menu-based wizard (with optionally graphical menus) to perform most MTurkR operations. It is intended as a way for MTurk (and MTurkR) beginners to quickly create and monitor HITs; approve and reject assignments; notify, bonus, and block/unblock workers; manage Qualifications; monitor MTurk statistics; and interact with the MTurk Requester User Interface (RUI). All functionality accepts basic inputs interactively and executes requests without programming individual commands.

Two particularly helpful features are worth highlighting. The wizard provides a point-and-click interface for approving and rejecting individual assignments, that interactively displays assignment content and executes approval/rejection decisions with ease. The wizard also provides analogous functionality for granting and rejecting qualification requests.

The wizard remains under active development and detailed documentation will hopefully be available under a subsequent release.

Value

Currently returns nothing.

Author(s)

Thomas J. Leeper

Examples

1
2
3
4
## Not run: 
wizard()

## End(Not run)

leeper/MTurkRGUI documentation built on May 21, 2019, 12:35 a.m.