                           Questionare 1.05 BETA
		  ~~~~~~~~~~~~~~~~~~~~~~~

                          NOT FOR GENERAL RELEASE!

           This is a pre-release of Questionare for Falcon CBCS!


    It is designed as a replacement for the Application option that Falcon
has, because that option does not offer enough flexibility!


    Questionare is simple to use, and simple to set up.

    First, make a directory called QUESTIONS in your current directory
active when running the bbs (Generally BBS: or DH0:BBS/)

    You then have to generate five files.  These are:

	WELCOME.BBS   =>  This is the first text file that will be typed when
                         the program is run.  It allows you to show a title
                         and possibly instruct the user on what you want them
                         to do.  This file is the NON-IBM character text file.
	WELCOME.GBS   =>  This is the same text file as described above, but
                         this one allows you to use IBM Characters.

	GOODBYE.BBS   =>  This text file will be typed after the user has
                         finished answering all of the questions.  This one
                         is NON-IBM charaters version of the text file.
	GOODBYE.GBS   =>  This is the same text file as described above, but
                         this one allows you to use IBM Characters.

	QUESTIONS.QST =>  This is the heart of the program.  This text file
                         contains the questions that you want to ask the
                         user.  You can use any characters that you want to,
                         but IBM characters are NOT filtered if the user has
                         this setting set to off.  I will fix this later on,
                         but as this is only a preview, you cannot expect
                         perfection first time around :-)
                          Each question is seperated with a character of
                         ASCII value 0 (same as English.BBS).  There is no
                         limit to the number of questions that you can have.


    Once you have the directory set up, and have your text and questions
ready, then copy the main questionare somewhere into your command path (C:,
your current directory etc...) Then add the following line to your Menus.BBS
file.

                R CON M-AR-- "Questionare «ANSI»«Y»«N» «FULLNAME»"

    It would be best to put it in at the level that NewUsers start at.
Don't forget to include the new option into the MainHelp.BBS file.  I have
mine set under R)egister as New User.


    The first time Questionare is run, it will generate QUESTIONS.DAT in
your current directory.  This contains the answers recived from Questionare.
It also has the users name first so you can tell who said what.
    Each time it is run after that, the data file will just get appended,
with each usage being seperated.
Therefore, the dat file should look something like this:

----

<User Name >

<first answer>
<second answer>
    ||
    ||
    \/
<last answer>


----

<User Name>

   etc...


    And that should be all the help that you will need this time around.  I
will start work on the next version of Questionare as soon as I get all of
my other projects out of the way.  Look out for it!


28-Jan-1996
    Released into the public domain by the author Dave Dustin
