@baravak/risloo-profile-cli 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/.github/workflows/push.yml +14 -0
  2. package/.prettierrc +16 -0
  3. package/.yarn/releases/yarn-1.22.19.cjs +147529 -0
  4. package/.yarnrc.yml +1 -0
  5. package/README.md +98 -0
  6. package/bin/risloo.js +9 -0
  7. package/package.json +44 -0
  8. package/src/Gift.js +29 -0
  9. package/src/Profile.js +405 -0
  10. package/src/cli-commands/Executor.js +118 -0
  11. package/src/cli-commands/ExtractExecutor.js +194 -0
  12. package/src/cli-commands/GiftExecutor.js +56 -0
  13. package/src/cli-commands/utilities/BaseOps.js +71 -0
  14. package/src/cli-commands/utilities/Benchmarker.js +88 -0
  15. package/src/cli-commands/utilities/CustomErrors.js +14 -0
  16. package/src/cli-commands/utilities/Response.js +59 -0
  17. package/src/cli-commands/utilities/STATUSES.js +16 -0
  18. package/src/cli-commands/utilities/Status.js +9 -0
  19. package/src/cli.js +125 -0
  20. package/src/handlebars/helpers/abs.js +8 -0
  21. package/src/handlebars/helpers/addCommas.js +8 -0
  22. package/src/handlebars/helpers/array.js +8 -0
  23. package/src/handlebars/helpers/assignGlobal.js +9 -0
  24. package/src/handlebars/helpers/boolean.js +19 -0
  25. package/src/handlebars/helpers/ceil.js +8 -0
  26. package/src/handlebars/helpers/concat.js +8 -0
  27. package/src/handlebars/helpers/cos.js +8 -0
  28. package/src/handlebars/helpers/displacePoint.js +11 -0
  29. package/src/handlebars/helpers/ellipsisChars.js +10 -0
  30. package/src/handlebars/helpers/ellipsisLines.js +11 -0
  31. package/src/handlebars/helpers/first.js +11 -0
  32. package/src/handlebars/helpers/floor.js +8 -0
  33. package/src/handlebars/helpers/forLoop.js +15 -0
  34. package/src/handlebars/helpers/getArrOfProp.js +8 -0
  35. package/src/handlebars/helpers/isArray.js +8 -0
  36. package/src/handlebars/helpers/join.js +10 -0
  37. package/src/handlebars/helpers/last.js +11 -0
  38. package/src/handlebars/helpers/lineWrap.js +28 -0
  39. package/src/handlebars/helpers/math.js +24 -0
  40. package/src/handlebars/helpers/modulo.js +8 -0
  41. package/src/handlebars/helpers/normalizeAngle.js +7 -0
  42. package/src/handlebars/helpers/object.js +8 -0
  43. package/src/handlebars/helpers/objectEntries.js +8 -0
  44. package/src/handlebars/helpers/polarToCartesian.js +14 -0
  45. package/src/handlebars/helpers/prepend.js +10 -0
  46. package/src/handlebars/helpers/profiles/bar.js +45 -0
  47. package/src/handlebars/helpers/profiles/calcGaugeSidePoints.js +34 -0
  48. package/src/handlebars/helpers/profiles/gauge.js +61 -0
  49. package/src/handlebars/helpers/profiles/polygon.js +40 -0
  50. package/src/handlebars/helpers/reverse.js +9 -0
  51. package/src/handlebars/helpers/roundToTwo.js +8 -0
  52. package/src/handlebars/helpers/setVar.js +8 -0
  53. package/src/handlebars/helpers/sin.js +8 -0
  54. package/src/handlebars/helpers/split.js +8 -0
  55. package/src/handlebars/helpers/tan.js +8 -0
  56. package/src/handlebars/helpers/ternary.js +9 -0
  57. package/src/handlebars/helpers/toDeg.js +8 -0
  58. package/src/handlebars/helpers/toRad.js +8 -0
  59. package/src/handlebars/helpers/withGroup.js +20 -0
  60. package/src/handlebars/helpers/wrapOnNewline.js +11 -0
  61. package/src/handlebars/helpers.js +86 -0
  62. package/src/handlebars/importPartials.js +40 -0
  63. package/src/handlebars/init.js +15 -0
  64. package/src/publish/bot.js +91 -0
  65. package/src/publish/json/gift/gift.json +16 -0
  66. package/src/publish/json/profiles/16PF93.json +201 -0
  67. package/src/publish/json/profiles/AEQ93.json +96 -0
  68. package/src/publish/json/profiles/AMS93.json +102 -0
  69. package/src/publish/json/profiles/AMS9A.json +102 -0
  70. package/src/publish/json/profiles/BAOMEIS93.json +99 -0
  71. package/src/publish/json/profiles/BEQI93.json +1589 -0
  72. package/src/publish/json/profiles/CAATS93.json +11355 -0
  73. package/src/publish/json/profiles/CADS93.json +351 -0
  74. package/src/publish/json/profiles/CARSP93.json +96 -0
  75. package/src/publish/json/profiles/CERQ93.json +106 -0
  76. package/src/publish/json/profiles/CRAAS93.json +98 -0
  77. package/src/publish/json/profiles/CSI93.json +143 -0
  78. package/src/publish/json/profiles/DSWLS93.json +93 -0
  79. package/src/publish/json/profiles/EMSS93.json +116 -0
  80. package/src/publish/json/profiles/FACES93.json +106 -0
  81. package/src/publish/json/profiles/FTEPT93.json +102 -0
  82. package/src/publish/json/profiles/GMIT93.json +98 -0
  83. package/src/publish/json/profiles/HPL93.json +102 -0
  84. package/src/publish/json/profiles/IBT93.json +106 -0
  85. package/src/publish/json/profiles/IUS93.json +93 -0
  86. package/src/publish/json/profiles/JCSI93.json +102 -0
  87. package/src/publish/json/profiles/JPFQ93.json +1 -0
  88. package/src/publish/json/profiles/KJGI93.json +100 -0
  89. package/src/publish/json/profiles/LMIQ93.json +109 -0
  90. package/src/publish/json/profiles/MMFAD93.json +103 -0
  91. package/src/publish/json/profiles/MMFAD9A.json +103 -0
  92. package/src/publish/json/profiles/MOCI93.json +100 -0
  93. package/src/publish/json/profiles/OBQ4493.json +96 -0
  94. package/src/publish/json/profiles/PIES93.json +104 -0
  95. package/src/publish/json/profiles/PIES9A.json +104 -0
  96. package/src/publish/json/profiles/PMCIEF93.json +1 -0
  97. package/src/publish/json/profiles/PSWQ93.json +97 -0
  98. package/src/publish/json/profiles/RIASEC93.json +2511 -0
  99. package/src/publish/json/profiles/SAFE93.json +110 -0
  100. package/src/publish/json/profiles/SASQ93.json +92 -0
  101. package/src/publish/json/profiles/SCASP93.json +611 -0
  102. package/src/publish/json/profiles/SDCAQ93.json +96 -0
  103. package/src/publish/json/profiles/STAIY93.json +98 -0
  104. package/src/publish/json/profiles/WAQ93.json +100 -0
  105. package/src/publish/json/profiles/YBOCS93.json +1322 -0
  106. package/src/publish/json/profiles/empty.json +139 -0
  107. package/src/publish/new-version.hbs +11 -0
  108. package/src/publish/test.js +109 -0
  109. package/src/qrcode/qrCodeGenerator.js +14 -0
  110. package/src/qrcode/qrRender.js +229 -0
  111. package/src/samples/16PF93.js +158 -0
  112. package/src/samples/AEQ93.js +121 -0
  113. package/src/samples/AMS93.js +139 -0
  114. package/src/samples/AMS9A.js +9 -0
  115. package/src/samples/BAOMEIS93.js +146 -0
  116. package/src/samples/BEQI93.js +255 -0
  117. package/src/samples/CAATS93.js +218 -0
  118. package/src/samples/CADS93.js +161 -0
  119. package/src/samples/CARSP93.js +134 -0
  120. package/src/samples/CERQ93.js +195 -0
  121. package/src/samples/CRAAS93.js +141 -0
  122. package/src/samples/CSI93.js +315 -0
  123. package/src/samples/DSWLS93.js +112 -0
  124. package/src/samples/EMSS93.js +178 -0
  125. package/src/samples/FACES93.js +225 -0
  126. package/src/samples/FTEPT93.js +167 -0
  127. package/src/samples/GMIT93.js +142 -0
  128. package/src/samples/HPL93.js +132 -0
  129. package/src/samples/IBT93.js +99 -0
  130. package/src/samples/IUS93.js +204 -0
  131. package/src/samples/JCSI93.js +174 -0
  132. package/src/samples/JPFQ93.js +74 -0
  133. package/src/samples/KJGI93.js +136 -0
  134. package/src/samples/LMIQ93.js +188 -0
  135. package/src/samples/MMFAD93.js +135 -0
  136. package/src/samples/MMFAD9A.js +31 -0
  137. package/src/samples/MOCI93.js +128 -0
  138. package/src/samples/OBQ4493.js +132 -0
  139. package/src/samples/PIES93.js +228 -0
  140. package/src/samples/PIES9A.js +32 -0
  141. package/src/samples/PMCIEF93.js +64 -0
  142. package/src/samples/PSWQ93.js +126 -0
  143. package/src/samples/RIASEC93.js +144 -0
  144. package/src/samples/SAFE93.js +64 -0
  145. package/src/samples/SASQ93.js +130 -0
  146. package/src/samples/SCASP93.js +207 -0
  147. package/src/samples/SDCAQ93.js +174 -0
  148. package/src/samples/STAIY93.js +159 -0
  149. package/src/samples/WAQ93.js +208 -0
  150. package/src/samples/YBOCS93.js +583 -0
  151. package/src/samples/empty.js +53 -0
  152. package/views/gift.hbs +160 -0
  153. package/views/profiles/fonts.css +18 -0
  154. package/views/profiles/layout.hbs +27 -0
  155. package/views/profiles/samples/16PF93.hbs +54 -0
  156. package/views/profiles/samples/AEQ93.hbs +31 -0
  157. package/views/profiles/samples/AMS93.hbs +97 -0
  158. package/views/profiles/samples/AMS9A.hbs +1 -0
  159. package/views/profiles/samples/BAOMEIS93.hbs +48 -0
  160. package/views/profiles/samples/BEQI93.hbs +118 -0
  161. package/views/profiles/samples/CAATS93.hbs +251 -0
  162. package/views/profiles/samples/CADS93.hbs +104 -0
  163. package/views/profiles/samples/CARSP93.hbs +26 -0
  164. package/views/profiles/samples/CERQ93.hbs +115 -0
  165. package/views/profiles/samples/CRAAS93.hbs +88 -0
  166. package/views/profiles/samples/CSI93_1.hbs +110 -0
  167. package/views/profiles/samples/CSI93_2.hbs +76 -0
  168. package/views/profiles/samples/DSWLS93.hbs +26 -0
  169. package/views/profiles/samples/EMSS93.hbs +101 -0
  170. package/views/profiles/samples/FACES93_1.hbs +107 -0
  171. package/views/profiles/samples/FACES93_2.hbs +51 -0
  172. package/views/profiles/samples/FTEPT93.hbs +67 -0
  173. package/views/profiles/samples/GMIT93.hbs +45 -0
  174. package/views/profiles/samples/HPL93.hbs +36 -0
  175. package/views/profiles/samples/IBT93.hbs +67 -0
  176. package/views/profiles/samples/IUS93.hbs +123 -0
  177. package/views/profiles/samples/JCSI93.hbs +65 -0
  178. package/views/profiles/samples/JPFQ93.hbs +44 -0
  179. package/views/profiles/samples/KJGI93.hbs +57 -0
  180. package/views/profiles/samples/LMIQ93.hbs +82 -0
  181. package/views/profiles/samples/MMFAD93.hbs +35 -0
  182. package/views/profiles/samples/MMFAD9A.hbs +1 -0
  183. package/views/profiles/samples/MOCI93.hbs +60 -0
  184. package/views/profiles/samples/OBQ4493.hbs +61 -0
  185. package/views/profiles/samples/PIES93.hbs +67 -0
  186. package/views/profiles/samples/PIES9A.hbs +1 -0
  187. package/views/profiles/samples/PMCIEF93.hbs +8 -0
  188. package/views/profiles/samples/PSWQ93.hbs +32 -0
  189. package/views/profiles/samples/RIASEC93.hbs +38 -0
  190. package/views/profiles/samples/SAFE93.hbs +118 -0
  191. package/views/profiles/samples/SASQ93.hbs +45 -0
  192. package/views/profiles/samples/SCASP93.hbs +94 -0
  193. package/views/profiles/samples/SDCAQ93.hbs +68 -0
  194. package/views/profiles/samples/STAIY93.hbs +67 -0
  195. package/views/profiles/samples/WAQ93.hbs +74 -0
  196. package/views/profiles/samples/YBOCS93_1.hbs +96 -0
  197. package/views/profiles/samples/YBOCS93_2.hbs +115 -0
  198. package/views/profiles/samples/YBOCS93_3.hbs +93 -0
  199. package/views/profiles/samples/empty.hbs +10 -0
  200. package/views/profiles/sidebar.hbs +193 -0
@@ -0,0 +1,611 @@
1
+ {
2
+ "id": "$X1HQ2G3J3",
3
+ "scale": {
4
+ "id": "$PIES-93",
5
+ "title": "پرسشنامه اضطراب کودکان اسپنس - نسخه والدین"
6
+ },
7
+ "client": {
8
+ "id": "GH96666D7",
9
+ "name": "مهدی امیرآبادی"
10
+ },
11
+ "center": {
12
+ "detail": {
13
+ "title": "کلینیک شخصی بروبچه‌های ریسلو و رفقا"
14
+ }
15
+ },
16
+ "started_at": 1630907666,
17
+ "closed_at": 1711907666,
18
+ "scored_at": 1731907666,
19
+ "cornometer": 1,
20
+ "version": "1",
21
+ "edition": "",
22
+ "edition_version": null,
23
+ "filler": "client",
24
+ "description": "## دستور اجرای آزمون\n\nافراد از این جمله‌ها ممکن است برای توصیف خودشان استفاده کنند. لطفا هر جمله را به دقت بخوانید و ببینید که چقدر به آن جمله اعتقاد دارید یا بر اساس مقیاس فراوانی به آن پاسخ دهید. ",
25
+ "prerequisites": [
26
+ {
27
+ "type": "text",
28
+ "label": "child_name",
29
+ "text": "نام کودک",
30
+ "answer": {
31
+ "type": "text"
32
+ },
33
+ "alias": "child_name",
34
+ "force": true,
35
+ "user_answered": "محمد مهدی"
36
+ },
37
+ {
38
+ "type": "text",
39
+ "label": "child_age",
40
+ "text": "سن کودک",
41
+ "answer": {
42
+ "type": "number"
43
+ },
44
+ "alias": "child_age",
45
+ "force": true,
46
+ "user_answered": "4"
47
+ },
48
+ {
49
+ "type": "text",
50
+ "label": "birth_order",
51
+ "text": "کودک آزمودنی شما فرزند چندم خانواده است؟",
52
+ "answer": {
53
+ "type": "number"
54
+ },
55
+ "alias": "birth_order",
56
+ "force": true,
57
+ "user_answered": "2"
58
+ },
59
+ {
60
+ "type": "text",
61
+ "label": "daughters",
62
+ "text": "تعداد فرزندان دختر",
63
+ "answer": {
64
+ "type": "number"
65
+ },
66
+ "alias": "daughters",
67
+ "force": true,
68
+ "user_answered": "2"
69
+ },
70
+ {
71
+ "type": "text",
72
+ "label": "sons",
73
+ "text": "تعداد فرزندان پسر",
74
+ "answer": {
75
+ "type": "number"
76
+ },
77
+ "alias": "sons",
78
+ "force": true,
79
+ "user_answered": "1"
80
+ },
81
+ {
82
+ "type": "text",
83
+ "label": "father_education",
84
+ "text": "تحصیلات پدر",
85
+ "answer": {
86
+ "type": "select",
87
+ "options": [
88
+ "ابتدایی اول",
89
+ "ابتدایی دوم",
90
+ "متوسطه اول",
91
+ "متوسطه دوم",
92
+ "دیپلم",
93
+ "کارشناسی",
94
+ "کارشناسی ارشد",
95
+ "پزشکی عمومی",
96
+ "متخصص",
97
+ "دکتری تخصصی",
98
+ "حوزوی مقدمات",
99
+ "حوزوی سطح۱",
100
+ "حوزوی سطح۲",
101
+ "حوزوی سطح۳",
102
+ "حوزوی سطح۴"
103
+ ]
104
+ },
105
+ "alias": "father_education",
106
+ "force": true,
107
+ "user_answered": "9"
108
+ },
109
+ {
110
+ "type": "text",
111
+ "label": "father_job",
112
+ "text": "شغل پدر",
113
+ "answer": {
114
+ "type": "text"
115
+ },
116
+ "alias": "father_job",
117
+ "force": true,
118
+ "user_answered": "استاد دانشگاه"
119
+ },
120
+ {
121
+ "type": "text",
122
+ "label": "mother_education",
123
+ "text": "تحصیلات مادر",
124
+ "answer": {
125
+ "type": "select",
126
+ "options": [
127
+ "ابتدایی اول",
128
+ "ابتدایی دوم",
129
+ "متوسطه اول",
130
+ "متوسطه دوم",
131
+ "دیپلم",
132
+ "کارشناسی",
133
+ "کارشناسی ارشد",
134
+ "پزشکی عمومی",
135
+ "متخصص",
136
+ "دکتری تخصصی",
137
+ "حوزوی مقدمات",
138
+ "حوزوی سطح۱",
139
+ "حوزوی سطح۲",
140
+ "حوزوی سطح۳",
141
+ "حوزوی سطح۴"
142
+ ]
143
+ },
144
+ "alias": "mother_education",
145
+ "force": true,
146
+ "user_answered": "6"
147
+ },
148
+ {
149
+ "type": "text",
150
+ "label": "mother_job",
151
+ "text": "شغل مادر",
152
+ "answer": {
153
+ "type": "text"
154
+ },
155
+ "alias": "mother_job",
156
+ "force": true,
157
+ "user_answered": "خانه‌دار"
158
+ },
159
+ {
160
+ "type": "text",
161
+ "label": "child_gender",
162
+ "text": "جنسیت",
163
+ "answer": {
164
+ "type": "select",
165
+ "options": ["مؤنث", "مذکر"]
166
+ },
167
+ "alias": "gender",
168
+ "force": true,
169
+ "user_answered": "2"
170
+ }
171
+ ],
172
+ "items": [
173
+ {
174
+ "category": "",
175
+ "type": "text",
176
+ "description": "",
177
+ "text": "کودک من درباره همه چیز نگران است. ",
178
+ "answer": {
179
+ "type": "optional",
180
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
181
+ },
182
+ "user_answered": "4"
183
+ },
184
+ {
185
+ "category": "",
186
+ "type": "text",
187
+ "description": "",
188
+ "text": "کودک من از تاریکی می‌ترسد. ",
189
+ "answer": {
190
+ "type": "optional",
191
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
192
+ },
193
+ "user_answered": "1"
194
+ },
195
+ {
196
+ "category": "",
197
+ "type": "text",
198
+ "description": "",
199
+ "text": "هر موقع کودک من مشکلی دارد احساس عجیبی در دلش پیدا می‌کند. ",
200
+ "answer": {
201
+ "type": "optional",
202
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
203
+ },
204
+ "user_answered": "4"
205
+ },
206
+ {
207
+ "category": "",
208
+ "type": "text",
209
+ "description": "",
210
+ "text": "کودک من احساس ترس می‌کند. ",
211
+ "answer": {
212
+ "type": "optional",
213
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
214
+ },
215
+ "user_answered": "1"
216
+ },
217
+ {
218
+ "category": "",
219
+ "type": "text",
220
+ "description": "",
221
+ "text": "کودک من از تنها ماندن در خانه احساس ترس می‌کند. ",
222
+ "answer": {
223
+ "type": "optional",
224
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
225
+ },
226
+ "user_answered": "2"
227
+ },
228
+ {
229
+ "category": "",
230
+ "type": "text",
231
+ "description": "",
232
+ "text": "کودک من از امتحان دادن می‌ترسد. ",
233
+ "answer": {
234
+ "type": "optional",
235
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
236
+ },
237
+ "user_answered": "3"
238
+ },
239
+ {
240
+ "category": "",
241
+ "type": "text",
242
+ "description": "",
243
+ "text": "کودک من موقعی که مجبور است از حمام یا توالت‌های عمومی استفاده کند، می‌ترسد. ",
244
+ "answer": {
245
+ "type": "optional",
246
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
247
+ },
248
+ "user_answered": "1"
249
+ },
250
+ {
251
+ "category": "",
252
+ "type": "text",
253
+ "description": "",
254
+ "text": "کودک من زمانی که از من یا ما دور می‌شود نگران می‌گردد. ",
255
+ "answer": {
256
+ "type": "optional",
257
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
258
+ },
259
+ "user_answered": "1"
260
+ },
261
+ {
262
+ "category": "",
263
+ "type": "text",
264
+ "description": "",
265
+ "text": "کودک من می‌ترسد رفتارش به گونه‌ای باشد که مردم مسخره‌اش کنند. ",
266
+ "answer": {
267
+ "type": "optional",
268
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
269
+ },
270
+ "user_answered": "4"
271
+ },
272
+ {
273
+ "category": "",
274
+ "type": "text",
275
+ "description": "",
276
+ "text": "کودک من نگران است که کارهای مدرسه‌اش را بد انجام بدهد. ",
277
+ "answer": {
278
+ "type": "optional",
279
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
280
+ },
281
+ "user_answered": "3"
282
+ },
283
+ {
284
+ "category": "",
285
+ "type": "text",
286
+ "description": "",
287
+ "text": "کودک من نگران است که اتفاق بدی برای یکی از اعضای خانواده بیافتد. ",
288
+ "answer": {
289
+ "type": "optional",
290
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
291
+ },
292
+ "user_answered": "4"
293
+ },
294
+ {
295
+ "category": "",
296
+ "type": "text",
297
+ "description": "",
298
+ "text": "کودک من احساس می‌کند که انگار نمی‌تواند نفس بکشد بدون آنکه دلیلی وجود داشته باشد. ",
299
+ "answer": {
300
+ "type": "optional",
301
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
302
+ },
303
+ "user_answered": "2"
304
+ },
305
+ {
306
+ "category": "",
307
+ "type": "text",
308
+ "description": "",
309
+ "text": "کودک من مجبور است همه چیز را به طور دائم کنترل کند که درست انجام داده باشد. (برای مثال چراغ را خاموش و یا در را بسته باشد)",
310
+ "answer": {
311
+ "type": "optional",
312
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
313
+ },
314
+ "user_answered": "3"
315
+ },
316
+ {
317
+ "category": "",
318
+ "type": "text",
319
+ "description": "",
320
+ "text": "کودک من از تنها خوابیدن می‌ترسد.",
321
+ "answer": {
322
+ "type": "optional",
323
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
324
+ },
325
+ "user_answered": "2"
326
+ },
327
+ {
328
+ "category": "",
329
+ "type": "text",
330
+ "description": "",
331
+ "text": "کودک من سختش است که صبح‌ها به مدرسه برود چون اعصابش ناراحت است و احساس ترس می‌کند. ",
332
+ "answer": {
333
+ "type": "optional",
334
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
335
+ },
336
+ "user_answered": "4"
337
+ },
338
+ {
339
+ "category": "",
340
+ "type": "text",
341
+ "description": "",
342
+ "text": "کودک من از سگ می‌ترسد. ",
343
+ "answer": {
344
+ "type": "optional",
345
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
346
+ },
347
+ "user_answered": "4"
348
+ },
349
+ {
350
+ "category": "",
351
+ "type": "text",
352
+ "description": "",
353
+ "text": "به نظر نمی‌رسد که افکار بد و بچگانه از سر کودک من بیرون بیاید. ",
354
+ "answer": {
355
+ "type": "optional",
356
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
357
+ },
358
+ "user_answered": "4"
359
+ },
360
+ {
361
+ "category": "",
362
+ "type": "text",
363
+ "description": "",
364
+ "text": "کودک من وقتی مشکلی دارد از اینکه قلبش تند می‌زند، شکایت دارد. ",
365
+ "answer": {
366
+ "type": "optional",
367
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
368
+ },
369
+ "user_answered": "3"
370
+ },
371
+ {
372
+ "category": "",
373
+ "type": "text",
374
+ "description": "",
375
+ "text": "کودک من ناگهان بدون هیچ دلیلی شروع به لرزش می‌کند. ",
376
+ "answer": {
377
+ "type": "optional",
378
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
379
+ },
380
+ "user_answered": "2"
381
+ },
382
+ {
383
+ "category": "",
384
+ "type": "text",
385
+ "description": "",
386
+ "text": "کودک من نگران است که اتفاق بدی برایش بیافتد. ",
387
+ "answer": {
388
+ "type": "optional",
389
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
390
+ },
391
+ "user_answered": "2"
392
+ },
393
+ {
394
+ "category": "",
395
+ "type": "text",
396
+ "description": "",
397
+ "text": "کودک من از رفتن به دکتر یا دندانپزشک می‌ترسد. ",
398
+ "answer": {
399
+ "type": "optional",
400
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
401
+ },
402
+ "user_answered": "3"
403
+ },
404
+ {
405
+ "category": "",
406
+ "type": "text",
407
+ "description": "",
408
+ "text": "کودک من هر موقع مشکلی داشته باشد، احساس بی‌ثباتی می‌کند. ",
409
+ "answer": {
410
+ "type": "optional",
411
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
412
+ },
413
+ "user_answered": "2"
414
+ },
415
+ {
416
+ "category": "",
417
+ "type": "text",
418
+ "description": "",
419
+ "text": "کودک من از مکان‌های مرتفع، جاهای بلند و ارتفاعات (برای مثال بالای صخره) می‌ترسد. ",
420
+ "answer": {
421
+ "type": "optional",
422
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
423
+ },
424
+ "user_answered": "4"
425
+ },
426
+ {
427
+ "category": "",
428
+ "type": "text",
429
+ "description": "",
430
+ "text": "کودک من مجبور است افکار خاصی بکند (مثل اعداد یا کلمات) تا از اتفاق‌های بد جلوگیری بکند. ",
431
+ "answer": {
432
+ "type": "optional",
433
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
434
+ },
435
+ "user_answered": "3"
436
+ },
437
+ {
438
+ "category": "",
439
+ "type": "text",
440
+ "description": "",
441
+ "text": "کودک من از مسافرت با ماشین یا قطار یا اتوبوس می‌ترسد. ",
442
+ "answer": {
443
+ "type": "optional",
444
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
445
+ },
446
+ "user_answered": "3"
447
+ },
448
+ {
449
+ "category": "",
450
+ "type": "text",
451
+ "description": "",
452
+ "text": "کودک من نگران است که دیگران راجع به او چه فکر می‌کنند. ",
453
+ "answer": {
454
+ "type": "optional",
455
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
456
+ },
457
+ "user_answered": "4"
458
+ },
459
+ {
460
+ "category": "",
461
+ "type": "text",
462
+ "description": "",
463
+ "text": "کودک من از جاهای شلوغ می‌ترسد (مانند مراکز خرید - سینما - اتوبوس - زمین‌بازی)",
464
+ "answer": {
465
+ "type": "optional",
466
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
467
+ },
468
+ "user_answered": "1"
469
+ },
470
+ {
471
+ "category": "",
472
+ "type": "text",
473
+ "description": "",
474
+ "text": "کودک من ناگهان بدون دلیل احساس ترس می‌کند. ",
475
+ "answer": {
476
+ "type": "optional",
477
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
478
+ },
479
+ "user_answered": "3"
480
+ },
481
+ {
482
+ "category": "",
483
+ "type": "text",
484
+ "description": "",
485
+ "text": "کودک من از عنکبوت یا حشرات می‌ترسد. ",
486
+ "answer": {
487
+ "type": "optional",
488
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
489
+ },
490
+ "user_answered": "4"
491
+ },
492
+ {
493
+ "category": "",
494
+ "type": "text",
495
+ "description": "",
496
+ "text": "کودک من بدون هیچ دلیلی احساس غش و سرگیجه می‌کند. ",
497
+ "answer": {
498
+ "type": "optional",
499
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
500
+ },
501
+ "user_answered": "4"
502
+ },
503
+ {
504
+ "category": "",
505
+ "type": "text",
506
+ "description": "",
507
+ "text": "کودک من از صحبت کردن در کلاس درس و مقابل سایر دانش‌آموزان می‌ترسد. ",
508
+ "answer": {
509
+ "type": "optional",
510
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
511
+ },
512
+ "user_answered": "2"
513
+ },
514
+ {
515
+ "category": "",
516
+ "type": "text",
517
+ "description": "",
518
+ "text": "کودک من از اینکه قلبش به طور ناگهانی و بدون هیچ دلیلی شروع به طپش می‌کند، شکایت دارد. ",
519
+ "answer": {
520
+ "type": "optional",
521
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
522
+ },
523
+ "user_answered": "3"
524
+ },
525
+ {
526
+ "category": "",
527
+ "type": "text",
528
+ "description": "",
529
+ "text": "کودک من نگران است که احساس ترس بکند بدون آنکه هیچ دلیلی وجود داشته باشد. ",
530
+ "answer": {
531
+ "type": "optional",
532
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
533
+ },
534
+ "user_answered": "2"
535
+ },
536
+ {
537
+ "category": "",
538
+ "type": "text",
539
+ "description": "",
540
+ "text": "کودک من از اینکه در جاهای کوچک و بسته باشد، می‌ترسد. (مثل تونل‌ها یا اتاق‌های کوچک)",
541
+ "answer": {
542
+ "type": "optional",
543
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
544
+ },
545
+ "user_answered": "3"
546
+ },
547
+ {
548
+ "category": "",
549
+ "type": "text",
550
+ "description": "",
551
+ "text": "کودک من احساس اجبار می‌کند که بعضی کارها را به طور تکراری انجام دهد (مثل شستن دستهایش و یا تمیز کردن یا قرار دادن چیزها به ترتیب خاص)",
552
+ "answer": {
553
+ "type": "optional",
554
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
555
+ },
556
+ "user_answered": "4"
557
+ },
558
+ {
559
+ "category": "",
560
+ "type": "text",
561
+ "description": "",
562
+ "text": "افکار یا تصاویر بچگانه در ذهن کودک من او را آزار می‌دهد. ",
563
+ "answer": {
564
+ "type": "optional",
565
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
566
+ },
567
+ "user_answered": "4"
568
+ },
569
+ {
570
+ "category": "",
571
+ "type": "text",
572
+ "description": "",
573
+ "text": "کودک من احساس اجبار می‌کند چیزهایی را به شیوه‌ای کاملا درست انجام دهد تا اتفاق بدی نیافتد. ",
574
+ "answer": {
575
+ "type": "optional",
576
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
577
+ },
578
+ "user_answered": "4"
579
+ },
580
+ {
581
+ "category": "",
582
+ "type": "text",
583
+ "description": "",
584
+ "text": "کودک من اگر مجبور شود در طول شب از خانه دور شود احساس ترس می‌کند. ",
585
+ "answer": {
586
+ "type": "optional",
587
+ "options": ["هرگز", "گاه گاهی", "غالبا", "همیشه"]
588
+ },
589
+ "user_answered": "2"
590
+ },
591
+ {
592
+ "category": "",
593
+ "type": "text",
594
+ "description": "",
595
+ "text": "اگر چیز دیگری هست که بچه شما از آن بترسد لطفا بنویسید که آن چیست و هر چند وقت یکبار از آن می‌ترسد.",
596
+ "answer": {
597
+ "type": "descriptive"
598
+ },
599
+ "user_answered": "لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد. کتابهای زیادی در شصت و سه درصد گذشته، "
600
+ }
601
+ ],
602
+ "score": {
603
+ "total": 71,
604
+ "panic_attack_and_agorophobia": 14,
605
+ "separation_anxiety": 9,
606
+ "physical_injury_fears": 11,
607
+ "social_phobia": 11,
608
+ "obsessive_compulsive": 16,
609
+ "generalized_anxiety_disorder": 10
610
+ }
611
+ }