You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the HIT preview server simply displays the rendered HITs.
The following enhancements could provide a better user experience:
Add an index page at the /hits/ URL, linking to all of the HITs.
render the HITs in an iframe similarly to how they appear on Mechanical Turk.
Add navigation between the HITs (next, previous, and home buttons).
Add preview and accept modes to the HITs, similarly to the Mechanical Turk site.
Extend the preview server to also render ExternalQuestion HITs.
For implementing 4, it appears that the difference between preview and accept modes for the HITs is the presence of a query parameter, assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE, in the URL used by the iframe [1][2].
The text was updated successfully, but these errors were encountered:
Currently, the HIT preview server simply displays the rendered HITs.
The following enhancements could provide a better user experience:
/hits/
URL, linking to all of the HITs.For implementing 4, it appears that the difference between preview and accept modes for the HITs is the presence of a query parameter,
assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE
, in the URL used by the iframe [1] [2].The text was updated successfully, but these errors were encountered: