Pathfinder pulls each student's transcript from the SIS, then scores every Allied Health program against the courses they've completed. The page below shows the full mapping — every prerequisite for every program, and which of the sample student's courses satisfy it.
Match score formula
creditsApplied = sum(credits of completed courses that are prerequisites)
creditsRemaining = max(program.totalCredits - creditsApplied, 0)
percent = round(creditsApplied / program.totalCredits * 100)
termsRemaining = round(estimatedTermsFromZero * creditsRemaining / totalCredits)
Programs are sorted by percent descending. The top result is shown as the "Best match." Required prerequisites are highlighted so advisors can spot blocking gaps quickly.
Sample student transcript
This is the input the engine sees. Toggle courses on the Pathways page to see scores update live.