home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / top2src.zip / BIOQUES.CFG < prev    next >
Text File  |  1996-09-30  |  6KB  |  101 lines

  1. ; Biography Question Configuration File for The Online Pub
  2. ; --------------------------------------------------------
  3. ;
  4. ;     This file controls the questions for the biography feature of TOP.  The
  5. ; biography is a database of personal information about each user in TOP.  It
  6. ; allows users to get a quick overview of other users.  It is particularly
  7. ; useful on systems where meeting people is one of the main ideas.
  8. ;
  9. ;     The format of this file is not the same as the other configuration
  10. ; files.  Instead of configuration keywords and settings, each line
  11. ; defines one question in the biography.  This definition includes several
  12. ; different settings, which are listed below.
  13. ;
  14. ;     Number   - The number this question should be assigned.  To allow new
  15. ;                questions to be added "in front of" other questions without
  16. ;                reordering the questions (which would not only confuse the
  17. ;                user slightly, but severely confuse TOP!), you must set
  18. ;                the number for each question manually.  The numbers are used
  19. ;                inside the biography data files for storage, and they are
  20. ;                also used when a user wishes to change parts of their
  21. ;                biography.  It is suggested that you leave space between
  22. ;                similar question groups so that more questions can be added
  23. ;                if the need arises.  Valid question numbers are from 00 to
  24. ;                99.
  25. ;     Field    - This is the field name of the question.  It is what is
  26. ;                displayed before the user's response when viewing a
  27. ;                registry, and governs what the response should be.  It is
  28. ;                also what the user is asked to enter when filling out a
  29. ;                registry.  Put another way, this is what you (and other
  30. ;                users) want to know.  This may sound confusing, but it is
  31. ;                actually very simple.  Some examples of fields are "Age",
  32. ;                "Place of Birth", "Favourite TV Show", and "Turn-ons".
  33. ;                Field names can be up to 30 characters long.
  34. ;     Type     - This is the type of response TOP will ask the user for.
  35. ;                Valid types are:
  36. ;                    NUM - Numeric digits and the negative sign (-) only.
  37. ;                    STR - All letters, numbers, and symbols.  The exact
  38. ;                          range of acceptable characters are from 032
  39. ;                          (space) to either 127 or 254, depending on if the
  40. ;                          AllowHighASCII setting is turned on in TOP.CFG.
  41. ;     Minimum  - This setting is the minimum value for the response.  It
  42. ;                operates differently for different response types, as
  43. ;                follows:
  44. ;                    NUM - The minimum value the user may enter.  For
  45. ;                          example, if this is set to 10 and a user enters 8,
  46. ;                          the response will be invalid and the user must
  47. ;                          reenter.  Valid minimums are from -2000000000 to
  48. ;                          2000000000.
  49. ;                    STR - The minimum number of characters the user may
  50. ;                          enter.  Setting this to 0 means that the user may
  51. ;                          decline to answer by pressing ENTER without typing
  52. ;                          anything, although if the ForceBio setting in
  53. ;                          TOP.CFG is turned on the user will have to respond
  54. ;                          with something before TOP will let him/her chat.
  55. ;                          Settings above 0 mean that a user's response must
  56. ;                          consist of at least this many characters, though
  57. ;                          users can still hang up to avoid answering the
  58. ;                          question if ForceBio is not turned on.  Valid
  59. ;                          minimum string lengths are from 0 to 70.
  60. ;     Maximum  - This setting is the maximum value for the response.  As with
  61. ;                the minimum value, it operates differently for different
  62. ;                response types:
  63. ;                    NUM - The maximum value the user may enter.  For
  64. ;                          example, if this is set to 100 and the user enter
  65. ;                          104, the response will be invalid.  Valid maximums
  66. ;                          are from minus two billion to two billion.
  67. ;                    STR - The maximum number of characters the user may
  68. ;                          enter, from 1 to 70.
  69. ;                This setting must ALWAYS be greater to or above the minimum
  70. ;                setting or TOP will behave strangely and may not let the
  71. ;                user out of answering the question without hanging up.
  72. ;
  73. ;     Each of these settings must start on a certain column of each line.  A
  74. ; template is provided below for your convenience.  Note that the question
  75. ; number must start in the first column.
  76. ;
  77. ;     IMPORTANT:  The questions MUST appear in numerical order!
  78. ;
  79. ; -----------------------------------------------------------------------------
  80. ;
  81. ;# Field                          Typ Min         Max
  82. 01 Real Name                      STR 1           30
  83. 02 Age                            NUM 5           120
  84. 03 Sex                            STR 1           1
  85. 04 Nicknames                      STR 1           40
  86. 05 Voice Phone No.                STR 1           20
  87. 06 Data Phone No.                 STR 1           20
  88. 07 BBS Name                       STR 1           30
  89. 10 Favourite TV Show(s)           STR 1           40
  90. 11 Favourite Movie(s)             STR 1           40
  91. 12 Favourite Food(s)              STR 1           40
  92. 13 Favourite Sport(s)             STR 1           40
  93. 14 Likes                          STR 1           70
  94. 15 Dislikes                       STR 1           70
  95. 16 Hobbies                        STR 1           70
  96. 20 Physical Appearance            STR 1           70
  97. 30 General Information            STR 1           70
  98. 99 Summary                        STR 1           40
  99. ;
  100. ; ---- End of BIOQUES.CFG ----
  101.