PhpSurveyor

From LemonWiki共筆
Revision as of 15:14, 5 February 2006 by Planetoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


installation

  1. chmod 777 to {phpsurveyor}/tmp
  2. modify the {phpsurveyor}/admin/config.php

details: The administrators manual

upgrade

  1. (optional, if you need to upgrade PHPSurveyor) check {phpsurveyor}/admin/checkfields.php


translation

{phpsurveyor}/lang/chinese.lang.php

  • 由於問卷類型有(1)逐題回應(2)逐個題目組別的回應方式(3)一次全部回應等方式,因此原本適合問卷類型(1)的next翻譯下一題,在問卷類型(2)的,將會面臨問題,建議改成下一頁或者下一組
//buttoms
define("_PREV", "上一頁");
define("_NEXT", "下一頁");