New user here...
I need to determine the number of test attempts a particular student has left.
Field names are:
Sore (this is the score for the initial exam)
Score_t1r1 (this is the first retake)
Score_t1r2 (this is the second retake)
Score_t1r3 (this is the final retake)
One student may not need all three retake attempts; however, I need to calculate how many retake tries are available. Please note that one or more of these fields may have scores in them, so do I need to use a count or null feature? Also, I need to be sure that the returned value is for one student.
Hopefully I've covered all of my variables. If more information is needed, I can provide it.
Thanks for the help!