机械特克结果顺序不正确

时间:2019-03-20 13:20:21

标签: amazon mechanicalturk

我正在使用亚马逊机械特克从图像片段中提取一些手写文本。我每次点击发送4个摘要。以下是我发送给Turk的XML,用于创建匹配

<HTMLQuestion xmlns="http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2011-11-11/HTMLQuestion.xsd"> <HTMLContent>  <![CDATA[<!DOCTYPE html>  <html>  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><script type="text/javascript" src="https://s3.amazonaws.com/mturk-public/externalHIT_v1.js"></script></head> <body>  <form name="mturk_form" method="post" id="mturk_form" action="https://www.mturk.com/mturk/externalSubmit">  <input type="hidden" value="" name="assignmentId" id="assignmentId"/>  <div class="panel-body" id="instructionBody">  <p>Type the text shown in each image.</p>  <ul>  <li>Type the handwritten letters shown in the image accurately. Do NOT correct spelling errors. The capture is NOT case sensitive.</li>  <li>Do NOT type red ticks and crosses. Do NOT type printed text.</li>  <li>If the image contains no handwritten letters in the boxes, type -.</li>  <li>If the image or the handwriting is unclear, type *.</li>  <li>Ignore crossed out letters.</li>  <li>DO NOT LEAVE any text boxes empty.</li>  </ul>  <p>Image:<img width="60%" height="20%" src="link"/></p>  <input type="text" style ="border: solid 2px ; height: 40px; width: 100%;" name="reported_answer" placeholder="Type in your answer here"> <p>Image:<img width="60%" height="20%" src="link"/></p>  <input type="text" style ="border: solid 2px ; height: 40px; width: 100%;" name="reported_answer" placeholder="Type in your answer here"> <p>Image:<img width="60%" height="20%" src="link"/></p>  <input type="text" style ="border: solid 2px ; height: 40px; width: 100%;" name="reported_answer" placeholder="Type in your answer here"> <p>Image:<img width="60%" height="20%" src="link"/></p>  <input type="text" style ="border: solid 2px ; height: 40px; width: 100%;" name="reported_answer" placeholder="Type in your answer here"> </div>  <p><input type="submit" id="submitButton" value="Submit" /></p>  </form>  <script language="Javascript">turkSetAssignmentID();</script> </body></html>]]>  </HTMLContent><FrameHeight>600</FrameHeight></HTMLQuestion>

一段时间后,我将调用具有匹配ID的API以获取结果。我期望结果以我在html中给出的图像片段的顺序排列,但我以某种随机顺序获取结果。有什么办法可以让它得到我在html中给出的命令?

0 个答案:

没有答案