It would take some coding, but you should be able to use Actions to manipulate your test score. Create a new variable to track the test score (instead of using the default). Then add Actions to keep a running score based on which answers are correct (if a single answer question) or which buttons were selected (if a multiple answer question). At the end of the test, use more Actions with conditions to display the student's ranking based on the running score (i.e., if score < n, then x and if score < n and > y then x).Hope this helps,Jay