American International University Bangladesh Department of Computer Science Term Project Proposal, Summer 2019-20
Course OBJECT ORIENTED PROGRAMMING 2 Group 11
Group Members: 1
Student ID: 18-37556-1
Name: PAUL, AVIJIT
Section: B
Project Title: TEACHER’S STUDENT AND CLASS MANAGEMENT SYSTEM
Project Description: This project is focused on how a teacher in any institution or independent teacher can individually manage their students. By this system, a teacher can create a classroom and add or remove their students, take attendance, input quiz, class test, assignment or any exam’s marks. Admins can create teachers and send notifications to teachers for their institutions.
User_1: Teacher
Sign up and login
Create classroom
Add/remove/modify/view students
Search for student by their name or ID in class section.
Search for classes by name or ID in Classrooms section.
Take attendance
Input assignment’s and exam’s marks for individual students.
User_2: Admin
Signup and login
Create new teachers
Create/remove/modify/view students and classes details.
Send notifications to teachers for deadlines or any messages.
Requirements:
At least 2 types of User
Database Connection Class.
Normalized DB (2NF) Search Option for all users.
OOP Principles
Form Design Database CRUD operations
All the Forms MUST be connected.
Login Form can only have ID & Password.