Mturk:将 HIT 从 Sandbox 转移到生产站点
Mturk: transfer HIT from Sandbox to Production site
如果我通过 Mturk 的 GUI 在沙盒中创建 HIT,是否可以将其传输到生产站点,或者我是否必须在生产站点中手动重新创建 HIT?
特别是,是否可以在沙盒中为通过 GUI 创建的 HIT 下载 .input、.question 和 .properties,以便使用它们通过 CLT 在生产站点上生成相同的 HIT?
更新
进一步阅读文档,显而易见的方法似乎是使用 Mturk HIT's layouts. However, reading the doc, I don't see how/ know whether it is possible to to do this using the CLT. The doc on HITLayoutParameter
requires using CreateHIT
, but this is not an available command in the CLT (only have loadHITs
). I have seen other questions Creating mTurk HIT from Layout with parameters using boto and python and Create a MTurk HIT from an existing template 来了解 boto
的方法,但我仍然想知道这是否适用于 CLT。
实时模式和沙盒模式是完全分开的,无法从一个模式转移到另一个模式。
您需要通过存储沙盒 HIT 的规范并创建实时 HIT 以编程方式实现这一点。
另一种选择是使用像 TurkPrime.com 这样的服务,它允许您将 HIT 从沙盒复制到实时模式
如果我通过 Mturk 的 GUI 在沙盒中创建 HIT,是否可以将其传输到生产站点,或者我是否必须在生产站点中手动重新创建 HIT?
特别是,是否可以在沙盒中为通过 GUI 创建的 HIT 下载 .input、.question 和 .properties,以便使用它们通过 CLT 在生产站点上生成相同的 HIT?
更新
进一步阅读文档,显而易见的方法似乎是使用 Mturk HIT's layouts. However, reading the doc, I don't see how/ know whether it is possible to to do this using the CLT. The doc on HITLayoutParameter
requires using CreateHIT
, but this is not an available command in the CLT (only have loadHITs
). I have seen other questions Creating mTurk HIT from Layout with parameters using boto and python and Create a MTurk HIT from an existing template 来了解 boto
的方法,但我仍然想知道这是否适用于 CLT。
实时模式和沙盒模式是完全分开的,无法从一个模式转移到另一个模式。
您需要通过存储沙盒 HIT 的规范并创建实时 HIT 以编程方式实现这一点。
另一种选择是使用像 TurkPrime.com 这样的服务,它允许您将 HIT 从沙盒复制到实时模式