Input: Examiner 1 Oral evaluation: 30 Report evaluation: 60 Examiner 2 Oral evaluation: 25 Report evaluation: 65 Examine
Posted: Tue Jul 12, 2022 8:28 am
Question 1: (45 marks) A senior student in Ahlia University needs to complete a major project and pass its associated course in the last year. This project gets evaluated by 3 examiners, each evaluates the oral performance of the student (out of 30 ) and the submitted written report (out of 70 ). At the end, the average evaluation of the three examiners will be considered as the student grade in the course which determines whether the student pass the course or not. You are requested to develop a VB application that: -reads the oral and written evaluation of each examiner -finds and displays the total grade given by each examiner -finds and displays the average grade -decides whether the student pass or fail. In case of fail, display the message using red color and use green color in case of pass. Instructions: 1. Create a new project named LabTest_YourID (e.g. LabTest_202110433). 2. Design the form to facilitate solving the problem. 3. Write VB code that solve the given computing problem. 4. Add comments to your program to explain your code.