Skip to content

Commit c8c9ab9

Browse files
committed
Change required text to say enter numeric value
1 parent d5cfc68 commit c8c9ab9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

surveys/CRT/CRT.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"bn": "একটি ড্রিল এবং একটি হাতুড়ির দাম মোট $330। হাতুড়ির চেয়ে ড্রিলের দাম $300 বেশি। হাতুড়ির দাম কত?"
3434
},
3535
"isRequired": true,
36+
"requiredErrorText": "The entered value must be numeric value",
37+
"validators": [
38+
{
39+
"type": "numeric",
40+
"text": "Value must be a number"
41+
}
42+
],
3643
"inputType": "number"
3744
},
3845
{
@@ -51,6 +58,13 @@
5158
"bn": "র ্যাচেল তার ক্লাসের দশম লম্বা এবং দশম খাটো মেয়ে। তার ক্লাসে কয়জন মেয়ে আছে?"
5259
},
5360
"isRequired": true,
61+
"requiredErrorText": "The entered value must be numeric value",
62+
"validators": [
63+
{
64+
"type": "numeric",
65+
"text": "Value must be a number"
66+
}
67+
],
5468
"inputType": "number"
5569
},
5670
{
@@ -69,6 +83,13 @@
6983
"bn": "20% ছাড়ের জন্য বিক্রি হলে, একটি টোস্টারের দাম 100 ডলার। বিক্রয় না হলে এটির দাম কী?"
7084
},
7185
"isRequired": true,
86+
"requiredErrorText": "The entered value must be numeric value",
87+
"validators": [
88+
{
89+
"type": "numeric",
90+
"text": "Value must be a number"
91+
}
92+
],
7293
"inputType": "number"
7394
},
7495
{
@@ -87,6 +108,13 @@
87108
"bn": "60 টি আপেলের একটি বালতিতে, লাল আপেল সবুজ আপেল থেকে 3 গুণ বেশি সাধারণ। সবুজ কয়টি?"
88109
},
89110
"isRequired": true,
111+
"requiredErrorText": "The entered value must be numeric value",
112+
"validators": [
113+
{
114+
"type": "numeric",
115+
"text": "Value must be a number"
116+
}
117+
],
90118
"inputType": "number"
91119
},
92120
{
@@ -105,6 +133,13 @@
105133
"bn": "ডিম থেকে বাচ্চা বের হওয়ার পর প্রতিদিন একটি বাচ্চার ওজন দ্বিগুণ হয়। 12 দিনের মধ্যে এটি এক পাউন্ড ওজনের। কোন দিনে পাখির ওজন আধা পাউন্ড হয়?"
106134
},
107135
"isRequired": true,
136+
"requiredErrorText": "The entered value must be numeric value",
137+
"validators": [
138+
{
139+
"type": "numeric",
140+
"text": "Value must be a number"
141+
}
142+
],
108143
"inputType": "number"
109144
},
110145
{
@@ -123,6 +158,13 @@
123158
"bn": "একটি কুকুর ও একটি বিড়ালের ওজন মোট ১০০ পাউন্ড। কুকুরটির ওজন ৮৬ পাউন্ড। কুকুর ও বিড়ালের মধ্যে ওজনের পার্থক্য কি?"
124159
},
125160
"isRequired": true,
161+
"requiredErrorText": "The entered value must be numeric value",
162+
"validators": [
163+
{
164+
"type": "numeric",
165+
"text": "Value must be a number"
166+
}
167+
],
126168
"inputType": "number"
127169
}
128170
]

0 commit comments

Comments
 (0)