ec512 group 3 project design presentation group members: -kunal singh -pratik gajjar -tianyun he...

30
EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Upload: shanon-parks

Post on 04-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

EC512 Group 3Project Design Presentation

Group Members:-Kunal Singh

-Pratik Gajjar-Tianyun He

-Xiaoxu Shen

Page 2: 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.

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

Page 3: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

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.

Page 4: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

TECHNOLOGIES USED

Page 5: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Default Page

Page 6: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Common Login Page

Page 7: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Professor Dashboard

Page 8: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Professor Dashboard (Mobile Layout)

Page 9: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

View/Upload Assignments

Page 10: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Assignment Database

Page 11: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

View/UploadCourse Material(PDF Format)

Page 12: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Course Material Database

Course material can be uploaded in pdf format and can be displayed and deleted.

Page 13: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Grading System Flow

• Student Submits an Assignment• TA can download submitted assignment, check

it and give comments.• Professor can download and check assignment

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.

Page 14: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Grading (Assignment Wise)

Page 15: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

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.

Page 16: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Announcements

Page 17: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Announcements Database

Announcements can be added by professor/TA and viewed by everyone.

Page 18: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Take Attendance

Page 19: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Check For Attendance(By Name)

Page 20: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Check For Attendance(By Date)

Page 21: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Attendance Database

• Professor can take attendance with a checkbox.• The attendance can be viewed by “student name” or “taken date”.

Page 22: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Add New Students

Page 23: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

TA Dashboard

Page 24: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

TA Grading(Give Comments)

Page 25: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Student Dashboard

Page 26: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Submit Assignments

Page 27: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Submit Assignments

Page 28: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

View/Download Course Material

Page 29: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

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.

Page 30: EC512 Group 3 Project Design Presentation Group Members: -Kunal Singh -Pratik Gajjar -Tianyun He -Xiaoxu Shen

Thank You