【发布时间】:2017-11-28 03:46:08
【问题描述】:
我有一个分类请求,我想在 mturk 上汇总。当我预览小部件时,我可以选择一个类别,但点击提交时收到以下错误。
“提交此 HIT 的结果时出现问题。
此 HIT 仍分配给您。要再次尝试此 HIT,请刷新 页。如果此问题仍然存在,您可以联系请求者 点击上面的“HIT Details”,然后点击“Contact This”点击 弹出窗口底部的“请求者”。
要返回此 HIT 并继续处理其他 HIT,请单击 页面右侧顶部或底部的“返回”按钮。”
我的代码如下:
<div> </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" />
非常感谢您的帮助!
【问题讨论】:
标签: html mechanicalturk