@baravak/risloo-profile-cli 4.46.2 → 4.70.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 (90) hide show
  1. package/.agents/skills/create-profile/SKILL.md +14 -0
  2. package/.claude/settings.local.json +7 -0
  3. package/.claude/skills/create-profile/SKILL.md +80 -0
  4. package/AGENTS.md +239 -0
  5. package/CLAUDE.md +5 -0
  6. package/package.json +1 -1
  7. package/src/cli-commands/Executor.js +8 -2
  8. package/src/cli-commands/ExtractExecutor.js +55 -21
  9. package/src/cli-commands/GiftExecutor.js +1 -0
  10. package/src/handlebars/importPartials.js +10 -44
  11. package/src/handlebars/init.js +17 -11
  12. package/src/publish/json/profiles/BSCT93.json +495 -0
  13. package/src/publish/json/profiles/BSSI93.json +392 -0
  14. package/src/publish/json/profiles/FRHPT93.json +2 -2
  15. package/src/publish/json/profiles/ISKS93.json +288 -0
  16. package/src/publish/json/profiles/MCMI9A.json +1540 -0
  17. package/src/publish/json/profiles/NEO93.json +3858 -0
  18. package/src/publish/json/profiles/NEO9A.json +1159 -1
  19. package/src/publish/json/profiles/NEO9Q.json +3856 -0
  20. package/src/publish/json/profiles/NEO9V.json +1157 -0
  21. package/src/publish/json/profiles/RIASEC9A.json +2775 -0
  22. package/src/publish/json/profiles/RSI93.json +359 -0
  23. package/src/samples/AEQ93.js +1 -1
  24. package/src/samples/AMS93.js +1 -1
  25. package/src/samples/AMS9A.js +3 -1
  26. package/src/samples/BAOMEIS93.js +1 -1
  27. package/src/samples/BEQI93.js +1 -1
  28. package/src/samples/BSCT93.js +90 -0
  29. package/src/samples/BSSI93.js +93 -0
  30. package/src/samples/CAATS93.js +1 -1
  31. package/src/samples/CERQ93.js +1 -1
  32. package/src/samples/CRAAS93.js +1 -1
  33. package/src/samples/DSWLS93.js +1 -1
  34. package/src/samples/EMSS93.js +1 -1
  35. package/src/samples/EPQ9A.js +6 -1
  36. package/src/samples/FACES93.js +6 -0
  37. package/src/samples/FRHPT93.js +41 -13
  38. package/src/samples/GMIT93.js +1 -1
  39. package/src/samples/HPL93.js +1 -1
  40. package/src/samples/ISKS93.js +62 -0
  41. package/src/samples/IUS93.js +1 -1
  42. package/src/samples/JCSI93.js +1 -1
  43. package/src/samples/JPFQ93.js +5 -0
  44. package/src/samples/KJGI93.js +1 -1
  45. package/src/samples/LMIQ93.js +1 -1
  46. package/src/samples/MMFAD93.js +1 -1
  47. package/src/samples/MOCI93.js +1 -1
  48. package/src/samples/NEO93.js +277 -0
  49. package/src/samples/NEO9A.js +91 -60
  50. package/src/samples/NEO9Q.js +279 -0
  51. package/src/samples/NEO9V.js +215 -0
  52. package/src/samples/OBQ4493.js +1 -1
  53. package/src/samples/PIES93.js +1 -1
  54. package/src/samples/PIES9A.js +4 -0
  55. package/src/samples/PMCIEF93.js +7 -1
  56. package/src/samples/PSWQ93.js +1 -1
  57. package/src/samples/RIASEC93.js +1 -1
  58. package/src/samples/RIASEC9A.js +256 -0
  59. package/src/samples/RSI93.js +89 -0
  60. package/src/samples/SASQ93.js +1 -1
  61. package/src/samples/SDCAQ93.js +1 -1
  62. package/src/samples/STAIY93.js +1 -1
  63. package/src/samples/WAQ93.js +1 -1
  64. package/src/samples/YBOCS93.js +1 -1
  65. package/src/samples/YPI93.js +5 -1
  66. package/views/profiles/NEO_long_facets.hbs +125 -0
  67. package/views/profiles/NEO_main.hbs +150 -0
  68. package/views/profiles/NEO_short_facets.hbs +82 -0
  69. package/views/profiles/samples/BSCT93.hbs +99 -0
  70. package/views/profiles/samples/BSSI93.hbs +102 -0
  71. package/views/profiles/samples/FRHPT93_1.hbs +570 -87
  72. package/views/profiles/samples/FRHPT93_2.hbs +90 -76
  73. package/views/profiles/samples/FRHPT93_3.hbs +2 -2
  74. package/views/profiles/samples/FRHPT93_4.hbs +2 -2
  75. package/views/profiles/samples/FRHPT93_5.hbs +103 -0
  76. package/views/profiles/samples/FRHPT9A.hbs +7 -7
  77. package/views/profiles/samples/ISKS93.hbs +38 -0
  78. package/views/profiles/samples/NEO93_1.hbs +14 -0
  79. package/views/profiles/samples/NEO93_2.hbs +15 -0
  80. package/views/profiles/samples/NEO93_3.hbs +15 -0
  81. package/views/profiles/samples/NEO9A.hbs +14 -29
  82. package/views/profiles/samples/NEO9Q_1.hbs +13 -0
  83. package/views/profiles/samples/NEO9Q_2.hbs +14 -0
  84. package/views/profiles/samples/NEO9Q_3.hbs +14 -0
  85. package/views/profiles/samples/NEO9V_1.hbs +13 -0
  86. package/views/profiles/samples/NEO9V_2.hbs +3 -0
  87. package/views/profiles/samples/RIASEC9A_1.hbs +38 -0
  88. package/views/profiles/samples/RIASEC9A_2.hbs +67 -0
  89. package/views/profiles/samples/RIASEC9A_3.hbs +93 -0
  90. package/views/profiles/samples/RSI93.hbs +101 -0
@@ -1,115 +1,598 @@
1
1
  {{#> layout}}
2
2
 
3
3
  <defs>
4
- <linearGradient id="bgbarg">
5
- <stop stop-color="{{colors.bars.[0].[0]}}"/>
6
- <stop offset="1" stop-color="{{colors.bars.[0].[1]}}"/>
4
+ <linearGradient id="paint0_linear_6071_199193" x1="33.625" y1="0" x2="33.625" y2="100" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#F8FAFC"/>
6
+ <stop offset="1" stop-color="#E0E7FF"/>
7
7
  </linearGradient>
8
- <clipPath id="cbgbarg">
9
- {{bar 480 16 (object tl=0 bl=0 tr=2 br=2) (toRad 0)}}
10
- </clipPath>
11
- <linearGradient id="bgind" x1="97" y1="0" x2="97" y2="83" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#F8FAFC"/>
13
- <stop offset="1" stop-color="#F5F3FF"/>
8
+ <linearGradient id="paint1_linear_6071_199193" x1="108.875" y1="0" x2="108.875" y2="100" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#F1F5F9"/>
10
+ <stop offset="1" stop-color="#DDD6FE"/>
14
11
  </linearGradient>
12
+ <linearGradient id="paint2_linear_6071_199193" x1="184.125" y1="0" x2="184.125" y2="100" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#F8FAFC"/>
14
+ <stop offset="1" stop-color="#E0E7FF"/>
15
+ </linearGradient>
16
+ <linearGradient id="paint3_linear_6071_199193" x1="259.375" y1="0" x2="259.375" y2="100" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#F1F5F9"/>
18
+ <stop offset="1" stop-color="#DDD6FE"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint4_linear_6071_199193" x1="334.625" y1="0" x2="334.625" y2="100" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#F8FAFC"/>
22
+ <stop offset="1" stop-color="#E0E7FF"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint5_linear_6071_199193" x1="409.875" y1="0" x2="409.875" y2="100" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#F1F5F9"/>
26
+ <stop offset="1" stop-color="#DDD6FE"/>
27
+ </linearGradient>
28
+ <linearGradient id="paint6_linear_6071_199193" x1="485.125" y1="0" x2="485.125" y2="100" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#F8FAFC"/>
30
+ <stop offset="1" stop-color="#E0E7FF"/>
31
+ </linearGradient>
32
+ <linearGradient id="paint7_linear_6071_199193" x1="560.375" y1="0" x2="560.375" y2="100" gradientUnits="userSpaceOnUse">
33
+ <stop stop-color="#F1F5F9"/>
34
+ <stop offset="1" stop-color="#DDD6FE"/>
35
+ </linearGradient>
36
+ <linearGradient id="paint8_linear_6071_199193" x1="635.625" y1="0" x2="635.625" y2="100" gradientUnits="userSpaceOnUse">
37
+ <stop stop-color="#F8FAFC"/>
38
+ <stop offset="1" stop-color="#E0E7FF"/>
39
+ </linearGradient>
40
+ <linearGradient id="paint9_linear_6071_199193" x1="710.875" y1="0" x2="710.875" y2="100" gradientUnits="userSpaceOnUse">
41
+ <stop stop-color="#F1F5F9"/>
42
+ <stop offset="1" stop-color="#DDD6FE"/>
43
+ </linearGradient>
44
+ <linearGradient id="paint10_linear_6071_199193" x1="786.125" y1="0" x2="786.125" y2="100" gradientUnits="userSpaceOnUse">
45
+ <stop stop-color="#F8FAFC"/>
46
+ <stop offset="1" stop-color="#E0E7FF"/>
47
+ </linearGradient>
48
+ <linearGradient id="paint11_linear_6071_199193" x1="861.375" y1="0" x2="861.375" y2="100" gradientUnits="userSpaceOnUse">
49
+ <stop stop-color="#F1F5F9"/>
50
+ <stop offset="1" stop-color="#DDD6FE"/>
51
+ </linearGradient>
52
+
15
53
  <linearGradient id="error" x1="15" y1="15" x2="0" y2="15" gradientUnits="userSpaceOnUse">
16
54
  <stop stop-color="#FFF1F2"/>
17
55
  <stop offset="1" stop-color="#FECDD3"/>
18
56
  </linearGradient>
19
- <filter id="split" x="0" y="0" width="7" height="462" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
20
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
21
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
- <feOffset dx="1"/>
23
- <feGaussianBlur stdDeviation="1.5"/>
24
- <feComposite in2="hardAlpha" operator="out"/>
25
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
26
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5334_134825"/>
27
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_5334_134825" result="shape"/>
28
- </filter>
29
57
  </defs>
30
- <g transform="translate({{spec.profile.padding.x}}, {{spec.profile.padding.y}})">
58
+ <g transform="translate({{spec.profile.padding.[0].x}}, {{spec.profile.padding.[0].y}})">
31
59
  <g>
32
- <g transform="translate(0, 48)">
33
- <g>
34
- {{#each groups as |item index|}}
35
- <g transform="translate(0, {{math index '*' 40}})">
36
- <rect width="800" height="40" fill="{{ternary (even index) '#F8FAFC' 'none'}}" rx="8" />
37
- {{bar 480 16 (object tl=0 bl=0 tr=2 br=2) (toRad 0) fill='#E2E8F080' transform='translate(158, 12)'}}
38
- </g>
39
- {{/each}}
40
- </g>
41
- <g>
42
- <text x="156.5" y="-24" font-size="12" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="middle">0</text>
43
- <text x="397.5" y="-24" font-size="12" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="middle">50 ٪</text>
44
- <text x="632" y="-24" font-size="12" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="middle">100 ٪</text>
45
- <text x="754" y="-19" font-size="12" font-weight="500" dy=".3em" fill="#64748B" text-anchor="middle">رده‌بندی</text>
46
- <text x="677" y="-33" font-size="12" font-weight="500" dy=".3em" fill="#64748B" text-anchor="middle">نمره خام</text>
47
- <text x="677" y="-19" font-size="12" font-weight="500" dy=".3em" fill="#64748B" text-anchor="middle">از 144</text>
48
- <line x1="277.5" y1="-8.5" x2="277.5" y2="446.5" stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="5.5 5.5"/>
49
- <line x1="397.5" y1="-8.5" x2="397.5" y2="446.5" stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="5.5 5.5"/>
50
- <line x1="517.5" y1="-8.5" x2="517.5" y2="446.5" stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="5.5 5.5"/>
51
- <line x1="637.5" y1="-8.5" x2="637.5" y2="446.5" stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="5.5 5.5"/>
52
- <rect x="709" y="-48" width="1" height="496" fill="#F1F5F9"/>
60
+ <g transform="translate(0.5, 0)">
61
+ <g transform="translate(0, 0.5)">
62
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint0_linear_6071_199193)" stroke="#A5B4FC"/>
63
+ <text x="32.45" y="49.5" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">اعتبار</text>
64
+ </g>
65
+ <g transform="translate(0, 104.5)">
66
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
67
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
68
+ <tspan x="32.45" dy="-.335em">دقت در</tspan>
69
+ <tspan x="32.45" dy="1.15em">پاسخ‌دهی</tspan>
70
+ </text>
71
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{indicators.[3].levelText}}</text>
72
+ </g>
73
+ <g transform="translate(0, 208.5)">
74
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
75
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
76
+ <tspan x="32.45" dy="-.335em">مطلوب‌نمایی</tspan>
77
+ <tspan x="32.45" dy="1.15em">گویه‌ای</tspan>
78
+ </text>
79
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{indicators.[2].levelText}}</text>
80
+ </g>
81
+ <g transform="translate(0, 312.5)">
82
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
83
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
84
+ <tspan x="32.45" dy="-.335em">مطلوب‌نمایی</tspan>
85
+ <tspan x="32.45" dy="1.15em">مؤلفه‌ای</tspan>
86
+ </text>
87
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{indicators.[1].levelText}}</text>
88
+ </g>
89
+ <g transform="translate(0, 416.5)">
90
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
91
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
92
+ <tspan x="32.45" dy="-.335em">احتیاط</tspan>
93
+ <tspan x="32.45" dy="1.15em">در پاسخ</tspan>
94
+ </text>
95
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{indicators.[0].levelText}}</text>
96
+ </g>
97
+ </g>
98
+ {{#with groups.[10]}}
99
+ <g transform="translate(75.75, 0)">
100
+ <g transform="translate(0, 0.5)">
101
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint1_linear_6071_199193)" stroke="#C4B5FD"/>
102
+ <text y="49.5" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">
103
+ <tspan x="32.45" dy="-.335em">ابعاد</tspan>
104
+ <tspan x="32.45" dy="1.15em">انگیزه</tspan>
105
+ </text>
106
+ </g>
107
+ <g transform="translate(0, 104.5)">
108
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
109
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
110
+ <tspan x="32.45" dy="-.335em">انگیزه</tspan>
111
+ <tspan x="32.45" dy="1.15em">خودشکوفایی</tspan>
112
+ </text>
113
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
114
+ </g>
115
+ <g transform="translate(0, 208.5)">
116
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
117
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
118
+ <tspan x="32.45" dy="-.335em">نیاز به محبت</tspan>
119
+ <tspan x="32.45" dy="1.15em">و احترام</tspan>
120
+ </text>
121
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
122
+ </g>
123
+ <g transform="translate(0, 312.5)">
124
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
125
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
126
+ <tspan x="32.45" dy="-.335em">نیاز به رفاه</tspan>
127
+ <tspan x="32.45" dy="1.15em">و رشد</tspan>
128
+ <tspan x="32.45" dy="1.15em">اقتصادی</tspan>
129
+ </text>
130
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
131
+ </g>
132
+ <g transform="translate(0, 416.5)">
133
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
134
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
135
+ <tspan x="32.45" dy="-.335em">نیاز به قدرت</tspan>
136
+ <tspan x="32.45" dy="1.15em">و برتری</tspan>
137
+ </text>
138
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
53
139
 
140
+ </g>
54
141
  </g>
55
- <g>
56
- {{#each groups as |item index|}}
57
- <g transform="translate(0, {{math index '*' 40}})">
58
- {{# if (boolean key '!==' 'MO')}}
59
- <g transform='translate(158, 12)'>
60
- {{bar (math 480 '*' percentage) 16 (object tl=0 bl=0 tr=2 br=2) (toRad 0) fill='url(#bgbarg)' clip-path='url(#cbgbarg)'}}
61
- <text x="{{math (math 480 '*' percentage) '+' (ternary (boolean percentage '<=' 0.24) 4 -6)}}" y="8" font-size="13" font-weight="500" dy=".3em" fill="{{ternary (boolean percentage '<=' 0.24) ../colors.bars.[0].[1] 'white'}}" text-anchor="{{ternary (boolean percentage '<=' 0.24) 'end' 'start'}}">
62
- {{percentageText}} ٪
63
- </text>
64
- </g>
65
- <rect x="659" y="11" width="36" height="18" rx="4" fill="{{../colors.bars.[0].[2]}}" />
66
- <text x="677" y="20" font-size="13" font-weight="500" dy=".3em" fill="white" text-anchor="middle">{{item.mark}}</text>
67
- <text x="755" y="20" font-size="12" font-weight="400" dy=".3em" fill="#64748B" text-anchor="middle">{{item.levelText}}</text>
68
- <text x="149" y="20" font-size="13" font-weight="400" dy=".3em" fill="#475569" text-anchor="start">{{item.key}}</text>
69
- <text x="121" y="20" font-size="13" font-weight="400" dy=".3em" fill="#475569" text-anchor="start">-</text>
70
- <text x="110" y="20" font-size="13" font-weight="400" dy=".3em" fill="#475569" text-anchor="start">{{item.label.fa}}</text>
71
- {{else}}
72
- <rect x="659" y="11" width="36" height="18" rx="4" fill="#CBD5E1" />
73
- <text x="677" y="20" font-size="13" font-weight="500" dy=".3em" fill="white" text-anchor="middle">-</text>
74
- <text x="755" y="20" font-size="13" font-weight="500" dy=".3em" fill="#64748B" text-anchor="middle">-</text>
75
- <text x="149" y="20" font-size="13" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="start">{{item.key}}</text>
76
- <text x="121" y="20" font-size="13" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="start">-</text>
77
- <text x="110" y="20" font-size="13" font-weight="400" dy=".3em" fill="#94A3B8" text-anchor="start">{{item.label.fa}}</text>
78
- {{/if}}
79
-
80
- </g>
81
- {{/each}}
82
- </g>
83
- <g opacity="0.5" filter="url(#split)" transform="translate(154.5, -10.5)">
84
- <line x1="2.5" y1="3.5" x2="2.5" y2="458.5" stroke="white" stroke-linecap="round"/>
142
+ {{/with}}
143
+ {{#with groups.[9]}}
144
+ <g transform="translate(151, 0)">
145
+ <g transform="translate(0, 0.5)">
146
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint2_linear_6071_199193)" stroke="#A5B4FC"/>
147
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">
148
+ <tspan x="32.45" dy="-.335em">توانایی</tspan>
149
+ <tspan x="32.45" dy="1.15em">شناختی</tspan>
150
+ </text>
151
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
152
+ </g>
153
+ <g transform="translate(0, 104.5)">
154
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
155
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">هوش</text>
156
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
157
+ </g>
158
+ <g transform="translate(0, 208.5)">
159
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
160
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
161
+ <tspan x="32.45" dy="-.335em">قدرت تجزیه</tspan>
162
+ <tspan x="32.45" dy="1.15em" تحلیل</tspan>
163
+ </text>
164
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
165
+ </g>
166
+ <g transform="translate(0, 312.5)">
167
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
168
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
169
+ <tspan x="32.45" dy="-.335em">تلاش و</tspan>
170
+ <tspan x="32.45" dy="1.15em">پشتکار علمی</tspan>
171
+ </text>
172
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
173
+
174
+ </g>
175
+ <g transform="translate(0, 416.5)">
176
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
177
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
178
+ <tspan x="32.45" dy="-.335em">افکار عجیب</tspan>
179
+ <tspan x="32.45" dy="1.15em">و غریب</tspan>
180
+ </text>
181
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
182
+
85
183
  </g>
86
184
  </g>
185
+ {{/with}}
186
+ {{#with groups.[8]}}
187
+ <g transform="translate(226.25, 0)">
188
+ <g transform="translate(0, 0.5)">
189
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint3_linear_6071_199193)" stroke="#C4B5FD"/>
190
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">
191
+ <tspan x="32.45" dy="-.335em">معنویت و</tspan>
192
+ <tspan x="32.45" dy="1.15em">دینداری</tspan>
193
+ </text>
194
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
195
+ </g>
196
+ <g transform="translate(0, 104.5)">
197
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
198
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
199
+ <tspan x="32.45" dy="-.335em">دلبستگی به</tspan>
200
+ <tspan x="32.45" dy="1.15em">خدا</tspan>
201
+ </text>
202
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
203
+ </g>
204
+ <g transform="translate(0, 208.5)">
205
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
206
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
207
+ <tspan x="32.45" dy="-.335em">نگرش‌های</tspan>
208
+ <tspan x="32.45" dy="1.15em">مثبت</tspan>
209
+ <tspan x="32.45" dy="1.15em">معنوی</tspan>
210
+ </text>
211
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
212
+ </g>
213
+ <g transform="translate(0, 312.5)">
214
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
215
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
216
+ <tspan x="32.45" dy="-.335em">عملکرد</tspan>
217
+ <tspan x="32.45" dy="1.15em">مذهبی</tspan>
218
+ </text>
219
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
220
+
221
+ </g>
222
+ <g transform="translate(0, 416.5)">
223
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
224
+ </g>
225
+ </g>
226
+ {{/with}}
227
+ {{#with groups.[7]}}
228
+ <g transform="translate(301.5, 0)">
229
+ <g transform="translate(0, 0.5)">
230
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint4_linear_6071_199193)" stroke="#A5B4FC"/>
231
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">
232
+ <tspan x="32.45" dy="-.335em">انعطاف</tspan>
233
+ <tspan x="32.45" dy="1.15em">پذیری</tspan>
234
+ </text>
235
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
236
+ </g>
237
+ <g transform="translate(0, 104.5)">
238
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
239
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
240
+ <tspan x="32.45" dy="-.335em">کنار آمدن با</tspan>
241
+ <tspan x="32.45" dy="1.15em">سختی‌ها</tspan>
242
+ </text>
243
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
244
+ </g>
245
+ <g transform="translate(0, 208.5)">
246
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
247
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
248
+ <tspan x="32.45" dy="-.335em">سازگاری با</tspan>
249
+ <tspan x="32.45" dy="1.15em">اطرافیان</tspan>
250
+ </text>
251
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
252
+
253
+ </g>
254
+ <g transform="translate(0, 312.5)">
255
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
256
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
257
+ <tspan x="32.45" dy="-.335em">انعطاف در</tspan>
258
+ <tspan x="32.45" dy="1.15em">روش‌ها</tspan>
259
+ </text>
260
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
261
+ </g>
262
+ <g transform="translate(0, 416.5)">
263
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
264
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
265
+ <tspan x="32.45" dy="-.335em">نعطاف در</tspan>
266
+ <tspan x="32.45" dy="1.15em">دیگاه</tspan>
267
+ </text>
268
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
269
+
270
+ </g>
271
+ </g>
272
+ {{/with}}
273
+ {{#with groups.[6]}}
274
+ <g transform="translate(376.75, 0)">
275
+ <g transform="translate(0, 0.5)">
276
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint5_linear_6071_199193)" stroke="#C4B5FD"/>
277
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">
278
+ <tspan x="32.45" dy="-.335em">وظیفه</tspan>
279
+ <tspan x="32.45" dy="1.15em">شناسی</tspan>
280
+ </text>
281
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
282
+ </g>
283
+ <g transform="translate(0, 104.5)">
284
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
285
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
286
+ <tspan x="32.45" dy="-.335em">وظیفه</tspan>
287
+ <tspan x="32.45" dy="1.15em">شناسی در</tspan>
288
+ <tspan x="32.45" dy="1.15em">اهداف</tspan>
289
+ </text>
290
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
291
+ </g>
292
+ <g transform="translate(0, 208.5)">
293
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
294
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
295
+ <tspan x="32.45" dy="-.335em">مسئولیت</tspan>
296
+ <tspan x="32.45" dy="1.15em">پذیری و</tspan>
297
+ <tspan x="32.45" dy="1.15em">قانون‌مداری</tspan>
298
+ </text>
299
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
300
+ </g>
301
+ <g transform="translate(0, 312.5)">
302
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
303
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
304
+ <tspan x="32.45" dy="-.335em">توجه به</tspan>
305
+ <tspan x="32.45" dy="1.15em">نظم و</tspan>
306
+ <tspan x="32.45" dy="1.15em">جزئیات</tspan>
307
+ </text>
308
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
309
+ </g>
310
+ <g transform="translate(0, 416.5)">
311
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
312
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
313
+ <tspan x="32.45" dy="-.335em">تلاش و</tspan>
314
+ <tspan x="32.45" dy="1.15em">پشتکار</tspan>
315
+ <tspan x="32.45" dy="1.15em">اجرایی</tspan>
316
+ </text>
317
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
318
+ </g>
319
+ </g>
320
+ {{/with}}
321
+ {{#with groups.[5]}}
322
+ <g transform="translate(452, 0)">
323
+ <g transform="translate(0, 0.5)">
324
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint6_linear_6071_199193)" stroke="#A5B4FC"/>
325
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">عاطفه</text>
326
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
327
+ </g>
328
+ <g transform="translate(0, 104.5)">
329
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
330
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
331
+ <tspan x="32.45" dy="-.335em">تجربه شدید</tspan>
332
+ <tspan x="32.45" dy="1.15em">احساسات</tspan>
333
+ </text>
334
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
335
+
336
+ </g>
337
+ <g transform="translate(0, 208.5)">
338
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
339
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
340
+ <tspan x="32.45" dy="-.335em">عاطفه</tspan>
341
+ <tspan x="32.45" dy="1.15em">درون‌سو</tspan>
342
+ </text>
343
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
344
+
345
+ </g>
346
+ <g transform="translate(0, 312.5)">
347
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
348
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
349
+ <tspan x="32.45" dy="-.335em">عاطفه</tspan>
350
+ <tspan x="32.45" dy="1.15em">برون‌سو</tspan>
351
+ </text>
352
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
353
+
354
+ </g>
355
+ <g transform="translate(0, 416.5)">
356
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
357
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">زیبا دوستی</text>
358
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
359
+ </g>
360
+ </g>
361
+ {{/with}}
362
+ {{#with groups.[4]}}
363
+ <g transform="translate(527.25, 0)">
364
+ <g transform="translate(0, 0.5)">
365
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint7_linear_6071_199193)" stroke="#C4B5FD"/>
366
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">
367
+ <tspan x="32.45" dy="-.335em">گشودگی</tspan>
368
+ <tspan x="32.45" dy="1.15em">به تجربه</tspan>
369
+ </text>
370
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
371
+ </g>
372
+ <g transform="translate(0, 104.5)">
373
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
374
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
375
+ <tspan x="32.45" dy="-.335em">ریسک</tspan>
376
+ <tspan x="32.45" dy="1.15em">پذیری</tspan>
377
+ </text>
378
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
379
+ </g>
380
+ <g transform="translate(0, 208.5)">
381
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
382
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
383
+ <tspan x="32.45" dy="-.335em">هیجان</tspan>
384
+ <tspan x="32.45" dy="1.15em">خواهی</tspan>
385
+ </text>
386
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
387
+
388
+ </g>
389
+ <g transform="translate(0, 312.5)">
390
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
391
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">تخیل</text>
392
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
393
+
394
+ </g>
395
+ <g transform="translate(0, 416.5)">
396
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
397
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">خلاقیت</text>
398
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
399
+
400
+ </g>
401
+ </g>
402
+ {{/with}}
403
+ {{#with groups.[3]}}
404
+ <g transform="translate(602.5, 0)">
405
+ <g transform="translate(0, 0.5)">
406
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint8_linear_6071_199193)" stroke="#A5B4FC"/>
407
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">
408
+ <tspan x="32.45" dy="-.335em">خشم</tspan>
409
+ <tspan x="32.45" dy="1.15em">و پرخاشگری</tspan>
410
+ </text>
411
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
412
+ </g>
413
+ <g transform="translate(0, 104.5)">
414
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
415
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
416
+ <tspan x="32.45" dy="-.335em">حساس و</tspan>
417
+ <tspan x="32.45" dy="1.15em">زودرنج</tspan>
418
+ </text>
419
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
420
+ </g>
421
+ <g transform="translate(0, 208.5)">
422
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
423
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
424
+ <tspan x="32.45" dy="-.335em">کینه و</tspan>
425
+ <tspan x="32.45" dy="1.15em">خصومت</tspan>
426
+ </text>
427
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
428
+ </g>
429
+ <g transform="translate(0, 312.5)">
430
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
431
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
432
+ <tspan x="32.45" dy="-.335em">پرخاشگری</tspan>
433
+ <tspan x="32.45" dy="1.15em">(کلامی و</tspan>
434
+ <tspan x="32.45" dy="1.15em">فیزیکی)</tspan>
435
+ </text>
436
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
437
+ </g>
438
+ <g transform="translate(0, 416.5)">
439
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
440
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
441
+ <tspan x="32.45" dy="-.335em">آشفتگی</tspan>
442
+ <tspan x="32.45" dy="1.15em">خانواده</tspan>
443
+ <tspan x="32.45" dy="1.15em">مبدأ</tspan>
444
+ </text>
445
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
446
+ </g>
447
+ </g>
448
+ {{/with}}
449
+ {{#with groups.[2]}}
450
+ <g transform="translate(677.75, 0)">
451
+ <g transform="translate(0, 0.5)">
452
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint9_linear_6071_199193)" stroke="#C4B5FD"/>
453
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">
454
+ <tspan x="32.45" dy="-.335em">رگه</tspan>
455
+ <tspan x="32.45" dy="1.15em">افسردگی</tspan>
456
+ </text>
457
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
458
+ </g>
459
+ <g transform="translate(0, 104.5)">
460
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
461
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
462
+ <tspan x="32.45" dy="-.335em">حزن و</tspan>
463
+ <tspan x="32.45" dy="1.15em">اندوه درونی</tspan>
464
+ </text>
465
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
466
+ </g>
467
+ <g transform="translate(0, 208.5)">
468
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
469
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">افکار گذشته</text>
470
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
471
+ </g>
472
+ <g transform="translate(0, 312.5)">
473
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
474
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">بی‌انگیزگی</text>
475
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
476
+ </g>
477
+ <g transform="translate(0, 416.5)">
478
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
479
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
480
+ <tspan x="32.45" dy="-.335em">احساس</tspan>
481
+ <tspan x="32.45" dy="1.15em">بی‌ارزشی</tspan>
482
+ </text>
483
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
484
+
485
+ </g>
486
+ </g>
487
+ {{/with}}
488
+ {{#with groups.[1]}}
489
+ <g transform="translate(753, 0)">
490
+ <g transform="translate(0, 0.5)">
491
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint10_linear_6071_199193)" stroke="#A5B4FC"/>
492
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#3730A3">
493
+ <tspan x="32.45" dy="-.335em">رگه</tspan>
494
+ <tspan x="32.45" dy="1.15em">اضطراب</tspan>
495
+ </text>
496
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
497
+ </g>
498
+ <g transform="translate(0, 104.5)">
499
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
500
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
501
+ <tspan x="32.45" dy="-.335em">ترس و</tspan>
502
+ <tspan x="32.45" dy="1.15em">نگرانی</tspan>
503
+ </text>
504
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
505
+
506
+ </g>
507
+ <g transform="translate(0, 208.5)">
508
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
509
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
510
+ <tspan x="32.45" dy="-.335em">اضطراب در</tspan>
511
+ <tspan x="32.45" dy="1.15em">روابط</tspan>
512
+ <tspan x="32.45" dy="1.15em">اجتماعی</tspan>
513
+ </text>
514
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
515
+
516
+ </g>
517
+ <g transform="translate(0, 312.5)">
518
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
519
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">شک و تردید</text>
520
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
521
+ </g>
522
+ <g transform="translate(0, 416.5)">
523
+ <rect width="66.25" height="99" rx="7.5" fill="#F8FAFC" stroke="#C7D2FE"/>
524
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
525
+ <tspan x="32.45" dy="-.335em">تکانشگری و</tspan>
526
+ <tspan x="32.45" dy="1.15em">شتابزدگی</tspan>
527
+ </text>
528
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
529
+ </g>
530
+ </g>
531
+ {{/with}}
532
+ {{#with groups.[0]}}
533
+ <g transform="translate(828.25, 0)">
534
+ <g transform="translate(0, 0.5)">
535
+ <rect width="66.25" height="99" rx="7.5" fill="url(#paint11_linear_6071_199193)" stroke="#C4B5FD"/>
536
+ <text x="32.45" y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#5B21B6">برون‌گرایی</text>
537
+ <text x="32.45" y="60" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{levelText}}</text>
538
+ </g>
539
+ <g transform="translate(0, 104.5)">
540
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
541
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
542
+ <tspan x="32.45" dy="-.335em">علاقه به</tspan>
543
+ <tspan x="32.45" dy="1.15em">ارتباط با</tspan>
544
+ <tspan x="32.45" dy="1.15em">دیگران</tspan>
545
+ </text>
546
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[0].levelText}}</text>
547
+ </g>
548
+ <g transform="translate(0, 208.5)">
549
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
550
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
551
+ <tspan x="32.45" dy="-.335em">توانایی</tspan>
552
+ <tspan x="32.45" dy="1.15em">ارتباط با</tspan>
553
+ <tspan x="32.45" dy="1.15em">دیگران</tspan>
554
+ </text>
555
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[1].levelText}}</text>
556
+ </g>
557
+ <g transform="translate(0, 312.5)">
558
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
559
+ <text y="32" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
560
+ <tspan x="32.45" dy="-.335em">نشاط و</tspan>
561
+ <tspan x="32.45" dy="1.15em">سرزندگی</tspan>
562
+ <tspan x="32.45" dy="1.15em">اجتماعی</tspan>
563
+ </text>
564
+ <text x="32.45" y="74" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[2].levelText}}</text>
565
+
566
+ </g>
567
+ <g transform="translate(0, 416.5)">
568
+ <rect width="66.25" height="99" rx="7.5" stroke="#C4B5FD" fill="none"/>
569
+ <text y="39" dy=".3em" text-anchor="middle" font-weight="400" font-size="12" fill="#64748B">
570
+ <tspan x="32.45" dy="-.335em">جسارت</tspan>
571
+ <tspan x="32.45" dy="1.15em">و قاطعیت</tspan>
572
+ </text>
573
+ <text x="32.45" y="67" dy=".3em" text-anchor="middle" font-weight="500" font-size="12" fill="#334155">{{subs.[3].levelText}}</text>
574
+ </g>
575
+ </g>
576
+ {{/with}}
87
577
  </g>
88
- <g transform="translate(0, 520)">
89
- {{#each indicators as |item index|}}
90
- <g transform="translate({{math index '*' 202}}, 0)">
91
- <rect width="194" height="83" fill="url(#bgind)" stroke="#EDE9FE" rx="8" />
92
- <text x="142" y="29.5" font-size="16" font-weight="600" dy=".3em" fill="#5B21B6" text-anchor="middle">{{item.mark}}</text>
93
- <text x="72" y="29.5" font-size="14" font-weight="500" dy=".3em" fill="#334155" text-anchor="middle">{{item.levelText}}</text>
94
- <path d="M 8.78 3.78 h -8.75 m 0 0 l 3.75 3.75 m -3.75 -3.75 l 3.75 -3.75" stroke="#94A3B8" stroke-linecap="round" stroke-linejoin="round" transform="translate(112.62, 25.75)"/>
95
- <text x="97" y="55" font-size="13" font-weight="400" dy=".3em" fill="#64748B" text-anchor="middle">{{item.label.fa}}</text>
96
- </g>
97
- {{/each}}
98
- </g>
99
- <g transform="translate(0, 611)">
100
- <rect width="800" height="46" fill="#FFF1F2" stroke="#FECDD3" rx="8" />
578
+ {{#if (boolean validityErrors.length '!==' 0)}}
579
+ <g transform="translate(0, 532)">
580
+ <rect width="895" height="46" fill="#FFF1F2" stroke="#FECDD3" rx="8" />
581
+ <g transform="translate(95, 0)">
101
582
  <path d="M 8.9 5.63 v 3.5556 m 0 2.6667 h 0.0089 m -1.464 -11.0303 l -7.2053 12.0303 c -0.1485 0.2572 -0.2271 0.5488 -0.228 0.8459 c -0.0009 0.297 0.0761 0.5891 0.2231 0.8472 c 0.1471 0.258 0.3591 0.4731 0.6151 0.6238 c 0.256 0.1507 0.5469 0.2317 0.844 0.2351 h 14.4125 c 0.2968 -0.0035 0.5877 -0.0845 0.8435 -0.2352 c 0.2559 -0.1506 0.4679 -0.3656 0.6149 -0.6235 c 0.147 -0.258 0.224 -0.5499 0.2233 -0.8468 c -0.0008 -0.2969 -0.0792 -0.5884 -0.2275 -0.8456 l -7.2053 -12.0321 c -0.1516 -0.2502 -0.3652 -0.4571 -0.6201 -0.6007 c -0.2549 -0.1436 -0.5425 -0.219 -0.8351 -0.219 c -0.2926 0 -0.5802 0.0754 -0.8351 0.219 c -0.2549 0.1436 -0.4685 0.3505 -0.6201 0.6007 v 0.0009 z" transform="translate(729.61, 15.04)" fill="none" stroke="#BE123C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
102
583
  <text x="690" y="23" font-size="14" font-weight="500" dy=".3em" fill="#BE123C" text-anchor="middle">فاقد اعتبار</text>
103
584
  <path d="M 0 0 l 15 -15 l 0 30 l -15 -15 z" fill="url(#error)" transform="translate(580, 23)"/>
104
- <g transform="translate(0, 23)">
585
+ </g>
586
+ <g transform="translate(95, 23)">
105
587
  {{#each validityErrors as |error index|}}
106
- <text x="{{math 532 '-' (math start '+' (math length '/' 2))}}" y="0" font-size="13" font-weight="400" dy=".3em" fill="#57534E" text-anchor="middle">{{error.error}}</text>
588
+ <text x="{{math 532 '-' (math startx '+' (math length '/' 2))}}" y="0" font-size="13" font-weight="400" dy=".3em" fill="#57534E" text-anchor="middle">{{error.error}}</text>
107
589
  {{#if (boolean error.last '===' false)}}
108
- <circle cx="{{math 532 '-' (math start '+' (math length '+' 26))}}" cy="2" r="2" fill="#A1A1AA"/>
590
+ <circle cx="{{math 532 '-' (math startx '+' (math length '+' 35))}}" cy="2" r="2" fill="#A1A1AA"/>
109
591
  {{/if}}
110
592
  {{/each}}
111
593
  </g>
112
594
  </g>
595
+ {{/if}}
113
596
  </g>
114
597
 
115
598
  {{/layout}}