App03: Student Marks - Timxthy/CO453 GitHub Wiki
App03: Student Marks
Description
The first version of this application will allow a tutor to enter a single mark of each of a list of students and it will convert that mark into a grade. The application will then be able to calculate simple statistics and also calculate and display a student grade profile.
Features
- Output and display an application heading
- Input a single mark for each of at least 10 students
- Display a list of the students together with their mark and their grade
- Calculate and display the mean mark, the minimum mark and the maximum mark
- Calculate and display a grade profile (the percentage of students obtaining each grade)
- A Mobile phone version of the App which can save, open and edit the student and their marks
You can add a Google Chart to the Web Version
Mark Range | Grade | Classification |
---|---|---|
70-100 | A | Distinction |
60-69 | B | Higher Merit |
50-59 | C | Merit |
40-49 | D | Pass |
0-39 | F | Fail |
Testing
Example Screen Shots (36 Marks)
Evaluation (20 Marks)
The student should add five limitations or useful extensions that could be added to the application
- Would have liked to spent more time on this app asi was in a rush i did not get to fully experiemnt with it resulting in an error once you complete the demo.