home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / quest.lha / readme < prev   
Encoding:
Text File  |  1992-02-02  |  2.1 KB  |  62 lines

  1. A little questionnaire program by Karl Eklund.  version 1
  2. ---------------------------------------------------------
  3.  
  4. Works with DLG, maybe with other BBS programs - perhaps needing some
  5. modification.
  6.  
  7.  
  8. Files in this archive:
  9. questions    the executable
  10. questions.c    the source (I use DICE)
  11. readme        this here file you're reading right now
  12.  
  13.  
  14. This is the way it works
  15. ------------------------
  16.  
  17. In a file called dlgconfig:misc/newusers.questions you keep the QUESTIONS.
  18. One per line. If you have a * first on a line, the line will be output
  19. without no following prompt. Otherwise, after printing a question, the
  20. program will prompt for an answer, then store the question and the answer
  21. in a file called dlgconfig:misc/newusers.answers.
  22.  
  23. Call the program with the following command line;
  24. questions <underscored user name>
  25.  
  26. That is, from a DLG menu: [path]questions %UNAME
  27.  
  28. Configure this menu entry as: Raw mode off, Echo on. All other switches
  29. don't matter.
  30.  
  31. If you don't like the file names, you have to re-compile the program or
  32. change them with a hex editor. Maybe I'll change this in the future.
  33.  
  34. The program will store a file called 'q' in the user's directory when he
  35. has completed the questionnaire. If that file exists when the program is
  36. run, the user will be asked if he wants to answer the same questions once
  37. more.
  38.  
  39.  
  40. Practical Use (The reason for me writing this program)
  41. ------------------------------------------------------
  42.  
  43. I wrote the program to have as a new user questionnaire - so that the users
  44. would have to answer some questions before being upgraded. This program
  45. was called from a menu option in the main menu of the BBS.
  46.  
  47. This way, I would validate a user first when he answers these questions
  48. correctly.
  49.  
  50.  
  51. Other
  52. -----
  53.  
  54. Spread this program as you like, feel free to change it in any way, make
  55. improvements, etc. If you do, however, I recommend you to change this
  56. documentation file so that it correlates with the source and executable
  57. files.
  58.  
  59.  
  60. You can reach me at my BBS: +46-490-17420, FidoNet node 2:204/420, or at
  61. InterNet Karl_Eklund%spam@sfbbs.edvina.se or flink.se!mist!spam!Karl_Eklund
  62.