Web Based Assessment

©2003, Sunil Hazari


 

Online Testing Methods in Web Based Courses quiz.gif (1639 bytes)

Testing and assessment remain an integral part of instructional systems design for traditional classroom based courses as well as web based training courses. The goal of testing is to determine if learning objectives have been accomplished. Formative evaluation using online testing helps students assess their level of knowledge of course material. In addition it gives the instructor a better idea of what students are understanding as well as the concepts that still need clarification.

Although there are full fledged web authoring tools available that integrate testing, many are proprietary in nature and not available to instructors and trainers that want to integrate testing without the use of these embedded tools. Two alternative methods available for online testing that employ either server side or client side processing will be the focus of this discussion.

For the client side method JavaScript is a standard scripting language commonly used today that continues to be very popular since it works with all browsers that use a graphical user interface. As a result it is attractive to most trainers and instructors interested in integrating web based testing on their pages especially for formative evaluation. Server side processing on the other end relies on a back end machine to calculate test results and return the output in HTML format to the user. A non-proprietary technology called Common Gateway Interface (CGI) is used to implement server based assessment. 

 


Resource Links


Theory

Common Gateway Interface (CGI)

JavaScript

Commercial Testing Programs

Survey Programs

http://www.formsite.com

http://www.zoomerang.com

http://www.hostedsurvey.com

http://www.myformsonline.com

http://www.surveymonkey.com

http://www.activefeedback.com/af/

http://www.advancedsurveysoftware.com/

http://www.askget.com/

http://www.surveysaid.com/

http://www.elisten.com/

http://www.qstation.com/

http://www.quask.com/

http://www.surveyselect.com/

http://www.surveyo.com

 

Other Category


Back to Main Page