Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I had submitted this question three times and no one answered exactly what is required. Please read the question completely and write the code using
I had submitted this question three times and no one answered exactly what is required. Please read the question completely and write the code using Python language and create a program exactly as shown in the picture.
Write a GUI application that keep track students' test grades and calculate the average marks. A sample of GUI is shown below. At the beginning, the user selects either "Numeric" or "Letter" grading. The user enters Test 1, Test 2, and Test 3 scores of a student. The name of the student, the entered scores and the average of scores are inserted into the text box field as shown the figure. At each entry, the class average is also updated. If you select "Numeric", then grades (maximum grade is 100 points) are calculated as seen in the figure given above. If "Letter" is selected, then Medipol grading table is used for calculating grades. The Medipol grading table is given below: In letter grading, each test score is entered as a letter. Each letter grade is converted to a numeric grade using an upper numeric-grade (A=>4,A=3,76,,C=>2,47) given in Medipol grading table. Student and class averages are calculated out of 4 . An example is given below. Class average: 3,48
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started