home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / cat / db.exe / lha / Q-DOC.DO < prev    next >
Text File  |  1990-07-07  |  2KB  |  72 lines

  1.  
  2.      "THE QUESTIONNAIRE BUILDER"
  3.    'Q-BLDR.BA v1.9 Drew Blanchar  1/88    -=CLUB 100 Library - 415/939-1246 BBS=-
  4.     -=932-8856 Voice=-
  5.  
  6.   This program allows you to build a
  7. questionnaire/form program (up to 20 
  8. questions) just by answering the 
  9. questions presented on the screen.
  10.  
  11.   When running Q-BLDR the screens ask:
  12.     -What to call the program that 
  13. presents your questionnaire for filling
  14. in (out?).             line 30 QN$
  15.  
  16.     -What 2 initials to give the
  17. file with the questionnaire results.
  18. This will be 2 characters + the date of
  19. the questionnaire filling + the .DO
  20. extension.            line 35 QF$
  21.  
  22.     -Title of questionnaire to
  23. appear on questionnaire screen.
  24. Program line includes date that the
  25. questionnaire was built.    line 40 QT$
  26.  
  27.     -Questionnaire area name with
  28. subsequent letters to appear on screen
  29. and results file.        line 45 QA$
  30.  
  31.     -Questions to be answered.
  32. Sequential question numbers appear in 
  33. builder program only. lines 55 & 70 QQ$
  34.  
  35.     -Automatic computations using 
  36. previously gathered answers.
  37.                 line 71 CC$
  38.  
  39.  
  40. Q-BLD.BA automatically also builds all
  41. the displaying/collecting commands:
  42.  
  43.     -Set up program and open 
  44. "results storage" file.
  45.        lines 42-45 (0-5 in built prgrm)
  46.  
  47.     -Present questions and process
  48. answers.
  49.      lines 105-140 (10-45 in blt prgrm)
  50.  
  51.     -Close and state name of 
  52. results file.
  53.      lines 145-150 (50-55 in blt prgrm)
  54.  
  55.     -Compile questionnaire program
  56. (with QN$ from line 30) and save with
  57. .BA extension.
  58.      lines 44 & 205
  59.  
  60.   Once the questionnaire is built, you 
  61. can "fine-tune" edit it to your taste,
  62. especially the auto-computation 
  63. sub-routines after line 300.
  64.  
  65.   All questionnaire answers are stored
  66. in the results file (QF$) as character
  67. strings.  Each running of QN$.BA may
  68. produce, up to, 1000 bytes addition to
  69. QF$.DO.  A new QF$.DO is produced each
  70. day.
  71.  
  72.