Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science...

31
Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department

Transcript of Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science...

Page 1: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Virtual Tutor Application Madhuri SomarapuDr. Jie YanBowie State UniversityComputer Science Department

Page 2: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Outline Introduction Modules Functionalities System Design Database Design Results Conclusion Future Work

Page 3: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Introduction The “Online Virtual Tutor” has important implications for the design of future

learning programs that incorporate pedagogical agents. Successful outcomes of the proposed work will provide a new procedure for developing more engaging and natural dialogs and narrations by pedagogical agents, which are expected to lead to more effective learning outcomes.

Page 4: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Modules Administrator Professor Student

Page 5: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Functionalities

• Mail• Syllabus (Profile)• Lecture• Quiz• FAQ

Page 6: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

System DesignUse case diagram of Administrator:

Login

Add Users

Assign Role

Edit Users

Delete Users

Logout

Administrator

Page 7: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Use case diagram of Professor:

Professor

Login

Enter Profile

Upload Materials

Update Profile

Preview

Logout

Delete Materials

Mailing

Create Quiz

Page 8: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Use case diagram of Student:

Login

View Grades

Take Quiz

Listen Online Classes

Logout

DownloadMaterials

Mailing

Save MaterialsStudent

Page 9: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Database Design• Login Table:

Table name: Onlineusers

Description: Login table

Field Name Data Type Description

Username VARCHAR(30) Username

Password VARCHAR(30) Password

Role VARCHAR(30) Type of user

Page 10: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Quiz Table:Table Name: Quiztable

Description: Table to store Quiz details

Field Name Data Type Description

qtype varchar(255), Quiz Type

Subject varchar(255), Name of the table

Questions Int Number of Questions

Answers Int Number of Answers

cur_timestamp TIMESTAMP(8) Current Time

Table Name: Quiztable

Description: Values in Quiz table

Qtype Subject Questions Answers Current_time

Multiple choice Chapter1 5 4 20100726

Multiple choice Quiz1 4 4 20100727

True or False Chapter-1 True/False 5 2 20100728

Multiple choice Graphics 5 4 20100730

True or False Sample Quiz 4 2 20100730

Page 11: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Quiz Table (continued)

Table Name: Quiz1

Description: Values in Quiz1 table

qno Question Adata bdata cdata ddata ans

1 Who are you? Madhuri ram Sarala Ruth b

2 Where are you? Knr US UK Swiz b

3 How old are you? 22 23 23 25 b

4 Which school? Bowie Towson Gannon Virginia a

5 What are you doing? Masters Undergrad +2 Preliminary c

Page 12: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

ResultsLogin Page:

Page 13: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Administrator Home Page:

Page 14: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Edit Profile:

Page 15: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Create New User:

Page 16: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

User Profile:

Page 17: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Assignments:

Page 18: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Upload Assignment:

Page 19: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Upload Chapter(text files):

Page 20: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Upload Files(for Chapter):

Page 21: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

List of Chapters :

Page 22: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Chapter Information:

Page 23: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

File Preview:

Page 24: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Create Quiz:

Page 25: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Enter Questions:

Page 26: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Preview Quiz:

Page 27: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Preview Quiz Chapter:

Page 28: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Conclusion There is great need for accessible and effective intelligent tutoring systems

that can improve learning by children and adults. The proposed work will inform the design of pedagogical agents that can produce more engaging and effective learning experiences.

Page 29: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Future Work:

Integrate Virtual tutor with desktop application

Need to implement functionalities: Mail Profile

Page 30: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Acknowledgements

Thanks to:Dr. Yan .

Department of Computer science.

Research made possible through grants from:NSF: SGER:  Research to Improve Communication by Pedagogical Agents (Award No. IIS-0827188).

Page 31: Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.

Thank You