@baravak/risloo-profile-cli 4.45.0 → 4.45.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baravak/risloo-profile-cli",
3
- "version": "4.45.0",
3
+ "version": "4.45.1",
4
4
  "description": "**Risloo Profile CLI** is a library for creating profiles, reports and sheets for *psychological* samples.",
5
5
  "main": "bin/risloo.js",
6
6
  "publishConfig": {
@@ -10,16 +10,16 @@ class JRAQ93 extends Profile {
10
10
 
11
11
  // Labels of the sample
12
12
  labels = {
13
- L1: { eng: "research_total_raw", fr: "نمره کل پژوهشی", max: 260 },
13
+ L1: { eng: "research_total_raw", fr: "نمره کل پژوهشی", max: 180 },
14
14
  L1_P: { eng: "research_total_percentage"},
15
15
 
16
- L2: { eng: "research_adherence_raw", fr: "پایبندی", max: 88 },
16
+ L2: { eng: "research_adherence_raw", fr: "پایبندی", max: 66 },
17
17
  L2_P: { eng: "research_adherence_percentage"},
18
18
 
19
- L3: { eng: "research_ambivalence_raw", fr: "دوسوگرایی", max: 84 },
19
+ L3: { eng: "research_ambivalence_raw", fr: "دوسوگرایی", max: 63 },
20
20
  L3_P: { eng: "research_ambivalence_percentage"},
21
21
 
22
- L4: { eng: "research_disobedience_raw", fr: "ناپایبندی", max: 68 },
22
+ L4: { eng: "research_disobedience_raw", fr: "ناپایبندی", max: 51 },
23
23
  L4_P: { eng: "research_disobedience_percentage"},
24
24
 
25
25
  L5: { eng: "clinical_total_raw", fr: "نمره کل بالینی", max: 60 },
@@ -28,8 +28,8 @@ class JRAQ93 extends Profile {
28
28
  L6: { eng: "clinical_adherence_raw", fr: "پایبندی", max: 22 },
29
29
  L6_P: { eng: "clinical_adherence_percentage"},
30
30
 
31
- L7: { eng: "clinical_ambivalence__raw", fr: "دوسوگرایی", max: 21 },
32
- L7_P: { eng: "clinical_ambivalence__percentage"},
31
+ L7: { eng: "clinical_ambivalence_raw", fr: "دوسوگرایی", max: 21 },
32
+ L7_P: { eng: "clinical_ambivalence_percentage"},
33
33
 
34
34
  L8: { eng: "clinical_disobedience_raw", fr: "ناپایبندی", max: 17 },
35
35
  L8_P: { eng: "clinical_disobedience_percentage"},