Project:
Report Card Generator

A Java program that will procedurally generate a comment used for report cards.

Report Card Cover Image

This java program was made to procedurally generate report card comments for swimming lessons. The comments generated meet the LifeSaving Society (LSS) standard (2024). The user inputs a swim level, participant name, whether or not the participant passed or failed, and one strength and one point of improvement that the participant displayed while swimming. This program was given a sample of pre-approved comments/feedback. These comment samples are then randomly selected and compiled together.

Report Card Result Image

Code for this project can be found on the Project_SwimReportCardGenerator page of my Github.