Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MTurk HITs created Through Java API are not showing on Manage Tab on UI

I am creating HITs on MTurk Sandbox using JAVA API. I am able to create HITs and also work on it by searching through worker UI. But those hits are not showing up in the "Manage" tab of the requester UI.

like image 571
sukhwant prafullit Avatar asked Dec 09 '17 16:12

sukhwant prafullit


1 Answers

So as to interact with my own MTurk tasks I have developed a rudimentary management console to monitor, review, manage, and download data from API-launched tasks.

The management console is entirely JavaScript based and runs locally in your web browser. It replicates most of the basic functionality removed with the Manage HITs individually module in the December 2017 changes. You will need your API keys to use the tool but these are not stored nor transmitted to myself or any third-party.

You can download a copy from GitHub: https://github.com/jtjacques/mturk-manage/archive/master.zip

Please see the included README for comprehensive information about the tool, available on the GitHub project page https://github.com/jtjacques/mturk-manage

like image 76
jtjacques Avatar answered Sep 27 '22 02:09

jtjacques