2017-11-28 4 views
0

mturk에 정리하려고하는 분류 요청이 있습니다. 위젯을 미리 볼 때 범주를 선택할 수 있지만 제출을 누르면 다음 오류가 표시됩니다.mturk 요청에 대한 미리보기를 제출할 때 다음 오류가 발생합니다. 왜?

는 "이 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 툴링에 문제가 있습니다. 미리보기 도구에서 이러한 오류가 발생하더라도이 코드는 정상적으로 작동합니다.