Hi All,
I have a notes database that is used by the users to take exam and store there score in it.
If a person takes an exam and his score >=24 then he is not allowed to take another exam. There is an agent for it that validates this condition by checking the user name and how much he has scored, then pop up box will display his score and restrict him from taking the exam again.
If his score is less than 24 then he can take the exam again till he scores >=24.
Now I want the same functionality in Web also. We have a web form for it and we have a link that once clicked open the web form for the user to take exam.
Now I want to have the same functionality in web also, that is it should check his score and then decide that he should take the exam or not.
Please guide me to achieve this.
Thanks
Ravi