LimeSurvey是一款在线问卷管理系统,具有问卷的设计、修改、发布、回收和统计等多项功能。同时它也是一个开源软件,其最新版本的软件包可以完全免费获取和使用。它集成了调查程序开发、调查问卷的发布以及数据收集等功能,使用它,用户不必了解这些功能的编程细节。 网上收集的调查数据可以导出多种文件格式以便分析,例如 spss数据格式 *.dat文件。
Limesurvey重要特点
1、LimeSurvey是一个基于WEB的投票系统,它支持MySQL/PostgreSQL/SQL Server
2、LimeSurvey总计有49种语言/方言版本,它使用UTF-8字符集(易于国际化)。这些版本主要包括:阿尔巴尼亚,巴斯克语,中文,克罗地亚,丹麦语,荷兰语,芬兰语,法语,加利西亚语,德语,希腊语,匈牙利语,希伯来语,意大利语,日语,葡萄牙语,俄语,塞尔维亚语,斯洛文尼亚语,西班牙语,瑞典语,以及其他一些不完全的翻译版本。
3、国内的积沙调查网就是使用的limesurvey哦!
实验环境CentOS-5.5
实验软件
在安装软件前,先安装LAMP结构这里选用,yum安装
yum install -y httpd* mysql* php*
limesurvey200plus-build130526.tar.gz
service mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
tar zxvf limesurvey200plus-build130526.tar.gz
mv limesurvey /var/www/html/limesurvey
cd /var/www/html/limesurvey/
-rw-r--r-- 1 2029 2029 5716 May 26 14:54 index.php
chmod +x index.php
-rwxr-xr-x 1 2029 2029 5716 May 26 14:54 index.php
vim /etc/passwd
apache:x:48:48:Apache:/var/www:/sbin/nologin
chown -R apache:apache .
mysqladmin -uroot password 123456
[root@localhost ~]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.69 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
测试
服务器ip/limesurvey
选择语言为,简体中文,点击start installation
输入用户名 admin 密码 passwd
到此为止,一个简单的问卷调查系统完成。
LimeSurvey 的详细介绍:请点这里
LimeSurvey 的下载地址:请点这里