微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

mturk 中可能有多个人群分类器元素吗?

如何解决mturk 中可能有多个人群分类器元素吗?

是否可以有两个人群分类器元素?例如,我尝试了以下操作,但它只是复制了表单并导致两个提交按钮。我如何做到只有一个提交按钮和一组说明/快捷方式?

<crowd-form>
    
    <crowd-classifier
      name="category"
      categories="['Optimism','Neutral','Other']"
      header="Select the relevant categories"
    >
        <classification-target> ${text} </classification-target>
    </crowd-classifier>
   
    <crowd-classifier-multi-select
      name="category"
      categories="['Admiration','Gratitude','CurIoUsity','Optimism','Other']"
      header="Select the relevant categories"
      exclusion-category="{ text: 'None of the above' }"
    >
        <classification-target> ${text} </classification-target>
    </crowd-classifier-multi-select>
</crowd-form>

enter image description here

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。