300 likes | 449 Vues
EC512 Group 3 Project Design Presentation. Group Members: - Kunal Singh -Pratik Gajjar - Tianyun He - Xiaoxu Shen. DigiCourse Description. DigiCourse is a web application for easy Course Management for Professors, TAs and Students.
E N D
EC512 Group 3Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -XiaoxuShen
DigiCourse Description • DigiCourse is a web application for easy Course Management for Professors, TAs and Students. • It has a responsive web design i.e. different layout for mobile users. • Professor: it allows professor to upload course materials, give assignments, give grades, make announcements, take attendance, add new students. • TA: it allows TA to check assignments, course materials, submit comments of assignments to professor, make announcements. • Assignments and Announcements notification will be emailed to students.
DigiCourse Description • Student: It allows students to check for assignments, submit assignments, see new announcements, course materials and get emails for news updated. • ASP.net membership is used for role management and authentication. • Other database created for other functionalities. • Ajax is used to implement partial update.
Course Material Database Course material can be uploaded in pdf format and can be displayed and deleted.
Grading System Flow • Student Submits an Assignment • TA can download submitted assignment, check it and give comments. • Professor can download and checkassignment but can only grade after TA give comments. • Professor can add his comments and grade. • When Professor submits, email notification with grade is sent to student.
Grading Database Professor can get comments from TA about the assignment and grade will be given by the professor and sent to student by email.
Announcements Database Announcements can be added by professor/TA and viewed by everyone.
Attendance Database • Professor can take attendance with a checkbox. • The attendance can be viewed by “student name” or “taken date”.
Future Features • Student can view their grades online. • Discussion Board for students to post doubts and discuss with fellow students/ta/professor. • Support Multiple Course Management • Add New Students from BU database/CSV file directly at start of the course.