Best Way to create a verification script / examples?

TruePaige

Diamond Member
Oct 22, 2006
9,874
2
0
Okay, so I've been working on a testing system, which has been fairly easy, has a timer, people can create an account to see their tests taken / tests to take / scores. (I did it with very simple skills, and with some tutorial help)

BUT! I need a way for a supervisor to verify that the test was taken and/or passed.

I'm guessing I should just have whatever script I use grab an attribute from the test database

I basically am looking to make an If/else statement that looks at the score, and if it is anything over 80 returns a message that they passed, and if not says they have not passed.

But it has to fetch the data from the database for each user..

So...I thought I could have it so the person typed in the test takers username, but for privacy reasons it would be better if I could assign each result a number, and have you type in the number and it tells you.

Something like this basically

https://www.redhat.com/training/certification/verify/

I'm not really the best at this kind of stuff right now, just trying to help out...so any advice on getting started making something like that would help.

Hope this isn't my dumbest question ever. 0.0