PhpSurveyor
Jump to navigation
Jump to search
- PHPSurveyor (last visited: February 5, 2006)
installation
- chmod 777 to {phpsurveyor}/tmp
- modify the {phpsurveyor}/admin/config.php
details: The administrators manual
upgrade
- (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", "下一頁");