Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Visual Basic Coding Design a project to allow a student to access current grades

ID: 3573832 • Letter: V

Question

Visual Basic Coding


Design a project to allow a student to access current grades and/or create a "What-if" situation on a continuing basis to understand where they are at any given point in the semester. You will need to calculate multiple grades for exams, quizzes and assignments.

Required List:
1. Record grades with the following attributes:

a. First name, middle initial and last name

b. SS # (can be fabricated)

c. 2 exams

d. 4 quizzes

e. 6 assignments

f. 1 project

g. Attendance

h. Numeric grade

i. Alphabetic grade

2. General controls:

a. Label

b. TextBox

c. Command button

d. Timer

e. Image/picture box

f. List box

3. Calculate Final Grade (numeric portion) using the following scale:

a. Assignments       20 %

b. 2 Exams       30 %

c. Semester Project   25 %

d. Attendance       10 % (19 classes = 100 % attendance)

e. 4 Quizzes       15 %

f. Total           100 %

Explanation / Answer

this is a example and but is working example, you can add any other parameters as per yours need