Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. message УзнатьАтрибутТемперамент1 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ1#;
  2. line 'set Caption to $'Вопросы$'';
  3.  
  4. line concat('output ',
  5. text('У меня преобладает хорошее настроение'),
  6. ' as Question');
  7.  
  8. line concat('input ',
  9. string(''),
  10. ' to ',
  11. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ1'),
  12. ' as Variant from ',
  13. text(0,1,2,3,4,5,6,7,8,9,10));
  14.  
  15. line 'activate';
  16. end;
  17.  
  18.  
  19. message УзнатьАтрибутТемперамент2 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ2#;
  20. line 'set Caption to $'Вопросы$'';
  21.  
  22. line concat('output ',
  23. text('Я помню то, чему учился несколько лет назад'),
  24. ' as Question');
  25.  
  26. line concat('input ',
  27. string(''),
  28. ' to ',
  29. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ2'),
  30. ' as Variant from ',
  31. text(0,1,2,3,4,5,6,7,8,9,10));
  32.  
  33. line 'activate';
  34. end;
  35.  
  36.  
  37. message УзнатьАтрибутТемперамент3 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ3#;
  38. line 'set Caption to $'Вопросы$'';
  39.  
  40. line concat('output ',
  41. text('Прослушав раз-другой мелодию, я могу правильно воспроизвести ее'),
  42. ' as Question');
  43.  
  44. line concat('input ',
  45. string(''),
  46. ' to ',
  47. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ3'),
  48. ' as Variant from ',
  49. text(0,1,2,3,4,5,6,7,8,9,10));
  50.  
  51. line 'activate';
  52. end;
  53.  
  54.  
  55. message УзнатьАтрибутТемперамент4 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ4#;
  56. line 'set Caption to $'Вопросы$'';
  57.  
  58. line concat('output ',
  59. text('Когда я слушаю рассказ, то представляю его в образах'),
  60. ' as Question');
  61.  
  62. line concat('input ',
  63. string(''),
  64. ' to ',
  65. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ4'),
  66. ' as Variant from ',
  67. text(0,1,2,3,4,5,6,7,8,9,10));
  68.  
  69. line 'activate';
  70. end;
  71.  
  72.  
  73. message УзнатьАтрибутТемперамент5 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ5#;
  74. line 'set Caption to $'Вопросы$'';
  75.  
  76. line concat('output ',
  77. text('Я считаю, что эмоции в разговоре только мешают'),
  78. ' as Question');
  79.  
  80. line concat('input ',
  81. string(''),
  82. ' to ',
  83. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ5'),
  84. ' as Variant from ',
  85. text(0,1,2,3,4,5,6,7,8,9,10));
  86.  
  87. line 'activate';
  88. end;
  89.  
  90.  
  91. message УзнатьАтрибутТемперамент6 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ6#;
  92. line 'set Caption to $'Вопросы$'';
  93.  
  94. line concat('output ',
  95. text('Мне трудно дается алгебра'),
  96. ' as Question');
  97.  
  98. line concat('input ',
  99. string(''),
  100. ' to ',
  101. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ6'),
  102. ' as Variant from ',
  103. text(0,1,2,3,4,5,6,7,8,9,10));
  104.  
  105. line 'activate';
  106. end;
  107.  
  108.  
  109. message УзнатьАтрибутТемперамент7 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ7#;
  110. line 'set Caption to $'Вопросы$'';
  111.  
  112. line concat('output ',
  113. text('Я легко запоминаю незнакомые лица'),
  114. ' as Question');
  115.  
  116. line concat('input ',
  117. string(''),
  118. ' to ',
  119. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ7'),
  120. ' as Variant from ',
  121. text(0,1,2,3,4,5,6,7,8,9,10));
  122.  
  123. line 'activate';
  124. end;
  125.  
  126.  
  127. message УзнатьАтрибутТемперамент8 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ8#;
  128. line 'set Caption to $'Вопросы$'';
  129.  
  130. line concat('output ',
  131. text('В группе приятелей я первым начинаю разговор'),
  132. ' as Question');
  133.  
  134. line concat('input ',
  135. string(''),
  136. ' to ',
  137. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ8'),
  138. ' as Variant from ',
  139. text(0,1,2,3,4,5,6,7,8,9,10));
  140.  
  141. line 'activate';
  142. end;
  143.  
  144.  
  145. message УзнатьАтрибутТемперамент9 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ9#;
  146. line 'set Caption to $'Вопросы$'';
  147.  
  148. line concat('output ',
  149. text('Если обсуждают чьи-то идеи, то я требую аргументов'),
  150. ' as Question');
  151.  
  152. line concat('input ',
  153. string(''),
  154. ' to ',
  155. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ9'),
  156. ' as Variant from ',
  157. text(0,1,2,3,4,5,6,7,8,9,10));
  158.  
  159. line 'activate';
  160. end;
  161.  
  162.  
  163. message УзнатьАтрибутТемперамент10 to Asker about #ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ10#;
  164. line 'set Caption to $'Вопросы$'';
  165.  
  166. line concat('output ',
  167. text('У меня преобладает плохое настроение'),
  168. ' as Question');
  169.  
  170. line concat('input ',
  171. string(''),
  172. ' to ',
  173. name('ОБЪЕКТ_ТЕСТ_ТЕМПЕРАМЕНТ.АТРИБУТ10'),
  174. ' as Variant from ',
  175. text(0,1,2,3,4,5,6,7,8,9,10));
  176.  
  177. line 'activate';
  178. end;
  179.  
  180.  
  181. subscenario НачатьСеансТемперамент;
  182. send 'set Caption to $'Содержание сеанса Темперамент$'' to Informer;
  183.  
  184. send concat('output ', text(
  185. 'В этом сеансе определяется Темперамент'),
  186. 'as String on Left') to Informer;
  187.  
  188. send 'activate' to Informer;
  189.  
  190. send УзнатьАтрибутТемперамент1;
  191. send УзнатьАтрибутТемперамент2;
  192. send УзнатьАтрибутТемперамент3;
  193. send УзнатьАтрибутТемперамент4;
  194. send УзнатьАтрибутТемперамент5;
  195. send УзнатьАтрибутТемперамент6;
  196. send УзнатьАтрибутТемперамент7;
  197. send УзнатьАтрибутТемперамент8;
  198. send УзнатьАтрибутТемперамент9;
  199. send УзнатьАтрибутТемперамент10;
  200. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement