Re: [Tutor] Validation loop

2008-09-13 Thread bob gailer
Norman Khine wrote: Hello, I am writting a little module that validates if a member has completed all the previous exams before they can access the current exam. The way, I thought it may work is to: Search all previous exams from the previous topics and check to see if the user has passed t

[Tutor] Validation loop

2008-09-13 Thread Norman Khine
Hello, I am writting a little module that validates if a member has completed all the previous exams before they can access the current exam. The way, I thought it may work is to: Search all previous exams from the previous topics and check to see if the user has passed them, if not, then the