home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / JLUT475.ZIP / QST.LZH / QUEST006.@JL < prev    next >
Text File  |  1991-08-29  |  16KB  |  317 lines

  1. ;
  2. ; This is a questionaire for Hans Werner Bierhoff.
  3. ;
  4. ; Pls read QU.HLP for more informations.
  5. ;
  6. ; JuLo
  7. ;
  8. @@DE=|
  9. @@TI=
  10. @@CO=
  11. @@CO=               ┌──────────────────────────────────────────────┐
  12. @@CO=               │     IF YOU WANT TO CONTACT THE AUTHOR...     │
  13. @@CO=               ├──────────────────────────────────────────────┤░░
  14. @@CO=               │                                              │░░
  15. @@CO=               │            Juergen Lorenz                    │░░
  16. @@CO=               │            Hegestrasse 29                    │░░
  17. @@CO=               │            2000 Hamburg 20                   │░░
  18. @@CO=               │            Germany                           │░░
  19. @@CO=               │                                              │░░
  20. @@CO=               │            0049 (0)404605150                 │░░
  21. @@CO=               │                                              │░░
  22. @@CO=               └──────────────────────────────────────────────┘░░
  23. @@CO=                  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  24. @@CO=
  25. @@CO=
  26. @@CO=
  27. OK00=|Press any key to continue...|1|3|2|2|1|2
  28. :START
  29. CLS
  30. @@CO=┌──────────────────────────────────────────────────────────────────────────┐
  31. @@CO=│   You are partizipating in an experiment about altruistic behavior and   │
  32. @@CO=│   we are proud to introduce you QUEST, a questionaire program. Perhaps   │
  33. @@CO=│   it seems to be difficult at the beginning, but we will teach you, how  │
  34. @@CO=│   you can handle it.                                                     │
  35. @@CO=│                                                                          │
  36. @@CO=│          First, we want to say thank you for participating.              │
  37. @@CO=│                                                                          │
  38. @@CO=│   We will display you a short story about Tim and afterwards you have    │
  39. @@CO=│   to answer some questions about him. The questions or sentences         │
  40. @@CO=│   should be rated by you from 1 to 7. (1) means, that you think, this    │
  41. @@CO=│   sentence is not true at all. (7) means, that the sentence is entirely  │
  42. @@CO=│   true and you can choose a number between (1) and (7) to the extent to  │
  43. @@CO=│   which the sentence is true for you. Here is an example:                │
  44. @@CO=│                                                                          │
  45. @@CO=│                  The weather is fine at the moment.                      │
  46. @@CO=│                                                                          │
  47. @@CO=│      Enter (1), if this sentence is not at all true for you, (7), if this│
  48. @@CO=│      sentence is entirely true for you or choose a No. between (1) and   │
  49. @@CO=│      (7), which fits best.                                               │
  50. @@CO=│                                                                          │
  51. @@CO=│   If there are any questions left, please ask the coordinator of this    │
  52. @@CO=│   experiment now.                                                        │
  53. @@CO=└──────────────────────────────────────────────────────────────────────────┘
  54. OK01=|Press any key to start with the Questionaire...|1|3|2|2|1|2
  55. @@TI=  QUEST (C) Juergen Lorenz 1988,91.                       Project 45/91
  56. RANDOM(FIRST_STORY|4)
  57. IF FIRST_STORY = 1 THEN GOTO :FIRST_STORY01
  58. IF FIRST_STORY = 2 THEN GOTO :FIRST_STORY02
  59. IF FIRST_STORY = 3 THEN GOTO :FIRST_STORY03
  60. IF FIRST_STORY = 4 THEN GOTO :FIRST_STORY04
  61. GOTO :END
  62.  
  63. :FIRST_STORY01
  64. CLS
  65. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  66. @@CO=  │                                                                    │
  67. @@CO=  │   Tim is 25 years old and is working at the local newspaper        │
  68. @@CO=  │   company. He is interessted in sports and likes parties. A        │
  69. @@CO=  │   few days ago he told to an old friend 'I really like parties,    │
  70. @@CO=  │   drinking wine, dancing and having a lot of fun. I hate these     │
  71. @@CO=  │   boring people, who are working the whole day.'                   │
  72. @@CO=  │                                                                    │
  73. @@CO=  │   Tim has been invited to a really funny party tonight. It is      │
  74. @@CO=  │   now 8pm and he is ready for going out. At that moment, when      │
  75. @@CO=  │   he wants to leave the house, the phone rings. It is Linda, a     │
  76. @@CO=  │   girlfriend of him. She asks him to come and to help her, repair- │
  77. @@CO=  │   ing her car. She really needs the car. There is nobody else      │
  78. @@CO=  │   who can help. If Tim helps Linda, he can't go to the party.      │
  79. @@CO=  │                                                                    │
  80. @@CO=  └────────────────────────────────────────────────────────────────────┘
  81. @@CO=
  82. @@CO=
  83. OK02=|Press any key to continue...|1|3|2|2|1|2
  84. GOTO :C001
  85.  
  86.  
  87. :FIRST_STORY02
  88. CLS
  89. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  90. @@CO=  │                                                                    │
  91. @@CO=  │   Tim is 25 years old and is working at the local newspaper        │
  92. @@CO=  │   company. He is interessted in sports and likes parties. A        │
  93. @@CO=  │   few days ago he told to an old friend 'I really like parties,    │
  94. @@CO=  │   drinking wine, dancing and having a lot of fun. I hate these     │
  95. @@CO=  │   boring people, who are working the whole day.'                   │
  96. @@CO=  │                                                                    │
  97. @@CO=  │   Tim has been invited to a really funny party tonight. It is      │
  98. @@CO=  │   now 8pm and he is ready for going out. At that moment, when      │
  99. @@CO=  │   he wants to leave the house, the phone rings. It is Linda, a     │
  100. @@CO=  │   girlfriend of him. She asks him to come and to help her, repair- │
  101. @@CO=  │   ing her car. She really needs the car. There is another          │
  102. @@CO=  │   friend, who can help. If Tim helps Linda, he can't go to the     │
  103. @@CO=  │   party.                                                           │
  104. @@CO=  │                                                                    │
  105. @@CO=  └────────────────────────────────────────────────────────────────────┘
  106. @@CO=
  107. @@CO=
  108. OK02=|Press any key to continue...|1|3|2|2|1|2
  109. GOTO :C001
  110.  
  111.  
  112. :FIRST_STORY03
  113. CLS
  114. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  115. @@CO=  │                                                                    │
  116. @@CO=  │   Tim is 25 years old and is working at the local newspaper        │
  117. @@CO=  │   company. He is interessted in sports and likes parties. A        │
  118. @@CO=  │   few days ago he told to an old friend 'I don't really like       │
  119. @@CO=  │   parties, drinking wine, dancing and having a lot of fun. I       │
  120. @@CO=  │   prefer being together with one or two old friends and to do      │
  121. @@CO=  │   something constructive'.                                         │
  122. @@CO=  │                                                                    │
  123. @@CO=  │   Tim has been invited to a really funny party tonight. It is      │
  124. @@CO=  │   now 8pm and he is ready for going out. At that moment, when      │
  125. @@CO=  │   he wants to leave the house, the phone rings. It is Linda, a     │
  126. @@CO=  │   girlfriend of him. She asks him to come and to help her, repair- │
  127. @@CO=  │   ing her car. She really needs the car. There is nobody else      │
  128. @@CO=  │   who can help. If Tim helps Linda, he can't go to the party.      │
  129. @@CO=  │                                                                    │
  130. @@CO=  └────────────────────────────────────────────────────────────────────┘
  131. @@CO=
  132. @@CO=
  133. OK02=|Press any key to continue...|1|3|2|2|1|2
  134. GOTO :C001
  135.  
  136. :FIRST_STORY04
  137. CLS
  138. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  139. @@CO=  │                                                                    │
  140. @@CO=  │   Tim is 25 years old and is working at the local newspaper        │
  141. @@CO=  │   company. He is interessted in sports and likes parties. A        │
  142. @@CO=  │   few days ago he told to an old friend 'I don't really like       │
  143. @@CO=  │   parties, drinking wine, dancing and having a lot of fun. I       │
  144. @@CO=  │   prefer being together with one or two old friends and to do      │
  145. @@CO=  │   something constructive'.                                         │
  146. @@CO=  │                                                                    │
  147. @@CO=  │   Tim has been invited to a really funny party tonight. It is      │
  148. @@CO=  │   now 8pm and he is ready for going out. At that moment, when      │
  149. @@CO=  │   he wants to leave the house, the phone rings. It is Linda, a     │
  150. @@CO=  │   girlfriend of him. She asks him to come and to help her, repair- │
  151. @@CO=  │   ing her car. She really needs the car. There is another          │
  152. @@CO=  │   friend, who can help. If Tim helps Linda, he can't go to the     │
  153. @@CO=  │   party.                                                           │
  154. @@CO=  │                                                                    │
  155. @@CO=  └────────────────────────────────────────────────────────────────────┘
  156. @@CO=
  157. @@CO=
  158. OK02=|Press any key to continue...|1|3|2|2|1|2
  159. GOTO :C001
  160.  
  161. :C001
  162. CLS
  163. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  164. @@CO=  │                                                                    │
  165. @@CO=  │   If Tim helps Linda, he can't go to the party. If he goes to the  │
  166. @@CO=  │   party, he can't help Linda.                                      │
  167. @@CO=  │                                                                    │
  168. @@CO=  │   What do you think ?  Will Tim help Linda ?                       │
  169. @@CO=  │                                                                    │
  170. @@CO=  └────────────────────────────────────────────────────────────────────┘
  171. @@CO=
  172. @@CO=
  173. @@CO=
  174. @@CO=                Please press    N  for NO  or
  175. @@CO=
  176. @@CO=                                Y  for YES.
  177. @@CO=
  178. @@CO=
  179. @@CO=
  180. @@CO=
  181. C001=|Tom will help Linda [y/n]:|1|3|1|2|1|2
  182. IF C001 =  Y THEN GOTO :J00
  183. IF C001 =  N THEN GOTO :J00
  184. GOTO :C001
  185. :J00
  186. CLS
  187. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  188. @@CO=  │                                                                    │
  189. @@CO=  │   Tim wants to help Linda and he wants to go to the party. Tim     │
  190. @@CO=  │   doesn't know what to do. If he helps Linda, he can't go to the   │
  191. @@CO=  │   party. If he goes to the party, he can't help Linda.             │
  192. @@CO=  │                                                                    │
  193. @@CO=  └────────────────────────────────────────────────────────────────────┘
  194. @@CO=
  195. @@CO=
  196. @@CO=
  197. @@CO=
  198. @@CO=
  199. OK03=|Press any key to continue...|1|3|2|2|1|2
  200. IF C001 =  Y THEN GOTO :J02
  201. IF C001 =  N THEN GOTO :J01
  202. GOTO :J00
  203. :J01
  204. CLS
  205. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  206. @@CO=  │                                                                    │
  207. @@CO=  │  Tim decides to help Linda. 'I am coming in five minutes to help   │
  208. @@CO=  │  you' he says to Linda.                                            │
  209. @@CO=  │                                                                    │
  210. @@CO=  └────────────────────────────────────────────────────────────────────┘
  211. @@CO=
  212. @@CO=
  213. @@CO=
  214. @@CO=
  215. @@CO=
  216. OK04=|Press any key to continue...|1|3|2|2|1|2
  217. GOTO :C002
  218. :J02
  219. CLS
  220. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  221. @@CO=  │                                                                    │
  222. @@CO=  │  Tim decides not to help Linda. 'I am sorry. I will go to the      │
  223. @@CO=  │  party' he says to Linda.                                          │
  224. @@CO=  │                                                                    │
  225. @@CO=  └────────────────────────────────────────────────────────────────────┘
  226. @@CO=
  227. @@CO=
  228. @@CO=
  229. @@CO=
  230. @@CO=
  231. OK05=|Press any key to continue...|1|3|2|2|1|2
  232. :C002
  233. CLS
  234. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  235. @@CO=  │                                                                    │
  236. @@CO=  │               Tim is generally a helpful person.                   │
  237. @@CO=  │                                                                    │
  238. @@CO=  └────────────────────────────────────────────────────────────────────┘
  239. DISPLAY SKA01_07.TXT
  240. C002=|Enter your Choice:|1|3|1|3|1|2|1..7
  241. :C003
  242. CLS
  243. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  244. @@CO=  │                                                                    │
  245. @@CO=  │              Tim is generally a trustworthy Person.                │
  246. @@CO=  │                                                                    │
  247. @@CO=  └────────────────────────────────────────────────────────────────────┘
  248. DISPLAY SKA01_07.TXT
  249. C003=|Enter your Choice:|1|3|1|3|1|2|1..7
  250. :C004
  251. CLS
  252. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  253. @@CO=  │                                                                    │
  254. @@CO=  │                Tim is generally a honest person.                   │
  255. @@CO=  │                                                                    │
  256. @@CO=  └────────────────────────────────────────────────────────────────────┘
  257. DISPLAY SKA01_07.TXT
  258. C004=|Enter your Choice:|1|3|1|3|1|2|1..7
  259. :C005
  260. CLS
  261. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  262. @@CO=  │                                                                    │
  263. @@CO=  │                  Tim enjoys parties generally.                     │
  264. @@CO=  │                                                                    │
  265. @@CO=  └────────────────────────────────────────────────────────────────────┘
  266. DISPLAY SKA01_07.TXT
  267. C005=|Enter your Choice:|1|3|1|3|1|2|1..7
  268. :C006
  269. CLS
  270. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  271. @@CO=  │                                                                    │
  272. @@CO=  │  The reason of Tim's behavior is located in his person (eg. his    │
  273. @@CO=  │  character, feelings, thoughts, etc.)                              │
  274. @@CO=  │                                                                    │
  275. @@CO=  └────────────────────────────────────────────────────────────────────┘
  276. DISPLAY SKA01_07.TXT
  277. C006=|Enter your Choice:|1|3|1|3|1|2|1..7
  278. :C007
  279. CLS
  280. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  281. @@CO=  │                                                                    │
  282. @@CO=  │  The reason of Tim's behavior is located in the situation (eg. the │
  283. @@CO=  │  circumstances, etc.)                                              │
  284. @@CO=  │                                                                    │
  285. @@CO=  └────────────────────────────────────────────────────────────────────┘
  286. DISPLAY SKA01_07.TXT
  287. C007=|Enter your Choice:|1|3|1|3|1|2|1..7
  288. :C008
  289. CLS
  290. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  291. @@CO=  │                                                                    │
  292. @@CO=  │  Please indicate, how sure you have been, that Tim did, what you   │
  293. @@CO=  │  thought he would do.                                              │
  294. @@CO=  │                                                                    │
  295. @@CO=  │                                                                    │
  296. @@CO=  │                                                                    │
  297. @@CO=  │               Tim did, what I thought he would do.                 │
  298. @@CO=  │                                                                    │
  299. @@CO=  │                                                                    │
  300. @@CO=  └────────────────────────────────────────────────────────────────────┘
  301. DISPLAY SKA01_07.TXT
  302. C008=|Enter your Choice:|1|3|1|3|1|2|1..7
  303.  
  304. :END
  305. CLS
  306. @@CO=  ┌────────────────────────────────────────────────────────────────────┐
  307. @@CO=  │                                                                    │
  308. @@CO=  │                    Thanks for participating.                       │
  309. @@CO=  │                                                                    │
  310. @@CO=  └────────────────────────────────────────────────────────────────────┘
  311. @@CO=
  312. @@CO=
  313. OK10=|Press any key to quit...|1|3|2|2|1|2
  314. @@TI=
  315. CLS
  316.  
  317.