Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 28

NATIONAL ECONOMICS UNIVERSITY ​

BUSINESS ANALYST PROGRAM​

DEVELOPMENT OF AN
APPLICATION FOR COURSE GRADING
IN NATIONAL ECONOMICS UNIVERSITY​

Presenter: Group No.3​

Hanoi, 2024​
Table of contents
01 Introduction to the Excel application in business context​

02 Database design​

03 Implement the database on MS – Excel​

04 Information production and visualization

05 Conclusion

06 Reference
Part 1
Introduction to the Excel
application in business context
In today's digital age, efficient management of student-
course grading is crucial for ensuring smooth academic
operations and student satisfaction. A simple database
application created in MS Excel can serve as an effective
tool for managing and tracking student grades and
performance. This system can help educators and
administrators keep accurate records of student scores,
assignments, and exam results, thereby streamlining the
grading process and reducing administrative overhead. By
using Excel for grading management, schools can enhance
the accuracy, efficiency, and transparency of their grading
systems, ultimately contributing to a better educational
experience for both students and teachers.
SCHOOL CONTEXT
Schools, especially those with limited resources, often struggle with
managing student grades and tracking academic performance.
Traditional pen and paper methods are time-consuming, prone to errors,
and inefficient in providing real-time data on student progress and
grading history. In this context, an MS Excel-based system for student-
course grading management can significantly improve the accuracy and
efficiency of tracking grades, assignments, and exam results, ensuring
timely and accurate reporting and enhancing the overall educational
experience.
OBJECTIVE

Efficiency Organization
• Maintain an organized database of student
• Automate the process of recording
performance, making it easy to search and
student grades and assignments retrieve information.
• Minimizing manual entry and errors

Tracking Accessibility
• Enable tracking of student progress • Provide a user-friendly interface that
throughout the course and identify teachers and administrators can easily
areas where students may need navigate, ensuring that grade
additional support. management is straightforward and
efficient.
Part 2
Database design
Required tables
To design the database, we'll need 4 tables

CLASS STUDENT

COURSE COURSE GRADING


Purpose and structure

Class Student
• Purpose: To store the information of • Purpose: To store the personal details
available classes of students.
• Structure: ClassID, ClassName • Structure: StuID (Student
ID), StuFName , StuLName , ClassID,
DOB (date of birth)

Course Course Grading


• Purpose: To store information about • Purpose: To store the grades that students receive in
the courses available each course
• Structure: CourseID, CourseTitle, Cre • Structure: GraID (GradeID): Each grade for a course
dit: The number of credits the course is for a student corresponds to one GradeID, StuID,
worth CourseID, Grading segments including participation
grade (which counts for 10%), midterm grade (40%)
and final grade (50%).
Table relationships
■ Class and Student ■ Student and Course
From the information in Class grading
table, create the Student table From the information about
with student details and their students, classes, and courses,
corresponding classes create the Course grading table
with the grades for each course
corresponding to each student
What are our priorities right now?

Topic 1

Topic 2

Topic 3

Topic 4

Follow the link in the graph to modify its data and then paste the new one here. For more info, click here
How did our projects do?
Project 1 Project 2 Project 3 Project 4 Project 5

Goal 1 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics

Goal 2 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics

Goal 3 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics

Goal 4 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics

Goal 5 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics

Goal 6 Write your metrics Write your metrics Write your metrics Write your metrics Write your metrics
Timeline

Gather data Outline the project Establish communication Create milestones

Identify potential risks Stay on track Assign accountability Assess progress


Part 3
Implement the database on
MS – Excel
Implement the database on MS – Excel
01​ Class
■ ClassID = [major's abbreviation] + [class year organized in alphabetical
order]

02​ Student
■ StuID = [year of enrollment] + [sequential number based on the name]

03​
Course
■ CourseID = [first 4 letters of the managing department] + [course's
sequential number within all courses]
Implement the database on MS – Excel​
04 Course grading
AveScore:
=AveScore(AS)=Par*0.1 + Mid*0.4 + Final*0.5

Grading:
= IF(AS - requirements, Grading)

main criteria secondary criteria


Implement the database on MS – Excel
05 Scholarship
SchID:
= VLOOKUP(StuID, Student, ClassID column,0) & StuID
StuID: Extract data from the Student table

StuName:
=VLOOKUP(StuID, Student, StuLName, 0)&" "&VLOOKUP(StuID, Student, StuFName, 0)
Implement the database on MS – Excel
05 Scholarship
TotalCredit:
=SUM (VLOOKUP (CourseID, Courses, Credit,0))

GPA:
=Sum(AveScore*Credit)/TotalCredit

Type:
=IF(GPA - requirement, Type)

Value:
=IF(Type - requirement, Value)
CONCLUSION
1 Efficiency

2 Organization

3 Tracking

3 Accessibility

3 Transparency and Accuracy

 Streamline administrative processes and improve the educational experience


Reference
■ Top 10 Benefits of Microsoft Excel – Why YOU Should Learn it in
2024
https://excelchamps.com/benefits-of-microsoft-excel/

■ How to create student database in Excel (With easy steps)


https://www.exceldemy.com/create-student-database-in-excel/

■ Excel functions (by category). (n.d.). Microsoft.com. Retrieved June


10, 2024, from
https://support.microsoft.com/en-us/office/excel-functions-by-category
-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb
Part 4
Information Production
and Visualization
Giáo dục Kinh tế Kinh tế Quản lý tài Tư duy Thương mại Triết học Grand
thể chất vi mô vĩ mô chính phản biện điện tử Mác Lênin Total
Công nghệ tài chính K63 3 3 6
Logistic và quản lý chuỗi
5 6 11
cung ứng 64A
Marketing 65A 1 1 2
Marketing 65B 1 4 1 1 7
Marketing 65C 3 4 7
Phân tích kinh doanh 63 4 2 6
Phân tích kinh doanh 65 3 3 3 9
Quản trị kinh doanh K62 3 1 4

You might also like