https://manual.limesurvey.org/Installation/zh-cn"/>

LimeSurvey

LimeSurvey -最受欢迎的免费开源软件在网络调查工具。中文手册:https://manual.limesurvey.org/Installation/zh-cn

Github stars Tracking Chart

LimeSurvey --最受欢迎的免费开源软件在网络调查工具。

LimeSurvey 2.x 目前提供︰

  • 在同一时间的调查,数目不限
  • 一项调查中无限数量的问题 (仅限通过您的数据库)
  • 一项调查中无限数量的参与者
  • 多语种的调查
  • 用户管理
  • 28 种不同的问题类型,以后还将添加更多
  • 所见即所得的 HTML 编辑器
  • 配额管理
  • 一项调查中集成图片和电影
  • 创建可打印调查的版本
  • 问题的条件取决于早期的答案(跳过逻辑/分支)
  • Piping 和 Micro-tailoring 使用强大的表达式引擎
  • 可重复使用的可编辑的回答集
  • 可导入的现成问题及调查
  • 评估调查
  • 匿名和不匿名调查
  • 开放和封闭群参与者的调查
  • 可选的公共登记调查
  • 通过电子邮件发送邀请、 提醒和标记
  • 参与者缓冲答案稍后继续调查选项
  • 基于 Cookie 或 session 调查
  • 模板编辑器用于创建您自己的网页布局
  • 扩展和用户友好的管理界面
  • 后台数据录入可能性
  • 调查截止日期自动化
  • 增强的导入和导出功能:文本、 CSV、 PDF、 SPSS、 R、 queXML 和 MS Excel 格式文件
  • 基本的统计和图形分析和导出工具
  • 屏幕读取器辅助功能
  • W3C 法规遵从性
  • 几种语言版本的详细的手册
在前端和后端支持 80 多种不同的语言

和很多更小的功能,我们忽略了所以一定要访问我们的在线演示

最重要的是第三方模块可供连接到 LimeSurvey


Overview

Name With OwnerLimeSurvey/LimeSurvey
Primary LanguageJavaScript
Program languagePHP (Language Count: 14)
Platform
License:Other
Release Count1140
Last Release Name6.5.3+240415 (Posted on 2024-04-22 11:49:34)
First Release Name1.45a (Posted on )
Created At2012-01-30 14:14:53
Pushed At2024-04-27 16:35:35
Last Commit At2024-04-26 15:59:55
Stargazers Count2.6k
Watchers Count131
Fork Count1k
Commits Count40.8k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count2926
Pull Requests Open Count84
Pull Requests Close Count821
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

LimeSurvey Logo

Sophisticated online survey software

Build Status

About

Limesurvey is the number one open-source survey software.

Advanced features like branching and multiple question types make it a valuable partner for survey-creation.

Demo

See our Administration Demo.
The credentials are prefilled, just click Log in

Or try taking one of our test surveys

How to install

Release

We release early and often.
The latest stable release version is available for download at https://www.limesurvey.org/about-limesurvey/download
We recommend using those.

Repository

You may want to use the plain repository, which is also possible.

Please be advised, that we sometimes push development versions into the repository, which may not be working correctly.

Requirements

Minimal

The absolute minimal requirements are:

  • Apache >= 2.4, nginx >= 1.1, any other php-ready webserver
  • php >= 5.4
    • with mbstring and pdo-database drivers
  • mysql >= 5.5.9, pgsql >= 9, mariadb >= 5.5, mssql >= 2005

We recommend the following setup

  • Web server: nginx (most recent stable version)
  • PHP (most recent stable version)
    • with php-fpm, mbstring, gd2 with freetype, imap, ldap, zip, zlib and database drivers
  • MariaDB or MySQL (most recent stable version)

Manual

for more information please refer to our homepage, or have a look at the manual

License

LimeSurvey software is licensed under the GPL 2.0, or at your choice any later version of the license.

Pictures and the LimeSurvey Logo are registered trademarks of LimeSurvey GmbH, Hamburg, Germany.

Tools used

We are using BrowserStack to run manual tests on different browsers and devices

We are using Scrutinizer to static check our code

We are using TravisCI to run automated tests before release:

To the top