1

Am developing an online examination system using the jsf framework. My requirement is that the candidate should not be able to use the windows shortcuts like alt+f4, alt+tab, window key and come out of the system. Once he starts the test he should finish. Is there any way to disable these shortcuts? Like running a batch or. Something?

4

1 回答 1

0

那是不可能的。

您应该寻找替代方法。当用户开始测试时在数据库中注册。当用户完成测试时在数据库中注册。在每次测试开始时,检查 DB 中的注册。如果有一个条目表明测试已经开始,但没有一个条目表明特定的测试已经完成,则进行相应的处理。显示一条错误消息,告诉用户他/她以前做错了,他/她应该联系管理员等。

于 2012-04-27T12:40:04.927 回答