home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
JLUT475.ZIP
/
QST.LZH
/
QUEST003.@JL
< prev
next >
Wrap
Text File
|
1990-12-11
|
2KB
|
81 lines
;
;This is a TEST-Questionaire.
;
@@DE=|
@@TI=QUEST v3.10 (C) 1988-91 WAP Juergen Lorenz
:START
CLS
@@CO=
@@CO=
@@CO=We will display several sentences and ask you to which degree the sentences
@@CO=are true.
@@CO=
@@CO= eg: The weather is fine.
@@CO=
@@CO=
@@CO= Enter
@@CO=
@@CO= [1], if this sentence is true for you
@@CO= [7], if this sentence is false for you
@@CO=
@@CO= or choose a No. between [1] and [7] to indicate your degree of aggreement.
@@CO= Press RETURN after you made your choices.
@@CO=
@@CO=
OK=|Press any key to start with the Questionaire...|1|3|2|2|1|2
:C001
CLS
@@CO=
@@CO=
@@CO=
@@CO= I FEEL FINE.
@@CO=
@@CO=
@@CO=
@@CO=
@@CO=
@@CO= [1] FALSE ... [7] TRUE
@@CO=
@@CO=
C001=|Enter your Choice:|1|3|1|3|1|2
IF C001 > 7 THEN GOTO :C001
IF C001 = 0 THEN GOTO :C001
IF C001 >= 4 THEN GOTO :C003
:C002
CLS
@@CO=
@@CO=
@@CO=
@@CO= I WANT TO GET HELP TO FEEL BETTER.
@@CO=
@@CO=
@@CO=
@@CO=
@@CO=
@@CO= [1] FALSE ... [7] TRUE
@@CO=
@@CO=
C002=|Enter your Choice:|1|3|1|3|1|2
IF C002 > 7 THEN GOTO :C002
IF C002 = 0 THEN GOTO :C002
:C003
CLS
@@CO=
@@CO=
@@CO=
@@CO= I WANT TO ANSWER THIS QUESTIONAIRE AGAIN.
@@CO=
@@CO=
@@CO=
@@CO=
@@CO=
@@CO= [1] FALSE ... [7] TRUE
@@CO=
@@CO=
C003=|Enter your Choice:|1|3|1|3|1|2
IF C003 > 7 THEN GOTO :C003
IF C003 = 0 THEN GOTO :C003
IF C003 >= 4 THEN GOTO :START
@@TI=
CLS