limesurvey免費網路問卷軟體

來源:互聯網
上載者:User

 

首先將根目錄下的config.php 在安裝前先將mysql的帳號、密碼填妥上傳,

安裝檔在/home/limesurvey/www/admin/install之中(安裝好後要移除才能登入)

網站預設帳號admin 密碼password(可自己到config.php中更改)

管理介面在/home/limesurvey/www/admin/之中

 

http://jeffyon.blogspot.com/2009/01/limesurvey.html
有興趣的朋友,可以下載檔案回去替換。使用方法是將.mo放置於「limesurvey/locale/zh-Hant-TW/LC_MESSAGES/」下,

取代原來的zh-Hant-TW.mo檔。如果要自行編輯,請用Poedit修改zh-Hant-TW.po檔案。

 

---------------------------
http://www.hksilicon.com/kb/articles/2902/1/LimeSurvey---/Page1.html
LimeSurvey 是一套免費的開源網上問卷系統,預設的後台登入語言選單十分冗長,可以修改以下檔案刪去不必要的語言選項:

Version: LimeSurvey v1.71+

/classes/core/surveytranslator.php
 around line: 71 - function getLanguageData(){..}

 

-----------------------------------------------------------------(紅的修改或保留)

    */
    function getLanguageDetails($codetosearch)
    {
        $detaillanguages = getLanguageData();
        if (isset($detaillanguages[$codetosearch]))
        {
              return $detaillanguages[$codetosearch];
        }
        else
            {
                return $detaillanguages['zh-Hant-TW'];
            }
    }
   
    function getLanguageData() {
        global $clang;

 

 

 

 

        // Chinese (Traditional - Taiwan)
        $supportedLanguages['zh-Hant-TW']['description'] = $clang->gT('Chinese (Traditional - Taiwan)');
        $supportedLanguages['zh-Hant-TW']['nativedescription'] = 'Chinese (Traditional - Taiwan)';
     $supportedLanguages['zh-Hant-TW']['rtl'] = false;
        $supportedLanguages['zh-Hant-TW']['dateformat'] = 6;

   
        uasort($supportedLanguages,"user_sort");
       
        Return $supportedLanguages;

 

----------------------

如果要「匿名」問卷,除了在安全性中選「匿名」外,在「啟動問卷」時要注意:

※這裡不能按,直接退出,如果按了「初始化標記」,匿名就不能用了。(只好關閉再重做了)

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.