简体   繁体   中英

Required response answer in Mechanical Turk

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?

我找到了解决方案:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM