@@ -27,51 +27,37 @@ describe( "Checks various conditions for the 'normal' and 'abnormal' assessments
27
27
} ,
28
28
{
29
29
identifier : "normal" ,
30
- text : "This isn't normal behaviour children." ,
31
- expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
32
- "Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
33
- "<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
34
- expectedScore : 3 ,
35
- } ,
36
- {
37
- identifier : "normal" ,
38
- text : "This isn't normal behavior children." ,
30
+ text : "He is a mentally normal person." ,
39
31
expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
40
32
"Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
41
33
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
42
34
expectedScore : 3 ,
43
35
} ,
44
36
{
45
37
identifier : "normal" ,
46
- text : "He is a mentally normal person ." ,
38
+ text : "I'm afraid this isn't psychologically normal ." ,
47
39
expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
48
40
"Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
49
41
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
50
42
expectedScore : 3 ,
51
43
} ,
52
44
{
53
- identifier : "normal " ,
45
+ identifier : "behaviorallyNormal " ,
54
46
text : "I'm afraid this isn't behaviorally normal." ,
55
- expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
56
- "Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
47
+ expectedFeedback : "Be careful when using <i>behaviorally normal</i> as it is potentially harmful. " +
48
+ "Unless you are referring to objects or animals, consider using an alternative, such as <i>showing typical behavior</i> " +
49
+ "or a specific characteristic or experience if it is known. " +
57
50
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
58
- expectedScore : 3 ,
51
+ expectedScore : 6 ,
59
52
} ,
60
53
{
61
- identifier : "normal " ,
54
+ identifier : "behaviorallyNormal " ,
62
55
text : "I'm afraid this isn't behaviourally normal." ,
63
- expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
64
- "Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
56
+ expectedFeedback : "Be careful when using <i>behaviourally normal</i> as it is potentially harmful. " +
57
+ "Unless you are referring to objects or animals, consider using an alternative, such as <i>showing typical behavior</i> " +
58
+ "or a specific characteristic or experience if it is known. " +
65
59
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
66
- expectedScore : 3 ,
67
- } ,
68
- {
69
- identifier : "normal" ,
70
- text : "I'm afraid this isn't psychologically normal." ,
71
- expectedFeedback : "Avoid using <i>normal</i> as it is potentially harmful. " +
72
- "Consider using an alternative, such as <i>typical</i> or a specific characteristic or experience if it is known. " +
73
- "<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
74
- expectedScore : 3 ,
60
+ expectedScore : 6 ,
75
61
} ,
76
62
] ;
77
63
testInclusiveLanguageAssessments ( testData ) ;
@@ -96,51 +82,49 @@ describe( "Checks various conditions for the 'normal' and 'abnormal' assessments
96
82
} ,
97
83
{
98
84
identifier : "abnormal" ,
99
- text : "This isn't abnormal behaviour." ,
100
- expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
101
- "Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
102
- "<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
103
- expectedScore : 3 ,
104
- } ,
105
- {
106
- identifier : "abnormal" ,
107
- text : "This isn't abnormal behavior." ,
85
+ text : "He is a mentally abnormal person." ,
108
86
expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
109
87
"Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
110
88
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
111
89
expectedScore : 3 ,
112
90
} ,
113
91
{
114
92
identifier : "abnormal" ,
115
- text : "He is a mentally abnormal person ." ,
93
+ text : "I'm afraid this isn't psychologically abnormal ." ,
116
94
expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
117
95
"Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
118
96
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
119
97
expectedScore : 3 ,
120
98
} ,
121
99
{
122
- identifier : "abnormal " ,
100
+ identifier : "behaviorallyAbnormal " ,
123
101
text : "I'm afraid this isn't behaviorally abnormal." ,
124
- expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
125
- "Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
102
+ expectedFeedback : "Be careful when using <i>behaviorally abnormal</i> as it is potentially harmful. " +
103
+ "Unless you are referring to objects or animals, consider using an alternative, " +
104
+ "such as <i>showing atypical behavior, showing dysfunctional behavior</i> " +
105
+ "or a specific characteristic or experience if it is known. " +
126
106
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
127
- expectedScore : 3 ,
107
+ expectedScore : 6 ,
128
108
} ,
129
109
{
130
- identifier : "abnormal " ,
110
+ identifier : "behaviorallyAbnormal " ,
131
111
text : "I'm afraid this isn't behaviourally abnormal." ,
132
- expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
133
- "Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
112
+ expectedFeedback : "Be careful when using <i>behaviourally abnormal</i> as it is potentially harmful. " +
113
+ "Unless you are referring to objects or animals, consider using an alternative, " +
114
+ "such as <i>showing atypical behavior, showing dysfunctional behavior</i> " +
115
+ "or a specific characteristic or experience if it is known. " +
134
116
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
135
- expectedScore : 3 ,
117
+ expectedScore : 6 ,
136
118
} ,
137
119
{
138
- identifier : "abnormal" ,
139
- text : "I'm afraid this isn't psychologically abnormal." ,
140
- expectedFeedback : "Avoid using <i>abnormal</i> as it is potentially harmful. " +
141
- "Consider using an alternative, such as <i>atypical</i> or a specific characteristic or experience if it is known. " +
120
+ identifier : "abnormalBehavior" ,
121
+ text : "This isn't abnormal behaviour." ,
122
+ expectedFeedback : "Be careful when using <i>abnormal behaviour</i> as it is potentially harmful. " +
123
+ "Unless you are referring to objects or animals, consider using an alternative, " +
124
+ "such as <i>atypical behavior, unusual behavior</i> " +
125
+ "or a specific characteristic or experience if it is known. " +
142
126
"<a href='https://yoa.st/inclusive-language-other' target='_blank'>Learn more.</a>" ,
143
- expectedScore : 3 ,
127
+ expectedScore : 6 ,
144
128
} ,
145
129
] ;
146
130
testInclusiveLanguageAssessments ( testData ) ;
0 commit comments