* Added Appendix A.
* Added a message to indicate where the result of make dist sits.
This commit is contained in:
parent
1ab511dfb8
commit
96d1565c9f
@ -39,7 +39,7 @@ LimeSurvey自2003年初版至今,歷經14年82個語言的全球使用者開
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|匯出結果 |✓ |✓ |付費加值功能 |✓ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|隨機A/B卷 |✓ |✗ |付費加值功能 |✓ |
|
||||
|A/B卷測驗 |✓ |✗ |付費加值功能 |✓ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|限時填答 |✓ |✗ |✗ |✓ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|
2
Makefile
2
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."
|
||||
|
23
apx-01-copy.rst
Normal file
23
apx-01-copy.rst
Normal 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%
|
||||
|
||||
複製問卷的頁面
|
2
conf.py
2
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
|
||||
|
BIN
images/apx-01-copy-01.png
Normal file
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
BIN
images/apx-01-copy-02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Loading…
Reference in New Issue
Block a user