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 >
Wrap
Text File
|
1990-07-07
|
2KB
|
72 lines
"THE QUESTIONNAIRE BUILDER"
'Q-BLDR.BA v1.9 Drew Blanchar 1/88 -=CLUB 100 Library - 415/939-1246 BBS=-
-=932-8856 Voice=-
This program allows you to build a
questionnaire/form program (up to 20
questions) just by answering the
questions presented on the screen.
When running Q-BLDR the screens ask:
-What to call the program that
presents your questionnaire for filling
in (out?). line 30 QN$
-What 2 initials to give the
file with the questionnaire results.
This will be 2 characters + the date of
the questionnaire filling + the .DO
extension. line 35 QF$
-Title of questionnaire to
appear on questionnaire screen.
Program line includes date that the
questionnaire was built. line 40 QT$
-Questionnaire area name with
subsequent letters to appear on screen
and results file. line 45 QA$
-Questions to be answered.
Sequential question numbers appear in
builder program only. lines 55 & 70 QQ$
-Automatic computations using
previously gathered answers.
line 71 CC$
Q-BLD.BA automatically also builds all
the displaying/collecting commands:
-Set up program and open
"results storage" file.
lines 42-45 (0-5 in built prgrm)
-Present questions and process
answers.
lines 105-140 (10-45 in blt prgrm)
-Close and state name of
results file.
lines 145-150 (50-55 in blt prgrm)
-Compile questionnaire program
(with QN$ from line 30) and save with
.BA extension.
lines 44 & 205
Once the questionnaire is built, you
can "fine-tune" edit it to your taste,
especially the auto-computation
sub-routines after line 300.
All questionnaire answers are stored
in the results file (QF$) as character
strings. Each running of QN$.BA may
produce, up to, 1000 bytes addition to
QF$.DO. A new QF$.DO is produced each
day.