PhpSurveyor: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
* [http://www.phpsurveyor.org/index.php PHPSurveyor] (last visited: February 5, 2006)
* [http://www.phpsurveyor.org/index.php PHPSurveyor][http://sourceforge.net/projects/phpsurveyor/] (last visited: February 5, 2006)





Revision as of 15:15, 5 February 2006


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", "下一頁");