diff --git a/01-intro.rst b/01-intro.rst index 3aac077..db26c0b 100644 --- a/01-intro.rst +++ b/01-intro.rst @@ -39,7 +39,7 @@ LimeSurvey自2003年初版至今,歷經14年82個語言的全球使用者開 +-------------+-------------+-------------+-------------+-------------+ |匯出結果 |✓ |✓ |付費加值功能 |✓ | +-------------+-------------+-------------+-------------+-------------+ - |隨機A/B卷 |✓ |✗ |付費加值功能 |✓ | + |A/B卷測驗 |✓ |✗ |付費加值功能 |✓ | +-------------+-------------+-------------+-------------+-------------+ |限時填答 |✓ |✗ |✗ |✓ | +-------------+-------------+-------------+-------------+-------------+ diff --git a/Makefile b/Makefile index c4f129d..b19743a 100644 --- a/Makefile +++ b/Makefile @@ -236,3 +236,5 @@ dist: 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)/ cd $(BUILDDIR)/dist && zip -r $(PROJNAME)-$(PROJVER).zip $(PROJNAME)-$(PROJVER) && cd ../.. + @echo + @echo "Build finished. The distribution is in _build/dist." diff --git a/apx-01-copy.rst b/apx-01-copy.rst new file mode 100644 index 0000000..1270137 --- /dev/null +++ b/apx-01-copy.rst @@ -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% + + 複製問卷的頁面 diff --git a/conf.py b/conf.py index 3703b0c..90ea1ce 100644 --- a/conf.py +++ b/conf.py @@ -289,7 +289,7 @@ latex_documents = [ # 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 # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added diff --git a/images/apx-01-copy-01.png b/images/apx-01-copy-01.png new file mode 100644 index 0000000..76917e1 Binary files /dev/null and b/images/apx-01-copy-01.png differ diff --git a/images/apx-01-copy-02.png b/images/apx-01-copy-02.png new file mode 100644 index 0000000..5f02e75 Binary files /dev/null and b/images/apx-01-copy-02.png differ diff --git a/index.rst b/index.rst index 7b40f76..98b7739 100644 --- a/index.rst +++ b/index.rst @@ -50,6 +50,12 @@ .. only:: html + .. toctree:: + :caption: 附錄 + + apx-01-copy + apx-02-ab-testing + 索引 ====