home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3432 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.4 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UOFT01.BITNET!ATSWAF
  3. Message-ID: <SAS-L%92072714170772@OHSTVMA.IRCC.OHIO-STATE.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Mon, 27 Jul 1992 14:08:49 EDT
  6. Reply-To:     Wendy Fraker <ATSWAF@UOFT01.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Wendy Fraker <ATSWAF@UOFT01.BITNET>
  9. Subject: Test scoring in SAS
  10. Lines: 18
  11.  
  12. I am in charge of writing and maintaining Test Scoring programs that
  13. compute each student's grade and also display the stats for each
  14. individual and the class as a whole.
  15.  
  16. Most of the programs were written 10-12 years ago in SAS. Almost
  17. all of the stats like STD, Frequencies etc. were calculated by
  18. the programmer and printed out in a set format chosen by the
  19. manager of the user services dept.
  20.  
  21. Instructors are constantly asking for changes in the output format
  22. of the stats report or asking for exceptions to the type of
  23. input being used (like more than one possible correct answer, different
  24. sort parameters etc.) So I have to change the programs. What
  25. I would like to know is, are there any SAS procedures that can
  26. have a answer key input and then use that to tabulate the correct
  27. answers and then along with whatever stats procedures are chosen
  28. print out a report, that is a lot easier to debug than one in
  29. which every part of the program is written by hand?
  30.