Computerized Adaptive Testing System Minh H Dang.

Slides:



Advertisements
Similar presentations
TSM Learning Management System. Functional Highlights ISO 9001:2000 Certified Development Center. Complete Security System built in for managing Administrators,
Advertisements

Share Your PC Get Started. Sharing a computer used to mean that others could see your private files, install software you didn't want, or change your.
Tutorial EBSCOadmin User Groups support.ebsco.com.
Online Assessment Using Question Mark Perception to develop Online Tests Kirk Dowswell – Zayed University.
12/13/20051 Egypt Education Service (EES) Capstone Design Mohammed Khalilia Saif Khairat.
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Reference and Instruction Automated Statistics Gathering and Reporting System Members: Patrick Chen (pyc7) Soo-Yung Cho (sc444) Gregg Herlacher (gah24)
USD Online Grade Calculator MSIT 537 Technologies Scott Remsen.
Authentication and authorization Access control consists of two steps, authentication and authorization. Subject Do operation Reference monitor Object.
Abstract: Acknowledgments I thank the instructor of this course, Prof. Crowley for his help with the project, post design and lab instruction. Conclusions.
Sql Server Advanced Features MIS 424 Professor Sandvig.
Guide to MCSE , Enhanced 1 Activity 4-1: Creating and Adding Members to Global Groups Objective: Use Active Directory Users and Computers to create.
 Computer Hacking is the practice of modifying computer hardware and software to accomplish a goal outside of the creator’s original purpose.  the act.
ResCom AUTH Research Committee - 1 Secretariat of Research Committee Aristotle University of Thessaloniki IT Department Project Management and Monitoring.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
With Windows XP, you can share files and documents with other users on your computer and with other users on a network. There is a new user interface.
Using the Georgia Online Assessment System(OAS) We will lead the nation in improving student achievement. Kathy Cox, State Superintendent of Schools.
Mrs. Maninder Kaur 1 Mrs. Maninder Kaur.
Module Info Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
DIT314 ~ Client Operating System & Administration CHAPTER 5 MANAGING USER ACCOUNTS AND GROUPS Prepared By : Suraya Alias.
Federated or Not: Secure Identity Management Janemarie Duh Identity Management Systems Architect Chair, Security Working Group ITS, Lafayette College.
CSC 386 – Computer Security Scott Heggen. Agenda A last look at OS Security Comparing Windows to Linux.
By Wayne Sibley Information Engineering Technology University of Cincinnati College of Applied Science.
Module 4 : Installation Jong S. Bok
Book-Link A Textbook Marketplace Andrew McCabe Senior Project 2003 Advisor: Professor Almstead.
Maneeshpal Shirish Pavan. Introduction Our project is a banking solution where we implement our banking service in the form of two modules. Module 1:
REAL TIME GPS TRACKING SYSTEM MSE PROJECT PHASE I PRESENTATION Bakor Kamal CIS 895.
Topic Cafeteria Management System GROUP : 9 TEAM 1.
Ashley Montebello – CprE Katie Githens – SE Wayne Rowcliffe – SE Advisor/Client: Akhilesh Tyagi.
When buying a product in today’s marketplace, an individual is faced with the challenge of remembering an abundance of information about the product that.
Johnson Lab Database Senior Design Project Management II Spring 06 Mark Nelson.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
Dr. Venton Kepuska Donald L. Troup. Dynamic Web Calendar
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Using Access Tools.
Security Planning and Administrative Delegation Lesson 6.
UPA Customer and Service Tracking Database Application Senior Design III – Spring 2007 Justin Shultz.
Oracle 11g: SQL Chapter 7 User Creation and Management.
Web-Based Inventory Database Application By: Gar Seigla.
A Mobile Library Management System Advisor: Dr. Shen Student: Ananta Gampaa November 8 th,2005.
Design Review Presentation. Project Plan Problem Statement As of now, no available social network will allow a user to create it’s own sub social network.
1 Connecting to a Database Server. 2 We all have accounts, with a single database each, on a Microsoft SQL Server on the USF network: allman.forest.usf.edu.
DATA MANAGEMENT AND DATABASES. Data Management Data management is the process of controlling the information generated during a research project or transaction.
Texas Science Diagnostic System Training System Roll-out September 2006.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
 Encryption provides confidentiality  Information is unreadable to anyone without knowledge of the key  Hashing provides integrity  Verify the integrity.
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Security Education, Training, and Awareness Programs Jeff Summits.
APARTMENT MAINTENANCE SYSTEM M.Tech( Ph.D) HOD of C.S.E & I.T Dept.
  ONLINE DORMITORY RESERVATION SYSTEM By RAMYA VAKITY KOUSHIK KUMAR SURAGONI MOTHE ADITHYA    GRADUATE CAPSTONE SEMINAR PROJECT    Submitted in partial.
PHP and MySQL Session 4: Advanced PHP Izzy
Equipment and Help Call Management System (EHCMS) PresentedBy Kevin Hsu 3/13/2003.
Windows XP Professional Not Finish Yet
Presented by [Harshit Agrawal] 04/03/2017
Web Application for Home Energy Assistance Program
Conference Registration Management Application
HMVR System Final Presentation
Customer & Inventory Management System: CIMS
Content - Introduction. - Problem statement. - Objectives.
Tutorial Dynamic Health Administrator Functions support.ebsco.com.
Transparent Wireless Authentication For New Wireless Network
Principles of report writing
Login & administration page
Web Systems Development (CSC-215)
NRMC HQ PUBLIC FACING INTERNET PORTAL Security Model
NRMC HQ PUBLIC FACING INTERNET PORTAL Security Model
ISAM 5338 Project System Architecture
NRMC HQ PUBLIC FACING INTERNET PORTAL Security Model
From Passwords to Public keys Chapter 4 ~ Chapter 6
Query-by-Example Transparencies
Presentation transcript:

Computerized Adaptive Testing System Minh H Dang

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

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

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

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

Correct Incorrect OriginalVariation

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

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

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

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

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

Demo

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

Question ????