Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 1 0 0 Marks Eduvos student grade calculator In a new and exciting move, Eduvos has contacted you to help them improve their

Question 1
100 Marks
Eduvos student grade calculator
In a new and exciting move, Eduvos has contacted you to help them improve their grading system. The Institute is looking for a system that can help students calculate their own grade average based on the result that the student achieved for their assessments (Quiz (10%), Project (20%), Final exam (50%), and a practical (20%)).
As a junior python Developer, Eduvos would like you to assist in building the system. The Institute has also provided you with a project Brief.
(Nkosi,2024)
Project Brief
Project Title: Eduvos Student Grade calculator
Project Goal: Develop a Python application to manage student grades.
Target Audience: Educators and students who require a tool to track and visualize student performance.
Key Information:
The application is per student. Therefore we only need to calculate grades per module for the student.
The Weighting of assessments is as follows:
o Quiz: 10%
o Project: 20%
o Final exam 50%
o Practical exam 20%
As part of development, a python notebook has been provided. You may run the script to generate your CSV file and begin development using the proposed scope.
Project Scope:
The application will focus on the following functionalities:
Data Import:
(20 Marks)
Read student grade data from a CSV file.
Validate the data for correctness and consistency.
Handle errors gracefully and provide informative feedback to the user.
Grade Calculations:
(20 Marks)
Calculate overall grades for each student based on provided weights for assessments (quizzes, projects, final exams).
Account for edge cases like missing grades or missing weightings.
Multi-threading: Explore the use of multi-threading for concurrent grade calculations to potentially improve performance.
User Interface:
(20 Marks)
Create a user-friendly interface that can be used to navigate through the entire program.
The user interface should be the only mode of interaction with the program.
Display student grades for each subject and overall performance.
Provide detailed breakdowns of individual assessments.
Please Note: The User Interface is where you can be as creative as youd like, We will accept a simple display of data as well.
Testing:
(20 Marks)
Implement a unit test to ensure that the grade calculations work as expected.
Documentation:
(20 Marks)
Create a detailed user manual to show how the interface works and is to be used.
The manual should discuss all the various components of the application.
The program code should also include detailed comments to explain the code.
Deliverables:
Working Files, including all code, documentation, and resources used. Save this file as : Module Code Assessment Type Campus Name Student Number.
Sample output:Question 1
100 Marks
Eduvos student grade calculator
In a new and exciting move, Eduvos has contacted you to help them improve their grading system. The Institute is looking for a system that can help students calculate their own grade average based on the result that the student achieved for their assessments (Quiz (10%), Project (20%), Final exam (50%), and a practical (20%)).
As a junior python Developer, Eduvos would like you to assist in building the system. The Institute has also provided you with a project Brief.
(Nkosi,2024)
Project Brief
Project Title: Eduvos Student Grade calculator
Project Goal: Develop a Python application to manage student grades.
Target Audience: Educators and students who require a tool to track and visualize student performance.
Key Information:
The application is per student. Therefore we only need to calculate grades per module for the student.
The Weighting of assessments is as follows:
o Quiz: 10%
o Project: 20%
o Final exam 50%
o Practical exam 20%
As part of development, a python notebook has been provided. You may run the script to generate your CSV file and begin development using the proposed scope.
Project Scope:
The application will focus on the following functionalities:
Data Import:
(20 Marks)
Read student grade data from a CSV file.
Validate the data for correctness and consistency.
Handle errors gracefully and provide informative feedback to the user.
Grade Calculations:
(20 Marks)
Calculate overall grades for each student based on provided weights for assessments (quizzes, projects, final exams).
Account for edge cases like missing grades or missing weightings.
Multi-threading: Explore the use of multi-threading for concurrent grade calculations to potentially improve performance.
User Interface:
(20 Marks)
Create a user-friendly interface that can be used to navigate through the entire program.
The user interface should be the only mode of interaction with the program.
Display student grades for each subject and overall performance.
Provide detailed breakd

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions