1

设计 Toloka 任务时如何在 html 中使用带有“字符串数组”的输入?我想需要一些特殊的语法或额外的格式,但我对如何应用它感到困惑。

4

1 回答 1

1

如果输入规范中有“字符串数组”类型,则用逗号 (,)分隔数组 ( https://yandex.com/support/toloka-requester/concepts/pool_csv.html#pool_csv__string ) 中的元素。

使用 HTML 上传任务 ( https://yandex.com/support/toloka-requester/concepts/t-components/html.html )

在任务界面中,将输入数据字段的名称放在三个大括号中。例如:{{{html}}}。在上传任务之前,请确保格式化文本中的所有引号都被转义(https://yandex.com/support/toloka-requester/concepts/pool_csv.html?lang=en#pool_csv__structure)。

于 2021-08-03T10:10:22.693 回答