Presentation is loading. Please wait.

Presentation is loading. Please wait.

Computerized Adaptive Testing System Minh H Dang.

Similar presentations


Presentation on theme: "Computerized Adaptive Testing System Minh H Dang."— Presentation transcript:

1 Computerized Adaptive Testing System Minh H Dang

2 Table of Content Product Description and Intended Use Change in Binary Search for estimating level Technology Used Database Screenshot Deliverables Demo Conclusion Questions

3 CATS is a desktop application CATS manages users, question pools, tests, examinee lists CATS assesses the user’s knowledge actively CATS picks question accordingly Product Description and Intended Use

4 CATS can be used in colleges, high schools and education institutes CATS is designed for users with novice computer skill CATS is open source Product Description and Intended Use (Cont.)

5 Original if (AnswerCorrect(mid)) then low = mid + 1; else high = mid – 1; Variation if (AnswerCorrect(mid)) then low += 2; else high -= 2; Change in Binary Search for estimating level

6 0 10 5 Correct Incorrect 0 10 5 OriginalVariation

7 Technology Used Database is MySql Programming language is C#.Net 2.0 Environment is Visual Studio 2005

8 Database Database is MySql Programming language is C#.Net 2.0 Environment is Visual Studio 2005

9 Deliverables Authenticates users Allows users to change his credentials Protects user’s credential (Hashed SSN, password) Uses binary search to select questions

10 Deliverables (cont.) Administrator can - Add accounts - View accounts - Modify accounts - Delete accounts

11 Deliverables (cont.) Professor can –Create, modify question pools and tests –Add, remove student from examinee list –Monitor result of class’s performance Student can –Take tests –View results

12 Demo

13 Conclusion CATS can manage users, question pools, tests CATS use algorithm to estimate user’s level more accurately CATS can secures tests

14 Question ????


Download ppt "Computerized Adaptive Testing System Minh H Dang."

Similar presentations


Ads by Google