2017-11-28 9 views
0

私はmturkにまとめようとしているカテゴリ化要求を持っています。ウィジェットをプレビューするとカテゴリを選択できますが、サブミット時に次のエラーが表示されます。mturkリクエストのプレビューを送信しようとすると、次のエラーが表示されます。どうして?

「は、このHITのためにあなたの結果を提出する問題がありました。

このHITはまだあなたに割り当てられている。 ページを更新し、再びこのHITをしようとする。この問題が解決しない場合は、あなたが連絡することができます上記の「詳細をHIT」をクリックし、次にクリックして、この HITのためのリクエスタは、ポップアップの下部にある「この リクエスタにお問い合わせください」。

このHITを返し、他のヒットで作業を続行するには、 「戻る」をクリックしてくださいページの右側の上部または下部にあるボタンをクリックします。

私のコードは次のとおりです。助けを

<div>&nbsp;</div> 
</div> 
</div> 
</div> 
</div> 

<div class="row" id="workContent"> 
<h2>${snippet}</h2> 

<h2><a href="${web_url}">Full Article</a></h2> 

<div class="col-xs-12 col-sm-4 fields"> 
<div class="form-group"><!-- Question for the Worker --><label class="group-label">Choose a category (The box will not stay highlighted):</label> <!-- Input from the Worker --> 

<div class="btn-group-vertical" data-toggle="buttons" id="CategoryInputs"><label class="btn btn-default"><input id="category1" name="categories" required="" type="radio" value="AnarchistEvent" />Anarchist Event</label> <label class="btn btn-default"> <input id="category2" name="categories" required="" type="radio" value="NonAnarchistEvent" />Non-Anarchist Event</label> <!-- Add more inputs by copy pasting the "label" container and incrementing/changing the "id" attribute on the "input" field to always be unique. Make sure the "value" attribute has the correct value that you want recorded as a response. --></div> 
</div> 
</div> 
</div> 
</section> 
<link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /> 

ありがとうを!

答えて

0

これは実際のmturkツーリングの問題です。プレビューツールでこれらのエラーがスローされているにもかかわらず、このコードは正常に動作します。

関連する問題