@baravak/risloo-profile-cli 4.46.3 → 4.75.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.
- package/.agents/skills/create-profile/SKILL.md +14 -0
- package/.claude/settings.local.json +1 -3
- package/.claude/skills/create-profile/SKILL.md +203 -0
- package/AGENTS.md +413 -0
- package/CLAUDE.md +2 -185
- package/package.json +1 -1
- package/src/cli-commands/Executor.js +8 -2
- package/src/cli-commands/ExtractExecutor.js +55 -21
- package/src/cli-commands/GiftExecutor.js +1 -0
- package/src/handlebars/importPartials.js +10 -44
- package/src/handlebars/init.js +17 -11
- package/src/publish/json/profiles/BSSI93.json +392 -0
- package/src/publish/json/profiles/FRHPT93.json +2 -2
- package/src/publish/json/profiles/ISKS93.json +288 -0
- package/src/publish/json/profiles/MCMI9A.json +1540 -0
- package/src/publish/json/profiles/NEO93.json +3858 -0
- package/src/publish/json/profiles/NEO9A.json +1159 -1
- package/src/publish/json/profiles/NEO9Q.json +3856 -0
- package/src/publish/json/profiles/NEO9V.json +1157 -0
- package/src/publish/json/profiles/RIASEC9A.json +2775 -0
- package/src/publish/json/profiles/RSI93.json +359 -0
- package/src/samples/AEQ93.js +1 -1
- package/src/samples/AMS93.js +1 -1
- package/src/samples/AMS9A.js +3 -1
- package/src/samples/BAOMEIS93.js +1 -1
- package/src/samples/BEQI93.js +1 -1
- package/src/samples/BSCT93.js +5 -0
- package/src/samples/BSSI93.js +93 -0
- package/src/samples/CAATS93.js +1 -1
- package/src/samples/CERQ93.js +1 -1
- package/src/samples/CRAAS93.js +1 -1
- package/src/samples/DSWLS93.js +1 -1
- package/src/samples/EMSS93.js +1 -1
- package/src/samples/EPQ9A.js +6 -1
- package/src/samples/FACES93.js +6 -0
- package/src/samples/FRHPT93.js +41 -13
- package/src/samples/GMIT93.js +1 -1
- package/src/samples/HPL93.js +1 -1
- package/src/samples/ISKS93.js +62 -0
- package/src/samples/IUS93.js +1 -1
- package/src/samples/JCSI93.js +1 -1
- package/src/samples/JPFQ93.js +5 -0
- package/src/samples/KJGI93.js +1 -1
- package/src/samples/LMIQ93.js +1 -1
- package/src/samples/MCMI9A.js +530 -0
- package/src/samples/MMFAD93.js +1 -1
- package/src/samples/MOCI93.js +1 -1
- package/src/samples/NEO93.js +279 -0
- package/src/samples/NEO9A.js +93 -60
- package/src/samples/NEO9Q.js +281 -0
- package/src/samples/NEO9V.js +218 -0
- package/src/samples/OBQ4493.js +1 -1
- package/src/samples/PIES93.js +1 -1
- package/src/samples/PIES9A.js +4 -0
- package/src/samples/PMCIEF93.js +7 -1
- package/src/samples/PSWQ93.js +1 -1
- package/src/samples/RIASEC93.js +1 -1
- package/src/samples/RIASEC9A.js +256 -0
- package/src/samples/RSI93.js +89 -0
- package/src/samples/SASQ93.js +1 -1
- package/src/samples/SDCAQ93.js +1 -1
- package/src/samples/STAIY93.js +1 -1
- package/src/samples/WAQ93.js +1 -1
- package/src/samples/YBOCS93.js +1 -1
- package/src/samples/YPI93.js +5 -1
- package/views/profiles/MCMI9A_facets_partial.hbs +96 -0
- package/views/profiles/MCMI9A_main_partial.hbs +262 -0
- package/views/profiles/MCMI9A_noteworthy_partial.hbs +66 -0
- package/views/profiles/MCMI9A_vertical_label_partial.hbs +8 -0
- package/views/profiles/NEO_long_facets.hbs +125 -0
- package/views/profiles/NEO_main.hbs +152 -0
- package/views/profiles/NEO_short_facets.hbs +82 -0
- package/views/profiles/samples/BSCT93.hbs +17 -17
- package/views/profiles/samples/BSSI93.hbs +102 -0
- package/views/profiles/samples/FRHPT93_1.hbs +568 -87
- package/views/profiles/samples/FRHPT93_2.hbs +90 -76
- package/views/profiles/samples/FRHPT93_3.hbs +2 -2
- package/views/profiles/samples/FRHPT93_4.hbs +2 -2
- package/views/profiles/samples/FRHPT93_5.hbs +103 -0
- package/views/profiles/samples/FRHPT9A.hbs +7 -7
- package/views/profiles/samples/ISKS93.hbs +38 -0
- package/views/profiles/samples/MCMI9A_1.hbs +3 -0
- package/views/profiles/samples/MCMI9A_2.hbs +3 -0
- package/views/profiles/samples/MCMI9A_3.hbs +3 -0
- package/views/profiles/samples/MCMI9A_4.hbs +3 -0
- package/views/profiles/samples/NEO93_1.hbs +14 -0
- package/views/profiles/samples/NEO93_2.hbs +15 -0
- package/views/profiles/samples/NEO93_3.hbs +15 -0
- package/views/profiles/samples/NEO9A.hbs +14 -29
- package/views/profiles/samples/NEO9Q_1.hbs +13 -0
- package/views/profiles/samples/NEO9Q_2.hbs +14 -0
- package/views/profiles/samples/NEO9Q_3.hbs +14 -0
- package/views/profiles/samples/NEO9V_1.hbs +13 -0
- package/views/profiles/samples/NEO9V_2.hbs +3 -0
- package/views/profiles/samples/RIASEC9A_1.hbs +38 -0
- package/views/profiles/samples/RIASEC9A_2.hbs +67 -0
- package/views/profiles/samples/RIASEC9A_3.hbs +93 -0
- package/views/profiles/samples/RSI93.hbs +101 -0
- package/a.json +0 -4805
- package/src/publish/json/profiles/BSCT93_t1.json +0 -512
- package/src/publish/json/profiles/BSCT93_t2.json +0 -512
|
@@ -1,112 +1,593 @@
|
|
|
1
1
|
{{#> layout}}
|
|
2
2
|
|
|
3
3
|
<defs>
|
|
4
|
-
<linearGradient id="
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
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,
|
|
33
|
-
<g>
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
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>
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<g transform="translate(
|
|
91
|
-
<rect width="
|
|
92
|
-
<text
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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}}
|
|
98
577
|
</g>
|
|
99
578
|
{{#if (boolean validityErrors.length '!==' 0)}}
|
|
100
|
-
<g transform="translate(0,
|
|
101
|
-
<rect width="
|
|
579
|
+
<g transform="translate(0, 532)">
|
|
580
|
+
<rect width="895" height="46" fill="#FFF1F2" stroke="#FECDD3" rx="8" />
|
|
581
|
+
<g transform="translate(95, 0)">
|
|
102
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"/>
|
|
103
583
|
<text x="690" y="23" font-size="14" font-weight="500" dy=".3em" fill="#BE123C" text-anchor="middle">فاقد اعتبار</text>
|
|
104
584
|
<path d="M 0 0 l 15 -15 l 0 30 l -15 -15 z" fill="url(#error)" transform="translate(580, 23)"/>
|
|
105
|
-
|
|
585
|
+
</g>
|
|
586
|
+
<g transform="translate(95, 23)">
|
|
106
587
|
{{#each validityErrors as |error index|}}
|
|
107
|
-
<text x="{{math 532 '-' (math
|
|
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>
|
|
108
589
|
{{#if (boolean error.last '===' false)}}
|
|
109
|
-
<circle cx="{{math 532 '-' (math
|
|
590
|
+
<circle cx="{{math 532 '-' (math startx '+' (math length '+' 35))}}" cy="2" r="2" fill="#A1A1AA"/>
|
|
110
591
|
{{/if}}
|
|
111
592
|
{{/each}}
|
|
112
593
|
</g>
|