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.随时问为什么。