locked
Using GMT Time(Online) in Online Exam Website RRS feed

  • Question

  • User1931881528 posted

    Hi

    I want to create a Online Exam site in ASP.NET .In that i want to display Test based on the Date and time and the user can take the test at the time set my the Teacher.

    For Example:

    Teacher want to take C Test for the Mid Semester Test and the test is schedule on 1 May 2010,then the test should appear on the test page on the 1st may only and the user should be able to take the test on the set time.

    The problem is  that if i use System time then user can change the system time and can take the test schedule in future.

    So i want to know how can implement this thing.I have given many online test but dont know how they work out the time and date logic.

    Any Help will be appreciated

    Thursday, February 25, 2010 10:55 AM

Answers

  • User-1878433365 posted

    Hello!

    The ASP.NET application will be running on your web server where you will have a sytem date and time. Your end users will use a browser to connect to your application and it does not matter what date and time do they have on their local computers. They can change it if they like it but the server will rule.

    Does this make sense to you? 

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, February 25, 2010 11:06 AM

All replies

  • User-1878433365 posted

    Hello!

    The ASP.NET application will be running on your web server where you will have a sytem date and time. Your end users will use a browser to connect to your application and it does not matter what date and time do they have on their local computers. They can change it if they like it but the server will rule.

    Does this make sense to you? 

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, February 25, 2010 11:06 AM
  • User1931881528 posted

    ya thanks aderegil.I was knowing the anwser but wanted to get sure.

    thx alot. 

    Thursday, February 25, 2010 10:32 PM