home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / edtech / 2958 < prev    next >
Encoding:
Text File  |  1993-01-23  |  2.6 KB  |  51 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UWOVAX.UWO.CA!IMR
  3. Return-Path: <@OHSTVMA.ACS.OHIO-STATE.EDU:21765EDT@MSU.BITNET>
  4. Approved-By:  EDTECH Moderator <21765EDT@MSU.BITNET>
  5. Message-ID: <EDTECH%93012223320983@OHSTVMA.ACS.OHIO-STATE.EDU>
  6. Newsgroups: bit.listserv.edtech
  7. Approved: NETNEWS@AUVM.AMERICAN.EDU
  8. Date:         Fri, 22 Jan 1993 23:30:06 EST
  9. Sender:       EDTECH - Educational Technology <EDTECH@OHSTVMA.BITNET>
  10. From:         "Ian M. Richmond" <imr@uwovax.uwo.ca>
  11. Subject:      Re: Computer Administered Testing
  12. Lines: 37
  13.  
  14. My department has been administering a written placement test
  15. by microcomputer for the past three years. All students wanting
  16. to register for a first-year level course in French must take it.
  17. This amounts to about 700 students at present. The software used
  18. is an "in-house" program written in Turbo Pascal 5.0 by myself
  19. and the Faculty of Arts' programmer (We split the programming
  20. tasks.). The test is in a multiple choice format with questions
  21. emphasizing grammar and vocabulary. Separate scores are maintained
  22. for the grammar and vocabulary components. The test is time-limited
  23. to 50 minutes, at the expiration of which the test stops. Once the
  24. test has stopped, or the student has answered all the questions,
  25. the program computes the vocabulary score, the grammar score and
  26. the overall score and, using a weighting table, produces a list of
  27. courses for which the student is eligible. This is all printed out
  28. in duplicate in the form of a report which the student must take to
  29. an academic counsellor for registration in a course.
  30.  
  31. To keep the program as simple as possible for the students, the
  32. only typing required is at the beginning, when the student is
  33. asked for a name and an ID #. Answers are selected by pressing
  34. the space bar to move a highlight from one answer to the next.
  35. The highlight wraps back to the first answer when it reaches the
  36. bottom of the list. The selected answer is entered by striking
  37. <Enter> key. The student is then asked to confirm the answer by
  38. striking the <Enter> key again. Striking any other key allows the
  39. student to select a different answer.
  40.  
  41. The date, student name and number and the three scores obtained
  42. are recorded in a comma-delimited text file on the computer's
  43. hard disk. These files are used primarily for gathering data
  44. on numbers of students, levels achieved and placements.
  45.  
  46. The test program is also used, in slightly modified form, for
  47. testing students in certain Spanish courses.
  48.  
  49. Ian M. Richmond, Department of French, University of Western Ontario,
  50. London, ONT, CANADA N6A 3K7.   E-Mail: IMR@UWOVAX.UWO.CA
  51.