• <strike id="gcy6o"><s id="gcy6o"></s></strike>
  • <samp id="gcy6o"><pre id="gcy6o"></pre></samp><samp id="gcy6o"><pre id="gcy6o"></pre></samp>
      • 論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        測試員質量管理系統

         本文ID:LWGSW17633 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 測試員質量管理系統 (收費:1000 積分)  

        論文字數:12371,頁數:44

        摘要
         推廣普通話是新時期語言文字工作的首要任務,對提高全民族的科學文化素質有重要意義。國家普通話水平測試是我國為加快共同語普及進程、提高全社會普通話水平而設置的一種語言測試制度。傳統的面對面的測試模式已經不能滿足當前的普通話測試需要,引進現代信息技術,實現評測過程的自動化,網絡化成為普通話培訓測試的新的發展方向,既能夠有效降低測試成本,提高工作效率,又能夠加強對測試的管理,為管理和監控測試工作的質量提供了很好的支撐。
         測試員質量管理系統是基于普通話水平測試網絡管理系統而構建的,實現對測試的測試質量進行管理和監控,提高測試員測試質量的定量依據,為各級培訓測試中心對測試員的質量管理提供有效參考。同時建立樣卷系統,加強對測試員業務能力的培訓和考核,對于測試員隊伍的建設有著非常重要的意義。
         本文介紹測試員質量管理系統的基本實現思路,功能,以及所用到的技術。分析了測試員質量管理系統基本原理。對測試員質量管理系統進行了模塊化分析,重點介紹了測試員登陸,測試情況統計和樣卷管理這幾個模塊。
        關鍵詞 測試員質量管理系統,測試員測試情況統計,樣卷管理
        ABSTRACT
         The promotion of Putonghua language is a primary task in New Era and has great significance of upgrading the nation's scientific and cultural qualities. National Putonghua Shuiping Ceshii(abbriv.As PSC)is a Language Testing System, it can speed up the process of popularizing the common language and raise the Putonghua standard of the whole society .The traditional face-to-face test mode has been unable to meet the current needs of Putonghua test.Introduction modern information technology, implement automation of eva luation process and network is a new direction of development of testing,we can reduce the testing cost effectively , raise work efficiency  and strengthen the management of the testing and it will provide a better support for management and monitor test.
         Tester's quality management system is based on the Chinese Proficiency Test NMS built,it can achieve quality management and monitoring,improve the quality of testers testing, supply effective reference for the all levels Training and Testing Center quality of members of management.At the same time it build a volume system which can strengthen the tester's capacity of training and assessment ,and has a very important significance for the test team building.
         This paper introduces method and functions of realization and  technology used in test quality management system .Analysis the basic principles of quality management system.Analysis the test quality management system by module. We emphatically introduce the landing of the testers, the statistics of test situation and volume management.
        Key words  PSC, testers test statistics, sample exampaper management

        目錄
        摘要 I
        ABSTRACT II
        第1章 引言 1
        1.1 背景 1
        1.2 研究內容 1
        第2章 測試員質量管理系統技術框架 2
        2.1 總體技術概述 2
        2.2 系統工作環境 2
        2.3 系統使用技術 4
        2.3.1 Ajax技術 4
        2.3.2 CSV技術 5
        2.3.3 JavaBean技術 5
        2.3.4 框架(frame)技術 6
        第3章 測試員質量管理系統設計 7
        3.1數據庫設計 7
        3.1.1概念結構設計 7
        3.1.2邏輯結構設計 7
        3.2 各功能模塊概要 12
        3.2.1登陸模塊 12
        3.2.2測試法規 12
        3.2.3樣卷管理 13
        3.2.4測試員測試情況統計 14
        第4章 登陸模塊設計與實現 15
        4.1 登陸模塊驗證流程 15
        4.2 登陸模塊詳細設計 15
        4.3 本章小結 18
        第5章 樣卷管理模塊設計與分析 19
        5.1 CSV解析 19
        5.2 樣卷和樣卷答案導入 23
        5.3 樣卷和樣卷答案查看與說明 27
        5.4 本章小結 29
        第6章 測試員測試情況統計模塊設計與實現 30
        6.1 測試員測試情況統計模塊設計 30
        6.2 本章小結 38
        第7章 結論 39
        7.1總結 39
        7.2展望未來 39
        致謝 40
        參考文獻 41


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:網上人才招聘解決方案 下一篇:專題地圖排版系統
        Tags:測試 質量 管理系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文
      • <strike id="cec2k"></strike>
        • <ul id="cec2k"></ul>
          <samp id="cec2k"></samp><th id="cec2k"><s id="cec2k"></s></th>