机械土耳其人所需的响应答案

发布于 2025-02-10 18:57:21 字数 217 浏览 2 评论 0原文

我正在MTURK设计任务,并试图创建一个带有所需答案的字段。 那是我的代码:

<crowd-input name="Comment" placeholder="Explain why" required></crowd-input>

问题是在不填写沙箱中的任何文本的情况下提交任务可以使我这样做。我希望需要此文本框。 有什么建议吗?

I am designing my task in MTurk and have tried to create a field with the required answer.
That is my code:

<crowd-input name="Comment" placeholder="Explain why" required></crowd-input>

The problem is that submitting the task without filling any text in the sandbox allowed me to do so. I want this text box to be required.
Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

或十年 2025-02-17 18:57:21

我找到了解决方案:

<input type="text" placeholder="Explain why" required></input>

I found solution:

<input type="text" placeholder="Explain why" required></input>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文