* Added Appendix A.

* Added a message to indicate where the result of make dist sits.
This commit is contained in:
依瑪貓 2017-11-22 17:46:51 +08:00
parent 1ab511dfb8
commit 96d1565c9f
7 changed files with 33 additions and 2 deletions

View File

@ -39,7 +39,7 @@ LimeSurvey自2003年初版至今歷經14年82個語言的全球使用者開
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
|匯出結果 |✓ |✓ |付費加值功能 |✓ | |匯出結果 |✓ |✓ |付費加值功能 |✓ |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
|隨機A/B卷 |✓ |✗ |付費加值功能 |✓ | |A/B卷測驗 |✓ |✗ |付費加值功能 |✓ |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+
|限時填答 |✓ |✗ |✗ |✓ | |限時填答 |✓ |✗ |✗ |✓ |
+-------------+-------------+-------------+-------------+-------------+ +-------------+-------------+-------------+-------------+-------------+

View File

@ -236,3 +236,5 @@ dist:
mkdir $(BUILDDIR)/dist $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER) mkdir $(BUILDDIR)/dist $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER)
cp -fpR *.rst images Makefile make.bat conf.py $(PROJNAME).tex.patch participants-example.csv $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER)/ cp -fpR *.rst images Makefile make.bat conf.py $(PROJNAME).tex.patch participants-example.csv $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER)/
cd $(BUILDDIR)/dist && zip -r $(PROJNAME)-$(PROJVER).zip $(PROJNAME)-$(PROJVER) && cd ../.. cd $(BUILDDIR)/dist && zip -r $(PROJNAME)-$(PROJVER).zip $(PROJNAME)-$(PROJVER) && cd ../..
@echo
@echo "Build finished. The distribution is in _build/dist."

23
apx-01-copy.rst Normal file
View File

@ -0,0 +1,23 @@
以現有問卷當範本複製問卷
========================
.. index:: 建立; 問卷從範本, 問卷; 從範本建立
若您已有一份現有的問卷,您可以用現有的問卷當範本,複製一份新問卷。
建立問卷時,點選上方的「複製」。
.. figure:: images/apx-01-copy-01.png
:alt: 建立問卷時點選「複製」
:scale: 60%
建立問卷時點選「複製」
選擇想當成範本複製的問卷,填上新的問卷標題,按右上方「儲存並關閉」,即
可複製出一份新問卷。
.. figure:: images/apx-01-copy-02.png
:alt: 複製問卷的頁面
:scale: 60%
複製問卷的頁面

View File

@ -289,7 +289,7 @@ latex_documents = [
# Documents to append as an appendix to all manuals. # Documents to append as an appendix to all manuals.
# #
# latex_appendices = [] latex_appendices = ['apx-01-copy']
# It false, will not define \strong, \code, itleref, \crossref ... but only # It false, will not define \strong, \code, itleref, \crossref ... but only
# \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added

BIN
images/apx-01-copy-01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
images/apx-01-copy-02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -50,6 +50,12 @@
.. only:: html .. only:: html
.. toctree::
:caption: 附錄
apx-01-copy
apx-02-ab-testing
索引 索引
==== ====