learning-limesurvey/03-04-logic.rst
依瑪貓 0fc047f2c9 * Added Chapter 1, 2, 3, 4.1, 4.2, and 4.3.
* Added the participants example CSV.
* Added the patch to fix the LaTeX output.
* Fixed the sphinx config so that the images are always at where the text is.
2017-11-17 20:55:08 +08:00

1.0 KiB

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

題組三:跳題邏輯

最後我們要問一些無法歸類的其他問題。

在第三個題組中,我們會介紹問卷問題邏輯關係的設計。我們要詢問學生是否為 本校學生。如果是本校生的話,請學生填上學號;如果是外校生,請學生填上學 校和系級。跳題邏輯如下:

第八題:是否為本校學生?

  • 回答是者,接著回答第九題學號。
  • 回答否者,跳到第十題學校,和第十一題科系。回答是者不需回答。

從左邊「Question Explorer」下的「新增群組」進入。標題填上「參、其他」 ,然後按右上角「儲存並關閉」。

點按新增群組

點按新增群組

新增群組頁面

新增群組頁面

System Message: ERROR/3 (<stdin>, line 31)

Unknown directive type "toctree".

.. toctree::

    03-04-01-yesno
    03-04-02-id
    03-04-03-school
    03-04-04-comment
    03-04-05-preview
    03-04-06-review
</html>