Could you simply have an image for each score hidden on the page?
Then use actions, based on the Test score (presumably variable AICC_Score or your custom variable) to show the appropriate image:
show image x if variable score (AICC_Score) = x/show image y if variable score (AICC_Score) = y/show image z if variable score (AICC_Score) = z etc.