It is important that returns are carefully managed in the new system. This can be done with a combination of suitable naming conventions and business processes.
A Return for Each Attempt
Within the Student Record System, a record is kept of each student's attempt at a class.
- There may only be one attempt if it is a passing mark.
- It may be that the student fails at the first attempt but passes at a subsequent resit (second attempt, third attempt, etc).
How to Check for an Existing Return
Related Articles