Rewrote README in English.
This commit is contained in:
parent
8ba71b4329
commit
5835c5d346
63
README.rst
63
README.rst
@ -1,42 +1,39 @@
|
|||||||
台師大問卷調查平台LimeSurvey學習手冊
|
Learning LimeSurvey for the National Taiwan Normal University LimeSurvey Service
|
||||||
====================================
|
================================================================================
|
||||||
|
|
||||||
版權所有 |copy| 2017-2020 楊士青, 2017-2018 國立臺灣師範大學。
|
**WARNING**: This is for LimeSurvey 3 and is outdated. Please check the `current version <https://github.com/imacat/learning-limesurvey>`_.
|
||||||
|
|
||||||
「台師大問卷調查平台LimeSurvey學習手冊」由
|
*«Learning LimeSurvey for the National Taiwan Normal University LimeSurvey Service»* is a `LimeSurvey <https://www.limesurvey.org/>`_ tutorial written in Chinese. It features `project-based learning (PBL) <https://en.wikipedia.org/wiki/Project-based_learning>`_: By creating a simple yet practical survey, it walks through the frequently-used features of LimeSurvey. It is written in `reStructuredText <https://www.sphinx-doc.org/>`_ with `Sphinx <https://www.sphinx-doc.org/>`_ extension.
|
||||||
`楊士青 <imacat@ntnu.edu.tw>`_ 撰寫,採用
|
|
||||||
`創用 CC 姓名標示 4.0 授權條款 <https://creativecommons.org/licenses/by/4.0/>`_
|
|
||||||
授權。
|
|
||||||
|
|
||||||
**請注意:** 這是適用於舊版LimeSurvey 3的舊版學習手冊。
|
*«Learning LimeSurvey for the National Taiwan Normal University LimeSurvey Service»* is written by `imacat <imacat@mail.imacat.idv.tw>`_. Read the `tutorial (Chinese) <https://limesurvey.imacat.idv.tw/learning/v3/>`_ online, or check the `GitHub source project <https://github.com/imacat/learning-limesurvey>`_.
|
||||||
最新版LimeSurvey 4,請參閱
|
|
||||||
`新版LimeSurvey 4學習手冊 <https://limesurvey.imacat.idv.tw/learning/>`_ 。
|
|
||||||
|
|
||||||
本學習手冊以一個常用的教學研究範例,帶領學習者一步步操作,熟悉使用台師
|
HTML, PDF, and Other Formats
|
||||||
大問卷調查平台LimeSurvey的常用功能。全部研讀完畢約需兩小時。您也可以直
|
----------------------------
|
||||||
接跳到您有興趣的章節,不需要依序閱讀。
|
|
||||||
|
|
||||||
本學習手冊有
|
This tutorial can be converted into various formats. To do so, you need to install Sphinx first. On Debian/Ubuntu::
|
||||||
`線上版學習手冊 <https://limesurvey.imacat.idv.tw/learning/v3/>`_
|
|
||||||
,也提供雙面印刷的
|
|
||||||
`PDF版學習手冊 <https://limesurvey.imacat.idv.tw/learning/v3/learning-limesurvey.pdf>`_
|
|
||||||
,及適合手機平板閱讀的
|
|
||||||
`EPUB學習手冊電子書 <https://limesurvey.imacat.idv.tw/learning/v3/learning-limesurvey.epub>`_
|
|
||||||
可供下載,並有
|
|
||||||
`填答者名單CSV檔範例 <https://limesurvey.imacat.idv.tw/learning/v3/participants-example.csv>`_
|
|
||||||
可下載參考。本學習手冊以
|
|
||||||
`Sphinx/reStructuredText <https://www.sphinx-doc.org/>`_
|
|
||||||
撰寫,歡迎參閱
|
|
||||||
`GitHub上的開源專案 <https://github.com/imacat/learning-limesurvey>`_ ,或下載
|
|
||||||
`原始檔 <https://limesurvey.imacat.idv.tw/learning/v3/learning-limesurvey-3.1.zip>`_
|
|
||||||
。台師大問卷調查平台上,有
|
|
||||||
`本學習手冊上的範例問卷 <https://limesurvey.imacat.idv.tw/index.php/161873>`_
|
|
||||||
,歡迎參閱。
|
|
||||||
|
|
||||||
更多LimeSurvey的進階功能,請參閱
|
# sudo apt install python-sphinx
|
||||||
`LimeSurvey官方線上說明 <https://manual.limesurvey.org/LimeSurvey_Manual>`_ 。
|
|
||||||
|
|
||||||
註:舊版LimeSurvey 2,請參閱
|
Or, on Red Hat/Fedora/CentOS::
|
||||||
`舊版LimeSurvey 2學習手冊 <https://limesurvey.imacat.idv.tw/learning/v2/>`_ 。
|
|
||||||
|
# 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 |copy| 2017-2020 imacat, 2017-2018 National Taiwan Normal University. This work is licensed under a `Creative Commons Attribution 4.0 International License <http://creativecommons.org/licenses/by/4.0/>`_.
|
||||||
|
|
||||||
.. |copy| unicode:: 0xA9 .. copyright sign
|
.. |copy| unicode:: 0xA9 .. copyright sign
|
||||||
|
Loading…
Reference in New Issue
Block a user