Re: Timer for online examination

2015-11-18 Thread bobhaugen
That should have been runTimer and retryTimer On Tuesday, November 17, 2015 at 7:43:02 AM UTC-6, bobhaugen wrote: > > On Tuesday, November 17, 2015 at 12:29:02 AM UTC-6, Arindam sarkar wrote: >> >> I am developing an online examination website. And having difficulty >> implementing the timer .

Re: Timer for online examination

2015-11-17 Thread bobhaugen
On Tuesday, November 17, 2015 at 12:29:02 AM UTC-6, Arindam sarkar wrote: > > I am developing an online examination website. And having difficulty > implementing the timer . > Any one have done it or something related to countdown timer in django ? > > Here is an example of what everybody is

Re: Timer for online examination

2015-11-17 Thread Robin Lery
Yes, that's true. On Tue, Nov 17, 2015 at 4:52 PM, Jani Tiainen wrote: > Hello, > > As I said, on client side doing timer requires javascript usage. But it > doesn't remove need to actually make sure that no-one can manipulate > duration of exam. > > It's really trivial to

Re: Timer for online examination

2015-11-17 Thread Jani Tiainen
Hello, As I said, on client side doing timer requires javascript usage. But it doesn't remove need to actually make sure that no-one can manipulate duration of exam. It's really trivial to have piece of javascript that would render plain javascript timer useless (like you could fill out

Re: Timer for online examination

2015-11-16 Thread Robin Lery
Hello, I think you will have to implement jquery/javascript to make the timer. After the countdown finishes js can post the form automatically. Cheers. On Tue, Nov 17, 2015 at 1:11 PM, Jani Tiainen wrote: > Hi, > > If you're looking something magical there isn't anything.

Re: Timer for online examination

2015-11-16 Thread Jani Tiainen
Hi, If you're looking something magical there isn't anything. Just declare expiracy timestamp and compare against it in code. It should be rather trivial to do with JS down counter to UI for mode concrete feedback to end user. But keep final word of expiracy in Django code. On 17.11.2015

Timer for online examination

2015-11-16 Thread Arindam sarkar
I am developing an online examination website. And having difficulty implementing the timer . Any one have done it or something related to countdown timer in django ? -- Regards, Arindam Contact no. 08732822385 -- You received this message because you are subscribed to the Google Groups