I have been trying to find a good software for meeting our recruitment needs.我一直試圖找到一種良好的軟件為滿足我們的招聘需求。 I need a software which will allow our candidates to take a timed test online and it will score them immediately and inform us about the results.我需要一個軟件,這將使我們的候選人採取定時在線測試和評分,將他們立即告知我們有關的結果。 More specifically features I am looking for are:更具體的特點,我期待的是:

  1. Ability to conduct timed online tests能力進行在線測試時間
  2. Ability to evaluate answers and calculate scores能力評價的答案和計算分數
  3. Ability to email total score, errors etc.電子郵件的能力,總成績,錯誤等。
  4. Ability to randomize questions and answers.能力隨機的問題和答案。
  5. Ability to conduct profile information validation.有能力的個人資料信息進行驗證。
  6. Ability to prevent users from taking the test repeatedly.能力,以防止用戶以反复測試。
  7. Ability to compensate for browser-server round-trip time.能力,以彌補瀏覽器-服務器來回的時間。 We don’t want to penalize the test taker for slowness of browser or machine or internet connectivity.我們不想懲罰測試taker為緩慢的瀏覽器或機器或網際網路連線。
  8. Ability to revise previous answers.能力修改以前的答案。
  9. Ability to score text answers.能力評分文本的答案。
  10. Ability to support penalty scoring支持能力罰款得分
  11. Ability to automatically send different emails based upon score能夠自動發送電子郵件不同的基於評分
  12. Tamper proof.篡改證明。 You shouldn’t be able to manipulate the time or questions in any way.你不應該能夠操縱時間的問題,或以任何方式。

In my extensive search I couldn’t come across a single piece of software which meets these basic requirements, so I decided to write one for our recruitment tests.我在廣泛的搜索,我不能碰到一個單一的軟件,符合這些基本要求,所以我決定寫一為我們的招聘測試。 Do you know of any software with these capabilities.你知不知道的任何軟體,與這些能力。 Secondly what features do you think would complement well this minimal feature set?其次有什麼特點,您認為將補充好這個最小功能集?

BTW: I have decided to use PHP as my development platform and MySQL as the database.的BTW :我已決定使用PHP作為我的開發平台和MySQL作為數據庫。 Feel free to ask why.隨時問為什麼。