Send prepared task to Mturk and record the API-returned HIT ids.
sendTasks(
hit_type = NULL,
hit_layout = NULL,
type = NULL,
tasksrecord = NULL,
tasksids = NULL,
HITidspath = NULL,
n_assignments = "1",
expire_in_seconds = as.character(60 * 60 * 8),
batch_annotation = NULL
)
A list containing two elements:
current_HIT_ids:A vector of the HIT IDs returned by the API.
map_ids:A data frame that maps the tasksids to their corresponding HIT ids.
find from the Mturk requester's dashboard
find from the Mturk requester's dashboard
one of WI, T8WSI, R4WSI
output of recordTasks()
ids of tasks to send in numeric form. If left unspecified, the whole batch will be posted
path to record the returned HITids
number of of assignments per task. For the validation tasks, people almost always want 1
default 8 hours
add if needed
Pairs the local ids with Mturk ids and save them to specified paths