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

  1. Output and display an application heading
  2. Input a single mark for each of at least 10 students
  3. Display a list of the students together with their mark and their grade
  4. Calculate and display the mean mark, the minimum mark and the maximum mark
  5. Calculate and display a grade profile (the percentage of students obtaining each grade)
  6. A Mobile phone version of the App which can save, open and edit the student and their marks

This is a key tutorial illustrating how to create an SQL Database from C# classes based on Contoso University

You can add a Google Chart to the Web Version Google Pie Chart

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)

screenshot

screenshot

screenshot

screenshot

Evaluation (20 Marks)

The student should add five limitations or useful extensions that could be added to the application

  1. 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.