Your college has realized their report card generating system is broken! They've reached out to you to see if you'd be willing to help them fix it.
At the moment, they have the styling and general layout done, but they're missing valid JavaScript. Your job is to modify the script.js
file with code that produces a working report card generator. They've sent over your grades for the year to use as a model.
- Report card displays student information: name, grade, advisor, major, graduation year, and image
- Grade dynamically changes and shows at least 3 semester options (fall, winter, and spring)
- Each semester displays the corresponding class, including class code, class name, semester, credits, and letter grade
- Report card calculates GPA automatically
- Users can change their grades after the initial report card is generated