请推荐一个带有API的托管调查工具

本文关键字:API 工具 调查 一个 | 更新日期: 2023-09-27 17:59:44

我的任务是在现有网站上添加一项调查。我们一直在与SurveyMonkey一起做这项调查,这看起来很好,但客户不喜欢它不在他们的网站上。SurveyMonkey没有我可以插入的API。

我在上调查了Survey(tm)http://survey.codeplex.com/.可怕的名字:

What survey tool are you using? 
Oh, Survey. 
Yes, what survey tool are you using?
I said Survey. 
Ugh, so did I but which one?!

花了大约一个小时试图在我的机器上运行样本站点,并决定继续前进。

我的其他选择是什么?理想情况下,我想在远程网站(如SurveyMonkey)上管理调查,并将问题/推送答案从我的网站拉到他们的数据库中。我也愿意完全在家里做这件事,但不想从头开始做。

请推荐一个带有API的托管调查工具

我会看看SurveyGizmo。您应该能够处理他们的API并远程处理一切。

您可以尝试LimeSurvey(http://www.limesurvey.org/)随附广泛的API:http://manual.limesurvey.org/wiki/RemoteControl_2_API.

通常你会在自己的服务器上安装它,但托管版本也可用:

  • http://www.limesurvey.com/hosting
  • http://www.limeservice.com/en/

我会使用Examinale。

API很容易实现。只需检查一下:5行代码:)

https://developer.examinare.com/apidocs/addrecipient/

他们在"如何开始"下面有一些教程。