The LimeSurvey tutorial.
Go to file
2021-02-04 14:30:36 +08:00
source Revised the reStructuredText to be more readable. 2021-02-04 14:30:36 +08:00
.gitignore Moved the source files to an independent source directory. 2020-11-18 09:34:34 +08:00
LICENSE Added the LICENSE file. 2020-11-18 09:50:36 +08:00
make.bat Moved the source files to an independent source directory. 2020-11-18 09:34:34 +08:00
Makefile Moved the source files to an independent source directory. 2020-11-18 09:34:34 +08:00
README.rst Revised the reStructuredText to be more readable. 2021-02-04 14:30:36 +08:00

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Learning LimeSurvey — The Survey Service in National Taiwan Normal University

WARNING: This is for LimeSurvey 2 and is outdated. Please check the current version.

«Learning LimeSurvey — The Survey Service in National Taiwan Normal University» is a Chinese LimeSurvey tutorial. It features project-based learning: By creating a simple yet practical survey, it walks through the frequently-used features of LimeSurvey. It is written in reStructuredText with Sphinx extension.

«Learning LimeSurvey — The Survey Service in National Taiwan Normal University» is written by imacat. Read the tutorial (Chinese) online, or check the GitHub source documents.

HTML, PDF, and Other Formats

This tutorial can be converted into various formats. To do so, you need to install Sphinx first. On Debian/Ubuntu:

# sudo apt install python-sphinx

Or, on Red Hat/Fedora/CentOS:

# sudo yum install python-sphinx

Or use pip:

# pip install sphinx

After installation, run:

# make help

to see the available conversion commands. For example, to generate HTML, PDF, ePUB, manpage, and Texinfo documents respectively:

# make html
# make latexpdf
# make epub
# make man
# make texinfo

Copyright © 2017-2021 imacat, 2017-2018 National Taiwan Normal University. This work is licensed under a Creative Commons Attribution 4.0 International License.

</html>