What is best & Secure timer for online test application in asp.net C# Ajax timer or Jquery Timer? -


i creating new application in asp.net 4.0 contains online test module, , application supposed handle 10-20k students @ time. confusion should use here, should be:

  1. secure , don't want kids turn off javascript in browser , unlimited time test.
  2. which should not overhead network traffic.
  3. which have pause/start function try limits.
  4. should fire needed function on server side after time complete (e.g. redirect page via c# function)

any , example code appreciated.

regards

alok sharma

fyi: not experienced jquery.

if security of timer critical should not rely on javascript code. recommend keep time when test started specific user on both sides, server , client. implement javascript timer periodically synchronizes web server. when user completes test , sends results server should check if timeout elapsed on server side.

in additional add logic in order ban possibility open page , start test without javascript enabled.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -