像 Google Form 这样的问卷/调查应用程序 - (python+javascript)
Django-survey 或 django-questionnaire 对我来说太以管理为中心(除了与 django 相关)。我希望我的用户创建他们自己的调查。类似于 Google 表单调查(查看示例),其中表单创建感觉流畅且直观(因为 js 的魔力)。我用谷歌搜索没有运气。
有没有基于 python 的调查应用程序/库/包?如果我必须编写自己的模型/python,我没问题,但在设计创建过程(javascript)时不太确定。你有什么 Javascript 库适合这个的建议吗?
谢谢。
Django-survey or django-questionnaire is too admin-centric for me (beside tied to django). I want my user to create their own survey. Something like Google Form survey (view example), where form creation feels fluid and intuitive (because of js magic). I've googling around with no luck.
Is there any python-based survey app/library/package out there? I'm OK if i have to write my own model/python-wise but not so sure in designing the creation process (javascript). Do you have suggestion of what Javascript library may suit this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试过查看 Google 应用引擎吗?
它确实不仅仅是一个调查库,还有更多功能 - 而且由于它为您提供了 Python API,因此创建可供用户用来创建新调查的 Web 服务可能并不太难。
这里是 Python 文档 和 这里是表单处理的文档
Have tried taking a look at google app engine?
It really is not just a survey library, but much much more - and since it gives you Python APIs it probably is not too hard to create a web service that can be used by your users to create new surveys.
Here is the python documentation and here are the docs for form handling