+ All Categories
Home > Education > Mentoring system ppt

Mentoring system ppt

Date post: 27-Jun-2015
Category:
Upload: reshmarrajan
View: 377 times
Download: 19 times
Share this document with a friend
Description:
a ppt for online mentoring system... my mini project..
Popular Tags:
46
ONLINE MENTORING SYSTEM (AN ONLINE MENTOR-STUDENT INTERACTION)
Transcript
Page 1: Mentoring system ppt

ONLINE MENTORING SYSTEM(AN ONLINE MENTOR-STUDENT

INTERACTION)

Page 2: Mentoring system ppt

INTRODUCTION

1.1 Scope Of The Project

  The objective is to develop an

Online Mentoring System to promote and encourage students to actively participate in the academic activities.

Our project replaces the conventional and inconvenient method of clearing doubts in classes which involves the mentor and student to be physically present at the same time.

In this context arises the importance of our project. This project bridges the existing gap between mentor and students due to the time constraints.

 

Page 3: Mentoring system ppt

1.2 Overview Of The Project

  The Online Mentoring System (OMS) provides an

online forum for mentor-student communication.

The users are administrator, student and mentor.

Page 4: Mentoring system ppt

Existing System

Conventional method of sending course-ware through postal systems.

E-mail services wherein the sender and receiver can communicate if they know each other’s e-mail ids.

Page 5: Mentoring system ppt

 

LIMITATIONS

Conventional systems leave a huge gap in interactions

among faculty/trainers and students.

In the present system of mailing questions and answer it

is required that the sender requires to know the mail id of

the receiver.

Conventional systems require the mentor and the

student to be physically present at the same place at the

same time.

Page 6: Mentoring system ppt

Proposed System:

It is an online interaction between mentor and student.

The teacher can post questions and students should answer them.

Thus we can improve the student’s academic performance

Page 7: Mentoring system ppt

Features:In the proposed system, we intend to develop a web-based application providing the necessary services and online training to empower students.

Students are assigned frequencies automatically based on the marks obtained by them.

The registered teachers can post assignments for each grade and value them.

The registered students can post queries online and get their responses from the mentors.

The students should post their answers for the assignments given to them within the specified date.

Page 8: Mentoring system ppt

Advantages of Proposed System

It is easier method for efficient interaction between student

and mentor

The conventional method is time consuming and often prove

inefficient. Hence this system manages time more effectively.

It bridges the gap between mentor and the student.

It encourages doubts and hence enhances the knowledge

level of student.

Mentors are able to give assignments online, thereby

providing an online platform .

Page 9: Mentoring system ppt

Working Of The Proposed System

ADMIN

LOGIN

REGISTER SUBJECT

ASSIGN SUBJECT TO TEACHER

Page 10: Mentoring system ppt

STUDENT

REGISTER

LOGINVIEW

ASSIGNMENTS

ANSWER ASSIGNMENT

S

POST DOUBTS

VIEW DOUBTS

LOGOUT

Page 11: Mentoring system ppt

MENTOR REGISTER

LOGINPOST

ASSIGNMENT QUESTIONS

VIEW ALL DOUBTS

REVIEW ANSWERS

VIEW STUDENT

DOUBT

ANWER DOUBTS

Page 12: Mentoring system ppt

FUNTIONAL REQUIREMENTS

Number of modules Administrator module Mentors module Student module

Page 13: Mentoring system ppt

SOFTWARE REQUIREMENTS

Operating system : Windows

Technology : Core java, Adv java

(JDBC, servlet, JSP)

Web technologies : Html, Java script

Web server : Tomcat

Database : Mysql

Java Version :JDK 1.7

Page 14: Mentoring system ppt

HARDWARE REQUIREMENTS

Hardware : Pentium based systems

RAM :256MB(min)

Page 15: Mentoring system ppt

Data Flow Diagram(DFD)

Page 16: Mentoring system ppt

Level 0

ONLINE MENTORING

SYSTEMSTUDENT MENTOR

ADMIN

Assignments

Answers, doubts

Questions, answers to doubts of students

Doubts from students, answers submitted

Registered students and teachers

Register subject, assign subjects to teacher

Page 17: Mentoring system ppt

Level 1

a) REGISTRATION

LOGIN

ASSIGNMENT VIEW

ASSIGNMENT SUBMISSION

POST DOUBT

VIEW REPLY

LOGOUT

STUDENT

tbl_login

tbl_user

tbl_assignment_question

tbl_student_assignment

tbl_doubts

Stu

dent

de

tails

Pw

d,id

Answers

Doubts

Student details

userid,pwd,type

,name

Username,pwd

doubt

answer

Student Module

Page 18: Mentoring system ppt

b) Mentor module

REGISTRATION

LOGIN

REPLY DOUBTS

VIEW DOUBTS

POST ASSIGNMENT

VALUE ASSIGNMENT

SET GRADE

LOGOUT

MENTOR

tbl_user

tbl_login

tbl_doubts

tbl_internal

tbl_grade

Men

tor

deta

ilsId

,pwd

answers

Assignment,grade

Studid,grade

Name,pwd,id

Question,grade

Question,grade,

subidtbl_assignment_question

status

Page 19: Mentoring system ppt

c) Admin module

LOGIN

REGISTER SUBJECT

ASSIGN TEACHER

ADMIN

tbl_login

tbl_subject

tbl_semester_subject

Id,p

wdSubcode,subname

Teacher

name,subject

Teacher name,subject

Subcode,subname

Subcode,subname,semester,mentor code

Page 20: Mentoring system ppt

GUI (GRAPHIC USER INTERFACE)

HOME PAGE(1. Register 2. Login)

Page 21: Mentoring system ppt

Login

Page 22: Mentoring system ppt

admin mentor student

database

Page 23: Mentoring system ppt

Subject Logout

Page 24: Mentoring system ppt

Logout

Page 25: Mentoring system ppt

Question Reply Students LogoutMark

Page 26: Mentoring system ppt

Reply Students Logout

Page 27: Mentoring system ppt

LogoutStudentsReply

Home

Page 28: Mentoring system ppt

Doubts Assignments Logout

Page 29: Mentoring system ppt

Reply View all doubts

Page 30: Mentoring system ppt

View all doubts

Home Logout

Page 31: Mentoring system ppt

View assignment

Logout Home

Page 32: Mentoring system ppt

LogoutHome

Page 33: Mentoring system ppt

Doubt LogoutAssignment upload

Page 34: Mentoring system ppt

Assignment upload

Doubt Logout

Page 35: Mentoring system ppt

View all doubts View my doubts Logout

Page 36: Mentoring system ppt

Logout Home

Page 37: Mentoring system ppt

View my doubt

Page 38: Mentoring system ppt

DATABASE DESIGN

Page 39: Mentoring system ppt

1) tbl_user

Fields Type

userId int(11)

name varchar(25)

address varchar(10)

email varchar(40)

phone bigint(12)

Page 40: Mentoring system ppt

2) tbl_loginFields Type

userid int(11)

username varchar(25)

password varchar(25)

type varchar(10)

3) tbl_semester_subject

Fields Type

sem_subject_id varchar(15)

semester varchar(5)

subject_code varchar(10)

mentor_code int(11)

Page 41: Mentoring system ppt

4) tbl_subject

Fields Type

subject_code varchar(40)

subject_name varchar(40)

5) tbl_assignment_question

Fields Type

question_id int(11)

question varchar(25)

grade varchar(5)

semsubjectId varchar(15)

questionfile varchar(25)

Page 42: Mentoring system ppt

6) tbl_student_assignment

Fields Type

userId int(11)

questionId int(11)

set_date date

last_submission_date date

submit_date date

assignment_path varchar(25)

mark varchar(10)

remark varchar(30)

Page 43: Mentoring system ppt

7) tbl_doubts

Fields Type

doubt_id int(11)

userId int(11)

doubt_post_date date

sem_subjectId varchar(15)

answer varchar(255)

answer_date date

status varchar(10)

doubt varchar(255)

doubt_file varchar(255)

answer_file varchar(255)

Page 44: Mentoring system ppt

8) tbl_grade

Fields Type

userId int(11)

grade char(1)

9) tbl_internal

Fields Type

userId int(11)

internal_type varchar(10)

mark varchar(10)

grade varchar(10)

sem_subjectId varchar(15)

Page 45: Mentoring system ppt

CONCLUSION

As stated before, this project enhances the communication between student and mentor there by improving the academic performances of the student.

Each student is graded according to their performances and they receive questions based on these grades. Their grades may improve or fall based on their performances.

Hence varying levels of attention can be given to the students.

Page 46: Mentoring system ppt

References

http://www.tutorialspoint.com/jsp/jsp_quick_guide.htm

JSP complete reference.pdf – Nitikesh


Recommended