@baravak/risloo-profile-cli 4.37.0 → 4.39.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/package.json
CHANGED
package/src/samples/Raven93.js
CHANGED
|
@@ -64,8 +64,8 @@ class Raven93 extends Profile {
|
|
|
64
64
|
const report = dataset.score[3]
|
|
65
65
|
const iq = dataset.score[1].mark?.toString().replace(/[<>]/, '')
|
|
66
66
|
const iqText = dataset.score[1].mark ?? 0
|
|
67
|
-
const raw = dataset.score[
|
|
68
|
-
const percentile = dataset.score[
|
|
67
|
+
const raw = dataset.score[0].mark ?? 0
|
|
68
|
+
const percentile = dataset.score[2].mark ?? 0
|
|
69
69
|
levels[report.mark].selected = true
|
|
70
70
|
const selected = levels[report.mark]
|
|
71
71
|
const questions = []
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
<text x="27" y="233" text-anchor="middle" font-size="20" font-weight="700" fill="#FFFFFF">{{iqText}}</text>
|
|
138
138
|
<text x="-7" y="227" text-anchor="start" font-size="14" font-weight="500" fill="#334155">{{raw}}</text>
|
|
139
139
|
<text x="-7" y="237" text-anchor="start" font-size="12" font-weight="400" fill="#64748B">نمره خام</text>
|
|
140
|
-
<text x="62" y="227" text-anchor="end" font-size="14" font-weight="500" fill="#334155">{{
|
|
140
|
+
<text x="62" y="227" text-anchor="end" font-size="14" font-weight="500" fill="#334155">{{percentile}}</text>
|
|
141
141
|
<text x="62" y="237" text-anchor="end" font-size="12" font-weight="400" fill="#64748B">رتبه درصدی</text>
|
|
142
142
|
<text x="27" y="245" text-anchor="middle" dy="1em" font-size="14" font-weight="400" fill="#334155">هوشبهر</text>
|
|
143
143
|
<text x="27" y="245" text-anchor="middle" dy="2.75em" font-size="12" font-weight="400" fill="#64748B">(IQ)</text>
|