我正在尝试构建XML以使用HTMLQuestion数据结构和boto3的create_hit提交给亚马逊的MechanicalTurks服务功能。根据文档,XML格式应为likethis.我创建了一个类TurkTaskAssembler,它具有生成xml并通过API将此XML传递到MechanicalTurks平台的方法。我使用boto3库来处理与Amazon的通信。似乎我生成的XML格式不正确,因为当我尝试通过API传递此XML时,我收到验证错误,如下所示:>>>tta=TurkTaskAssembler("Whatcoloristhesky?")>>>response=tta.cr